#EA8CCC

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

Shades of Tea Rose #EA8CCC

Tints of Tea Rose #EA8CCC

Color information

#EA8CCC (or 0xEA8CCC) is unknown color: approx Tea Rose. HEX triplet: EA, 8C and CC. RGB value is (234,140,204). Sum of RGB (Red+Green+Blue) = 234+140+204=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CCC is #157333. Grayscale: #AFAFAF. Windows color (decimal): -1405748 or 13405418. OLE color: 13405418.

HSL color Cylindrical-coordinate representation of color #EA8CCC: hue angle of 319.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CCC is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234140204-
CMYK00.400.130.08
HSL319.15º69.12%73.33%-
HSV(B)319.15º40.17%91.76%-
XYZ54.2140.6162.11-
YUV175.4144.14169.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 140 (55.08% from 255) = 24.22%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=40.48%
G=24.22%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414020400.400.130.08319.1569.1273.33
HexEA8CCC028D813f4549
Octal3522143140501510477105111
Binary11101010100011001100110001010001101100010011111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8CCC; }

 p { color: rgb(234,140,204); }

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

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

 a { background-color: rgb(234,140,204); }

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

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

 span { border-color: rgb(234,140,204); }

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