#EE84CC

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

Shades of Tea Rose #EE84CC

Tints of Tea Rose #EE84CC

Color information

#EE84CC (or 0xEE84CC) is unknown color: approx Tea Rose. HEX triplet: EE, 84 and CC. RGB value is (238,132,204). Sum of RGB (Red+Green+Blue) = 238+132+204=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84CC is #117B33. Grayscale: #ABABAB. Windows color (decimal): -1145652 or 13403374. OLE color: 13403374.

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

Color convert

RGB238132204-
CMYK00.450.140.07
HSL319.25º75.71%72.55%-
HSV(B)319.25º44.54%93.33%-
XYZ54.4139.0461.79-
YUV171.9146.12175.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.46%
GREEN value IS 132 (51.95% from 255) = 23.00%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=41.46%
G=23.00%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813220400.450.140.07319.2575.7172.55
HexEE84CC02DE713f4c49
Octal356204314055167477114111
Binary1110111010000100110011000101101111011110011111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84CC; }

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

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

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

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

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

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

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

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