#EA5896

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

Shades of French Rose #EA5896

Tints of French Rose #EA5896

Color information

#EA5896 (or 0xEA5896) is unknown color: approx French Rose. HEX triplet: EA, 58 and 96. RGB value is (234,88,150). Sum of RGB (Red+Green+Blue) = 234+88+150=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5896 is #15A769. Grayscale: #8A8A8A. Windows color (decimal): -1419114 or 9853162. OLE color: 9853162.

HSL color Cylindrical-coordinate representation of color #EA5896: hue angle of 334.52º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5896 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB23488150-
CMYK00.620.360.08
HSL334.52º77.66%63.14%-
HSV(B)334.52º62.39%91.76%-
XYZ42.9326.6731.74-
YUV138.72134.37195.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.58%
GREEN value IS 88 (34.77% from 255) = 18.64%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=49.58%
G=18.64%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348815000.620.360.08334.5277.6663.14
HexEA589603E24814f4e3f
Octal352130226076441051711677
Binary11101010101100010010110011111010010010001010011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5896; }

 p { color: rgb(234,88,150); }

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

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

 a { background-color: rgb(234,88,150); }

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

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

 span { border-color: rgb(234,88,150); }

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