#EA87C0

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

Shades of Tea Rose #EA87C0

Tints of Tea Rose #EA87C0

Color information

#EA87C0 (or 0xEA87C0) is unknown color: approx Tea Rose. HEX triplet: EA, 87 and C0. RGB value is (234,135,192). Sum of RGB (Red+Green+Blue) = 234+135+192=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87C0 is #15783F. Grayscale: #AAAAAA. Windows color (decimal): -1407040 or 12617706. OLE color: 12617706.

HSL color Cylindrical-coordinate representation of color #EA87C0: hue angle of 325.45º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA87C0 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234135192-
CMYK00.420.180.08
HSL325.45º70.21%72.35%-
HSV(B)325.45º42.31%91.76%-
XYZ52.1138.6354.58-
YUV171.1139.8172.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=41.71%
G=24.06%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413519200.420.180.08325.4570.2172.35
HexEA87C002A1281454648
Octal3522073000522210505106110
Binary111010101000011111000000010101010010100010100010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87C0; }

 p { color: rgb(234,135,192); }

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

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

 a { background-color: rgb(234,135,192); }

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

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

 span { border-color: rgb(234,135,192); }

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