#EA8EC9

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

Shades of Tea Rose #EA8EC9

Tints of Tea Rose #EA8EC9

Color information

#EA8EC9 (or 0xEA8EC9) is unknown color: approx Tea Rose. HEX triplet: EA, 8E and C9. RGB value is (234,142,201). Sum of RGB (Red+Green+Blue) = 234+142+201=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EC9 is #157136. Grayscale: #B0B0B0. Windows color (decimal): -1405239 or 13209322. OLE color: 13209322.

HSL color Cylindrical-coordinate representation of color #EA8EC9: hue angle of 321.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8EC9 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234142201-
CMYK00.390.140.08
HSL321.52º68.66%73.73%-
HSV(B)321.52º39.32%91.76%-
XYZ54.1541.0660.33-
YUV176.23141.98169.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=40.55%
G=24.61%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414220100.390.140.08321.5268.6673.73
HexEA8EC9027E8142454a
Octal3522163110471610502105112
Binary11101010100011101100100101001111110100010100001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EC9; }

 p { color: rgb(234,142,201); }

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

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

 a { background-color: rgb(234,142,201); }

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

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

 span { border-color: rgb(234,142,201); }

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