Html Css Color HEX #EE8ACC Tea Rose

📋 copy color: '#EE8ACC'

red 238 ◦ green 138 ◦ blue 204

#EE8ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EE8ACC

Tints of Tea Rose #EE8ACC

RGB

 RED value IS 238 (93.36% from 255) = 41.03%

 GREEN value IS 138 (54.3% from 255) = 23.79%

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 41.03%
G = 23.79%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE8ACC (or 0xEE8ACC) is known color: Tea Rose. HEX triplet: EE, 8A and CC. RGB value is (238,138,204). Sum of RGB (Red+Green+Blue) = 238+138+204=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ACC is #117533. Grayscale: #AFAFAF. Windows color (decimal): -1144116 or 13404910. OLE color: 13404910.

HSL color Cylindrical-coordinate representation of color #EE8ACC: hue angle of 320.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8ACC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 138 204 -
CMYK 0 0.42 0.14 0.07
HSL 320.4º 0.75% 0.74% -
HSV(B) 320.4º 0.42% 0.93% -
XYZ 55.25 40.71 62.07 -
YUV 175.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 238 138 204 0 0.42 0.14 0.07 320.4 0.75 0.74
Hex EE 8A CC 0 2A E 7 140 4B 4A
Octal 356 212 314 0 52 16 7 500 113 112
Binary 11101110 10001010 11001100 0 101010 1110 111 101000000 1001011 1001010

Color Harmonies of #EE8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8ACC

Black with #EE8ACC

Text Example


Text Example

White with #EE8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8ACC; }

 p { color: rgb(238,138,204); }

 H1.HeaderClassName
 {
   color: #EE8ACC;
 }
 .AnyTagClassName
 {
   color: #EE8ACC;
 }
</style>

background-color css

<style>
 a { background-color: #EE8ACC; }

 a { background-color: rgb(238,138,204); }

 div.DivClassName
 {
   background-color: #EE8ACC;
 }
 .BgClassName
 {
   background-color: #EE8ACC;
 }
</style>

border-color css

<style>
 span { border-color: #EE8ACC; }

 span { border-color: rgb(238,138,204); }

 td.TdClassName
 {
   border-color: #EE8ACC;
 }
 .TagClassName
 {
   border-color: #EE8ACC;
 }
</style>