COLOR #EB68AA

HEX: #EB68AA RGB: (235,104,170)

Color info

#EB68AA contains mainly red color. Web safe color of #EB68AA is #FF6699 (or #F69).

RGB color model

#EB68AA color RGB value is (235,104,170).

RGB: (235,104,170) (92%, 41%, 67%)

RGB channels and saturation

R 235 of 255 = 92%
G 104 of 255 = 41%
B 170 of 255 = 67%

235
104
170

R + G + B ~ 67%. #EB68AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 104 + 170 = 509 (100%)
R 235 of 509 ~ 46.17%
G 104 of 509 ~ 20.43%
B 170 of 509 ~ 33.4'%

%46.17
%20.43
%33.4

CMYK color model

#EB68AA color CMYK value is (0,56,28,8).

  • cyan value is 0.00%
  • magenta value is 55.74%
  • yellow value is 27.66%
  • key color value is 7.84%

CMYK: (0,56,28,8)
C0M56Y28K8 (0%, 56%, 28%, 8%)
(0.00 / 0.56 / 0.28 / 0.08)

CMYK percentages

%0
%55.74
%27.66
%7.84

Codes

Color #EB68AA in popluar color models

EB 68 AA
RGB 235 104 170
HSL 330° 76.61% 66.47%
HSB/HSV 330° 55.74% 92.16%
CMYK 0.00% 55.74% 27.66%
7.84%

Color #EB68AA in popluar number systems.

HEX EB 68 AA
Decimal 235 104 170
Binary 11101011 1101000 10101010
Octal 353 150 252

Shades and tints

Shades of #EB68AA

#EB68AA
(235,104,170)
#D65F9B
(214,95,155)
#C1568C
(193,86,140)
#AC4D7D
(172,77,125)
#97446E
(151,68,110)
#823B5F
(130,59,95)
#6D3250
(109,50,80)
#582941
(88,41,65)
#432032
(67,32,50)
#2E1723
(46,23,35)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #EB68AA

#EB68AA
(235,104,170)
#EC75B1
(236,117,177)
#ED82B8
(237,130,184)
#EE8FBF
(238,143,191)
#EF9CC6
(239,156,198)
#F0A9CD
(240,169,205)
#F1B6D4
(241,182,212)
#F2C3DB
(242,195,219)
#F3D0E2
(243,208,226)
#F4DDE9
(244,221,233)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB68AA color. Also use rgb(235,104,170) instead hex code.

Text Font Color

.myTextColor { color: #EB68AA; }

<p style="color:#EB68AA">This sample text font color is #EB68AA.</p>

This text font color is #EB68AA.

Background Color

.myBgColor { background-color: #EB68AA; }

<div style="background-color:#EB68AA">Inner text</div>

This div background color is #EB68AA.

Border color

.myBorderColor { border: 1px solid #EB68AA; }

<div style="border:3px solid #EB68AA">Div</div>

This div border color is #EB68AA.

Opacity

.myOpacity80 { color: #EB68AA; opacity: 0.8; }

<p style="color:#EB68AA;opacity:0.8;">80%</p>

Text with #EB68AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB68AA;}

<p style="text-shadow: 3px 3px 1px #EB68AA">Text here.</p>

This text has shadow with #EB68AA color.


.textShadow {text-shadow: 3px 3px 1px #EB68AA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB68AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB68AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB68AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB68AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB68AA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB68AA;
-webkit-box-shadow: 1px 1px 3px 2px #EB68AA;
box-shadow: 1px 1px 3px 2px #EB68AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB68AA; -webkit-box-shadow: 1px 1px 3px 2px #EB68AA; box-shadow:1px 1px 3px 2px #EB68AA;">
Div content here
</div>

This div box has shadow with color #EB68AA.

Preview

Color preview on black background

This text has color #EB68AA on black background.


Color preview on white background

This text has color #EB68AA on white background.


Black color preview on #EB68AA background

This text has black color on #EB68AA background.


White color preview on #EB68AA background

This text has white color on #EB68AA background.


Related colors

Complementary color

Complementary color for #hex is #149755.


I love getcolorcode.com

Triadic colors

1 #AAEB68 and #68AAEB with #EB68AA are triadic colors.

2 #AA68EB and #68EBAA with #EB68AA are triadic colors.