COLOR #EE69CB

HEX: #EE69CB RGB: (238,105,203)

Color info

#EE69CB contains mainly red and blue colors. Web safe color of #EE69CB is #FF66CC (or #F6C).

RGB color model

#EE69CB color RGB value is (238,105,203).

RGB: (238,105,203) (93%, 41%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 105 of 255 = 41%
B 203 of 255 = 80%

238
105
203

R + G + B ~ 71%. #EE69CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 105 + 203 = 546 (100%)
R 238 of 546 ~ 43.59%
G 105 of 546 ~ 19.23%
B 203 of 546 ~ 37.18'%

%43.59
%19.23
%37.18

CMYK color model

#EE69CB color CMYK value is (0,56,15,7).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 14.71%
  • key color value is 6.67%

CMYK: (0,56,15,7)
C0M56Y15K7 (0%, 56%, 15%, 7%)
(0.00 / 0.56 / 0.15 / 0.07)

CMYK percentages

%0
%55.88
%14.71
%6.67

Codes

Color #EE69CB in popluar color models

EE 69 CB
RGB 238 105 203
HSL 316° 79.64% 67.25%
HSB/HSV 316° 55.88% 93.33%
CMYK 0.00% 55.88% 14.71%
6.67%

Color #EE69CB in popluar number systems.

HEX EE 69 CB
Decimal 238 105 203
Binary 11101110 1101001 11001011
Octal 356 151 313

Shades and tints

Shades of #EE69CB

#EE69CB
(238,105,203)
#D960B9
(217,96,185)
#C457A7
(196,87,167)
#AF4E95
(175,78,149)
#9A4583
(154,69,131)
#853C71
(133,60,113)
#70335F
(112,51,95)
#5B2A4D
(91,42,77)
#46213B
(70,33,59)
#311829
(49,24,41)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #EE69CB

#EE69CB
(238,105,203)
#EF76CF
(239,118,207)
#F083D3
(240,131,211)
#F190D7
(241,144,215)
#F29DDB
(242,157,219)
#F3AADF
(243,170,223)
#F4B7E3
(244,183,227)
#F5C4E7
(245,196,231)
#F6D1EB
(246,209,235)
#F7DEEF
(247,222,239)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE69CB color. Also use rgb(238,105,203) instead hex code.

Text Font Color

.myTextColor { color: #EE69CB; }

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

This text font color is #EE69CB.

Background Color

.myBgColor { background-color: #EE69CB; }

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

This div background color is #EE69CB.

Border color

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

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

This div border color is #EE69CB.

Opacity

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

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

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

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

This text has shadow with #EE69CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE69CB.

Preview

Color preview on black background

This text has color #EE69CB on black background.


Color preview on white background

This text has color #EE69CB on white background.


Black color preview on #EE69CB background

This text has black color on #EE69CB background.


White color preview on #EE69CB background

This text has white color on #EE69CB background.


Related colors

Complementary color

Complementary color for #hex is #119634.


I love getcolorcode.com

Triadic colors

1 #CBEE69 and #69CBEE with #EE69CB are triadic colors.

2 #CB69EE and #69EECB with #EE69CB are triadic colors.