#EA5996

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

Shades of French Rose #EA5996

Tints of French Rose #EA5996

Color information

#EA5996 (or 0xEA5996) is unknown color: approx French Rose. HEX triplet: EA, 59 and 96. RGB value is (234,89,150). Sum of RGB (Red+Green+Blue) = 234+89+150=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5996 is #15A669. Grayscale: #8B8B8B. Windows color (decimal): -1418858 or 9853418. OLE color: 9853418.

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

Color convert

RGB23489150-
CMYK00.620.360.08
HSL334.76º77.54%63.33%-
HSV(B)334.76º61.97%91.76%-
XYZ43.0126.8431.77-
YUV139.31134.04195.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 89 (35.16% from 255) = 18.82%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=49.47%
G=18.82%
B=31.71%

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
Decimal2348915000.620.360.08334.7677.5463.33
HexEA599603E24814f4e3f
Octal352131226076441051711677
Binary11101010101100110010110011111010010010001010011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5996; }

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

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

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

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

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

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

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

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