#EA5997

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

Shades of French Rose #EA5997

Tints of French Rose #EA5997

Color information

#EA5997 (or 0xEA5997) is unknown color: approx French Rose. HEX triplet: EA, 59 and 97. RGB value is (234,89,151). Sum of RGB (Red+Green+Blue) = 234+89+151=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5997 is #15A668. Grayscale: #8B8B8B. Windows color (decimal): -1418857 or 9918954. OLE color: 9918954.

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

Color convert

RGB23489151-
CMYK00.620.350.08
HSL334.34º77.54%63.33%-
HSV(B)334.34º61.97%91.76%-
XYZ43.0926.8732.19-
YUV139.42134.54195.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=49.37%
G=18.78%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348915100.620.350.08334.3477.5463.33
HexEA599703E23814e4e3f
Octal352131227076431051611677
Binary11101010101100110010111011111010001110001010011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5997; }

 p { color: rgb(234,89,151); }

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

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

 a { background-color: rgb(234,89,151); }

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

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

 span { border-color: rgb(234,89,151); }

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