#ea5691

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

Shades of French Rose #EA5691

Tints of French Rose #EA5691

Color information

#EA5691 (or 0xEA5691) is unknown color: approx French Rose. HEX triplet: EA, 56 and 91. RGB value is (234,86,145). Sum of RGB (Red+Green+Blue) = 234+86+145=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5691 is #15A96E. Grayscale: #888888. Windows color (decimal): -1419631 or 9524970. OLE color: 9524970.

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

Color convert

RGB23486145-
CMYK00.630.380.08
HSL336.08º77.89%62.75%-
HSV(B)336.08º63.25%91.76%-
XYZ42.3726.1929.61-
YUV136.98132.53197.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=50.32%
G=18.49%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348614500.630.380.08336.0877.8962.75
HexEA569103F2681504e3f
Octal352126221077461052011677
Binary11101010101011010010001011111110011010001010100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea5691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea5691; }

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

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

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

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

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

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

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

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