#EE80CC

Color #EE80CC Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EE80CC

Tints of Tea Rose #EE80CC

Color information

#EE80CC (or 0xEE80CC) is unknown color: approx Tea Rose. HEX triplet: EE, 80 and CC. RGB value is (238,128,204). Sum of RGB (Red+Green+Blue) = 238+128+204=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80CC is #117F33. Grayscale: #A9A9A9. Windows color (decimal): -1146676 or 13402350. OLE color: 13402350.

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

Color convert

RGB238128204-
CMYK00.460.140.07
HSL318.55º76.39%71.76%-
HSV(B)318.55º46.22%93.33%-
XYZ53.8837.9861.62-
YUV169.55147.44176.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 128 (50.39% from 255) = 22.46%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=41.75%
G=22.46%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812820400.460.140.07318.5576.3971.76
HexEE80CC02EE713f4c48
Octal356200314056167477114110
Binary1110111010000000110011000101110111011110011111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE80CC; }

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

 H1.HeaderClassName
 {
   color: #EE80CC;
 }
 .AnyTagClassName
 {
   color: #EE80CC;
 }
</style>
background-color css

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

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

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

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

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

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