#EA88C0

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

Shades of Tea Rose #EA88C0

Tints of Tea Rose #EA88C0

Color information

#EA88C0 (or 0xEA88C0) is unknown color: approx Tea Rose. HEX triplet: EA, 88 and C0. RGB value is (234,136,192). Sum of RGB (Red+Green+Blue) = 234+136+192=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88C0 is #15773F. Grayscale: #ABABAB. Windows color (decimal): -1406784 or 12617962. OLE color: 12617962.

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

Color convert

RGB234136192-
CMYK00.420.180.08
HSL325.71º70%72.55%-
HSV(B)325.71º41.88%91.76%-
XYZ52.2538.9154.62-
YUV171.69139.47172.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=41.64%
G=24.20%
B=34.16%

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
Decimal23413619200.420.180.08325.717072.55
HexEA88C002A1281464649
Octal3522103000522210506106111
Binary111010101000100011000000010101010010100010100011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88C0; }

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

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

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

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

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

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

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

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