Html Css Color HEX #EE8BCC Tea Rose

📋 copy color: '#EE8BCC'

red 238 ◦ green 139 ◦ blue 204

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

Shades of Tea Rose #EE8BCC

Tints of Tea Rose #EE8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.92%

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

R = 40.96%
G = 23.92%
B = 35.11%

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

#EE8BCC (or 0xEE8BCC) is known color: Tea Rose. HEX triplet: EE, 8B and CC. RGB value is (238,139,204). Sum of RGB (Red+Green+Blue) = 238+139+204=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BCC is #117433. Grayscale: #AFAFAF. Windows color (decimal): -1143860 or 13405166. OLE color: 13405166.

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

Color convert

RGB 238 139 204 -
CMYK 0 0.42 0.14 0.07
HSL 320.61º 0.74% 0.74% -
HSV(B) 320.61º 0.42% 0.93% -
XYZ 55.39 41 62.12 -
YUV 176.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 238 139 204 0 0.42 0.14 0.07 320.61 0.74 0.74
Hex EE 8B CC 0 2A E 7 141 4A 4A
Octal 356 213 314 0 52 16 7 501 112 112
Binary 11101110 10001011 11001100 0 101010 1110 111 101000001 1001010 1001010

Color Harmonies of #EE8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8BCC

Black with #EE8BCC

Text Example


Text Example

White with #EE8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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