Html Css Color HEX #EE8ACB Tea Rose

📋 copy color: '#EE8ACB'

red 238 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #EE8ACB

Tints of Tea Rose #EE8ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.06%

R = 41.11%
G = 23.83%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE8ACB (or 0xEE8ACB) is known color: Tea Rose. HEX triplet: EE, 8A and CB. RGB value is (238,138,203). Sum of RGB (Red+Green+Blue) = 238+138+203=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ACB is #117534. Grayscale: #AFAFAF. Windows color (decimal): -1144117 or 13339374. OLE color: 13339374.

HSL color Cylindrical-coordinate representation of color #EE8ACB: hue angle of 321º 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 #EE8ACB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 138 203 -
CMYK 0 0.42 0.15 0.07
HSL 321º 0.75% 0.74% -
HSV(B) 321º 0.42% 0.93% -
XYZ 55.13 40.67 61.44 -
YUV 175.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 238 138 203 0 0.42 0.15 0.07 321 0.75 0.74
Hex EE 8A CB 0 2A F 7 141 4B 4A
Octal 356 212 313 0 52 17 7 501 113 112
Binary 11101110 10001010 11001011 0 101010 1111 111 101000001 1001011 1001010

Color Harmonies of #EE8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8ACB

Black with #EE8ACB

Text Example


Text Example

White with #EE8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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