#EA88CA

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

Shades of Tea Rose #EA88CA

Tints of Tea Rose #EA88CA

Color information

#EA88CA (or 0xEA88CA) is unknown color: approx Tea Rose. HEX triplet: EA, 88 and CA. RGB value is (234,136,202). Sum of RGB (Red+Green+Blue) = 234+136+202=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88CA is #157735. Grayscale: #ACACAC. Windows color (decimal): -1406774 or 13273322. OLE color: 13273322.

HSL color Cylindrical-coordinate representation of color #EA88CA: hue angle of 319.59º 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 #EA88CA is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234136202-
CMYK00.420.140.08
HSL319.59º70%72.55%-
HSV(B)319.59º41.88%91.76%-
XYZ53.439.3760.66-
YUV172.83144.47171.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=40.91%
G=23.78%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413620200.420.140.08319.597072.55
HexEA88CA02AE81404649
Octal3522103120521610500106111
Binary11101010100010001100101001010101110100010100000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88CA; }

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

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

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

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

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

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

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

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