#EA88C4

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

Shades of Tea Rose #EA88C4

Tints of Tea Rose #EA88C4

Color information

#EA88C4 (or 0xEA88C4) is unknown color: approx Tea Rose. HEX triplet: EA, 88 and C4. RGB value is (234,136,196). Sum of RGB (Red+Green+Blue) = 234+136+196=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88C4 is #15773B. Grayscale: #ACACAC. Windows color (decimal): -1406780 or 12880106. OLE color: 12880106.

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

Color convert

RGB234136196-
CMYK00.420.160.08
HSL323.27º70%72.55%-
HSV(B)323.27º41.88%91.76%-
XYZ52.739.0956.99-
YUV172.14141.47172.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 196 (76.95% from 255) = 34.63%
R=41.34%
G=24.03%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413619600.420.160.08323.277072.55
HexEA88C402A1081434649
Octal3522103040522010503106111
Binary111010101000100011000100010101010000100010100001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88C4; }

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

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

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

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

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

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

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

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