COLOR #EF669E

HEX: #EF669E RGB: (239,102,158)

Color info

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

RGB color model

#EF669E color RGB value is (239,102,158).

RGB: (239,102,158) (94%, 40%, 62%)

RGB channels and saturation

R 239 of 255 = 94%
G 102 of 255 = 40%
B 158 of 255 = 62%

239
102
158

R + G + B ~ 65%. #EF669E is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 102 + 158 = 499 (100%)
R 239 of 499 ~ 47.9%
G 102 of 499 ~ 20.44%
B 158 of 499 ~ 31.66'%

%47.9
%20.44
%31.66

CMYK color model

#EF669E color CMYK value is (0,57,34,6).

  • cyan value is 0.00%
  • magenta value is 57.32%
  • yellow value is 33.89%
  • key color value is 6.27%

CMYK: (0,57,34,6)
C0M57Y34K6 (0%, 57%, 34%, 6%)
(0.00 / 0.57 / 0.34 / 0.06)

CMYK percentages

%0
%57.32
%33.89
%6.27

Codes

Color #EF669E in popluar color models

EF 66 9E
RGB 239 102 158
HSL 335° 81.07% 66.86%
HSB/HSV 335° 57.32% 93.73%
CMYK 0.00% 57.32% 33.89%
6.27%

Color #EF669E in popluar number systems.

HEX EF 66 9E
Decimal 239 102 158
Binary 11101111 1100110 10011110
Octal 357 146 236

Shades and tints

Shades of #EF669E

#EF669E
(239,102,158)
#DA5D90
(218,93,144)
#C55482
(197,84,130)
#B04B74
(176,75,116)
#9B4266
(155,66,102)
#863958
(134,57,88)
#71304A
(113,48,74)
#5C273C
(92,39,60)
#471E2E
(71,30,46)
#321520
(50,21,32)
#1D0C12
(29,12,18)
#000000
(0,0,0)

Tints of #EF669E

#EF669E
(239,102,158)
#F073A6
(240,115,166)
#F180AE
(241,128,174)
#F28DB6
(242,141,182)
#F39ABE
(243,154,190)
#F4A7C6
(244,167,198)
#F5B4CE
(245,180,206)
#F6C1D6
(246,193,214)
#F7CEDE
(247,206,222)
#F8DBE6
(248,219,230)
#F9E8EE
(249,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF669E color. Also use rgb(239,102,158) instead hex code.

Text Font Color

.myTextColor { color: #EF669E; }

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

This text font color is #EF669E.

Background Color

.myBgColor { background-color: #EF669E; }

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

This div background color is #EF669E.

Border color

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

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

This div border color is #EF669E.

Opacity

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

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

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

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

This text has shadow with #EF669E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF669E.

Preview

Color preview on black background

This text has color #EF669E on black background.


Color preview on white background

This text has color #EF669E on white background.


Black color preview on #EF669E background

This text has black color on #EF669E background.


White color preview on #EF669E background

This text has white color on #EF669E background.


Related colors

Complementary color

Complementary color for #hex is #109961.


I love getcolorcode.com

Triadic colors

1 #9EEF66 and #669EEF with #EF669E are triadic colors.

2 #9E66EF and #66EF9E with #EF669E are triadic colors.