#EE8CCA

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

Shades of Tea Rose #EE8CCA

Tints of Tea Rose #EE8CCA

Color information

#EE8CCA (or 0xEE8CCA) is unknown color: approx Tea Rose. HEX triplet: EE, 8C and CA. RGB value is (238,140,202). Sum of RGB (Red+Green+Blue) = 238+140+202=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CCA is #117335. Grayscale: #B0B0B0. Windows color (decimal): -1143606 or 13274350. OLE color: 13274350.

HSL color Cylindrical-coordinate representation of color #EE8CCA: hue angle of 322.04º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CCA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238140202-
CMYK00.410.150.07
HSL322.04º74.24%74.12%-
HSV(B)322.04º41.18%93.33%-
XYZ55.341.260.91-
YUV176.37142.47171.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=41.03%
G=24.14%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814020200.410.150.07322.0474.2474.12
HexEE8CCA029F71424a4a
Octal356214312051177502112112
Binary1110111010001100110010100101001111111110100001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8CCA; }

 p { color: rgb(238,140,202); }

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

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

 a { background-color: rgb(238,140,202); }

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

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

 span { border-color: rgb(238,140,202); }

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