#EA5591

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

Shades of French Rose #EA5591

Tints of French Rose #EA5591

Color information

#EA5591 (or 0xEA5591) is unknown color: approx French Rose. HEX triplet: EA, 55 and 91. RGB value is (234,85,145). Sum of RGB (Red+Green+Blue) = 234+85+145=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5591 is #15AA6E. Grayscale: #888888. Windows color (decimal): -1419887 or 9524714. OLE color: 9524714.

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

Color convert

RGB23485145-
CMYK00.640.380.08
HSL335.84º78.01%62.55%-
HSV(B)335.84º63.68%91.76%-
XYZ42.2926.0329.58-
YUV136.39132.86197.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=50.43%
G=18.32%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348514500.640.380.08335.8478.0162.55
HexEA55910402681504e3f
Octal3521252210100461052011677
Binary111010101010101100100010100000010011010001010100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5591; }

 p { color: rgb(234,85,145); }

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

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

 a { background-color: rgb(234,85,145); }

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

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

 span { border-color: rgb(234,85,145); }

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