Html Css Color HEX #EE80C6 Tea Rose

📋 copy color: '#EE80C6'

red 238 ◦ green 128 ◦ blue 198

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

Shades of Tea Rose #EE80C6

Tints of Tea Rose #EE80C6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.7%

 BLUE value IS 198 (77.73% from 255) = 35.11%

R = 42.2%
G = 22.7%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE80C6 (or 0xEE80C6) is known color: Tea Rose. HEX triplet: EE, 80 and C6. RGB value is (238,128,198). Sum of RGB (Red+Green+Blue) = 238+128+198=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80C6 is #117F39. Grayscale: #A8A8A8. Windows color (decimal): -1146682 or 13009134. OLE color: 13009134.

HSL color Cylindrical-coordinate representation of color #EE80C6: hue angle of 321.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80C6 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 198 -
CMYK 0 0.46 0.17 0.07
HSL 321.82º 0.76% 0.72% -
HSV(B) 321.82º 0.46% 0.93% -
XYZ 53.17 37.69 57.9 -
YUV 168.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 238 128 198 0 0.46 0.17 0.07 321.82 0.76 0.72
Hex EE 80 C6 0 2E 11 7 142 4C 48
Octal 356 200 306 0 56 21 7 502 114 110
Binary 11101110 10000000 11000110 0 101110 10001 111 101000010 1001100 1001000

Color Harmonies of #EE80C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80C6

Black with #EE80C6

Text Example


Text Example

White with #EE80C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80C6; }

 p { color: rgb(238,128,198); }

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

background-color css

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

 a { background-color: rgb(238,128,198); }

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

border-color css

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

 span { border-color: rgb(238,128,198); }

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