#E85191

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

Shades of French Rose #E85191

Tints of French Rose #E85191

Color information

#E85191 (or 0xE85191) is unknown color: approx French Rose. HEX triplet: E8, 51 and 91. RGB value is (232,81,145). Sum of RGB (Red+Green+Blue) = 232+81+145=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E85191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85191 is #17AE6E. Grayscale: #858585. Windows color (decimal): -1551983 or 9523688. OLE color: 9523688.

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

Color convert

RGB23281145-
CMYK00.650.380.09
HSL334.57º76.65%61.37%-
HSV(B)334.57º65.09%90.98%-
XYZ41.3325.0829.45-
YUV133.44134.53198.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.66%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=50.66%
G=17.69%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328114500.650.380.09334.5776.6561.37
HexE8519104126914f4d3d
Octal3501212210101461151711575
Binary111010001010001100100010100000110011010011010011111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85191; }

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

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

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

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

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

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

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

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