#e85591

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

Shades of French Rose #E85591

Tints of French Rose #E85591

Color information

#E85591 (or 0xE85591) is unknown color: approx French Rose. HEX triplet: E8, 55 and 91. RGB value is (232,85,145). Sum of RGB (Red+Green+Blue) = 232+85+145=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E85591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85591 is #17AA6E. Grayscale: #878787. Windows color (decimal): -1550959 or 9524712. OLE color: 9524712.

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

Color convert

RGB23285145-
CMYK00.630.380.09
HSL335.51º76.17%62.16%-
HSV(B)335.51º63.36%90.98%-
XYZ41.6425.729.55-
YUV135.79133.2196.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.22%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=50.22%
G=18.40%
B=31.39%

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
Decimal2328514500.630.380.09335.5176.1762.16
HexE8559103F2691504c3e
Octal350125221077461152011476
Binary11101000101010110010001011111110011010011010100001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85591; }

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

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

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

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

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

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

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

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