#E95691

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

Shades of French Rose #E95691

Tints of French Rose #E95691

Color information

#E95691 (or 0xE95691) is unknown color: approx French Rose. HEX triplet: E9, 56 and 91. RGB value is (233,86,145). Sum of RGB (Red+Green+Blue) = 233+86+145=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E95691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95691 is #16A96E. Grayscale: #888888. Windows color (decimal): -1485167 or 9524969. OLE color: 9524969.

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

Color convert

RGB23386145-
CMYK00.630.380.09
HSL335.92º76.96%62.55%-
HSV(B)335.92º63.09%91.37%-
XYZ42.0426.0229.6-
YUV136.68132.7196.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.22%
GREEN value IS 86 (33.98% from 255) = 18.53%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=50.22%
G=18.53%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338614500.630.380.09335.9276.9662.55
HexE9569103F2691504d3f
Octal351126221077461152011577
Binary11101001101011010010001011111110011010011010100001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95691; }

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

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

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

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

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

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

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

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