#EA88BD

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

Shades of Tea Rose #EA88BD

Tints of Tea Rose #EA88BD

Color information

#EA88BD (or 0xEA88BD) is unknown color: approx Tea Rose. HEX triplet: EA, 88 and BD. RGB value is (234,136,189). Sum of RGB (Red+Green+Blue) = 234+136+189=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88BD is #157742. Grayscale: #ABABAB. Windows color (decimal): -1406787 or 12421354. OLE color: 12421354.

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

Color convert

RGB234136189-
CMYK00.420.190.08
HSL327.55º70%72.55%-
HSV(B)327.55º41.88%91.76%-
XYZ51.9238.7752.89-
YUV171.34137.97172.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=41.86%
G=24.33%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413618900.420.190.08327.557072.55
HexEA88BD02A1381484649
Octal3522102750522310510106111
Binary111010101000100010111101010101010011100010100100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88BD; }

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

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

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

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

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

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

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

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