#EE81CC

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

Shades of Tea Rose #EE81CC

Tints of Tea Rose #EE81CC

Color information

#EE81CC (or 0xEE81CC) is unknown color: approx Tea Rose. HEX triplet: EE, 81 and CC. RGB value is (238,129,204). Sum of RGB (Red+Green+Blue) = 238+129+204=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81CC is #117E33. Grayscale: #A9A9A9. Windows color (decimal): -1146420 or 13402606. OLE color: 13402606.

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

Color convert

RGB238129204-
CMYK00.460.140.07
HSL318.72º76.22%71.96%-
HSV(B)318.72º45.8%93.33%-
XYZ54.0138.2461.66-
YUV170.14147.11176.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=41.68%
G=22.59%
B=35.73%

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
Decimal23812920400.460.140.07318.7276.2271.96
HexEE81CC02EE713f4c48
Octal356201314056167477114110
Binary1110111010000001110011000101110111011110011111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81CC; }

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

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

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

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

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

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

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

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