#E84F91

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

Shades of French Rose #E84F91

Tints of French Rose #E84F91

Color information

#E84F91 (or 0xE84F91) is unknown color: approx French Rose. HEX triplet: E8, 4F and 91. RGB value is (232,79,145). Sum of RGB (Red+Green+Blue) = 232+79+145=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84F91 is #17B06E. Grayscale: #848484. Windows color (decimal): -1552495 or 9523176. OLE color: 9523176.

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

Color convert

RGB23279145-
CMYK00.660.380.09
HSL334.12º76.88%60.98%-
HSV(B)334.12º65.95%90.98%-
XYZ41.1924.7929.4-
YUV132.27135.19199.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.88%
GREEN value IS 79 (31.25% from 255) = 17.32%
BLUE value IS 145 (57.03% from 255) = 31.80%
R=50.88%
G=17.32%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327914500.660.380.09334.1276.8860.98
HexE84F9104226914e4d3d
Octal3501172210102461151611575
Binary111010001001111100100010100001010011010011010011101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84F91; }

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

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

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

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

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

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

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

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