COLOR #EFA0CD

HEX: #EFA0CD RGB: (239,160,205)

Color info

#EFA0CD contains mainly red and blue colors. Web safe color of #EFA0CD is #FF99CC (or #F9C).

RGB color model

#EFA0CD color RGB value is (239,160,205).

RGB: (239,160,205) (94%, 63%, 80%)

RGB channels and saturation

R 239 of 255 = 94%
G 160 of 255 = 63%
B 205 of 255 = 80%

239
160
205

R + G + B ~ 79%. #EFA0CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 160 + 205 = 604 (100%)
R 239 of 604 ~ 39.57%
G 160 of 604 ~ 26.49%
B 205 of 604 ~ 33.94'%

%39.57
%26.49
%33.94

CMYK color model

#EFA0CD color CMYK value is (0,33,14,6).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 14.23%
  • key color value is 6.27%

CMYK: (0,33,14,6)
C0M33Y14K6 (0%, 33%, 14%, 6%)
(0.00 / 0.33 / 0.14 / 0.06)

CMYK percentages

%0
%33.05
%14.23
%6.27

Codes

Color #EFA0CD in popluar color models

EF A0 CD
RGB 239 160 205
HSL 326° 71.17% 78.24%
HSB/HSV 326° 33.05% 93.73%
CMYK 0.00% 33.05% 14.23%
6.27%

Color #EFA0CD in popluar number systems.

HEX EF A0 CD
Decimal 239 160 205
Binary 11101111 10100000 11001101
Octal 357 240 315

Shades and tints

Shades of #EFA0CD

#EFA0CD
(239,160,205)
#DA92BB
(218,146,187)
#C584A9
(197,132,169)
#B07697
(176,118,151)
#9B6885
(155,104,133)
#865A73
(134,90,115)
#714C61
(113,76,97)
#5C3E4F
(92,62,79)
#47303D
(71,48,61)
#32222B
(50,34,43)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #EFA0CD

#EFA0CD
(239,160,205)
#F0A8D1
(240,168,209)
#F1B0D5
(241,176,213)
#F2B8D9
(242,184,217)
#F3C0DD
(243,192,221)
#F4C8E1
(244,200,225)
#F5D0E5
(245,208,229)
#F6D8E9
(246,216,233)
#F7E0ED
(247,224,237)
#F8E8F1
(248,232,241)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA0CD color. Also use rgb(239,160,205) instead hex code.

Text Font Color

.myTextColor { color: #EFA0CD; }

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

This text font color is #EFA0CD.

Background Color

.myBgColor { background-color: #EFA0CD; }

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

This div background color is #EFA0CD.

Border color

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

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

This div border color is #EFA0CD.

Opacity

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

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

Text with #EFA0CD 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 #EFA0CD;}

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

This text has shadow with #EFA0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA0CD.

Preview

Color preview on black background

This text has color #EFA0CD on black background.


Color preview on white background

This text has color #EFA0CD on white background.


Black color preview on #EFA0CD background

This text has black color on #EFA0CD background.


White color preview on #EFA0CD background

This text has white color on #EFA0CD background.


Related colors

Complementary color

Complementary color for #hex is #105F32.


I love getcolorcode.com

Triadic colors

1 #CDEFA0 and #A0CDEF with #EFA0CD are triadic colors.

2 #CDA0EF and #A0EFCD with #EFA0CD are triadic colors.