#E84C95

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

Shades of French Rose #E84C95

Tints of French Rose #E84C95

Color information

#E84C95 (or 0xE84C95) is unknown color: approx French Rose. HEX triplet: E8, 4C and 95. RGB value is (232,76,149). Sum of RGB (Red+Green+Blue) = 232+76+149=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84C95 is #17B36A. Grayscale: #828282. Windows color (decimal): -1553259 or 9784552. OLE color: 9784552.

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

Color convert

RGB23276149-
CMYK00.670.360.09
HSL331.92º77.23%60.39%-
HSV(B)331.92º67.24%90.98%-
XYZ41.2924.4930.99-
YUV130.97138.18200.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.77%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=50.77%
G=16.63%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327614900.670.360.09331.9277.2360.39
HexE84C9504324914c4d3c
Octal3501142250103441151411574
Binary111010001001100100101010100001110010010011010011001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84C95; }

 p { color: rgb(232,76,149); }

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

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

 a { background-color: rgb(232,76,149); }

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

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

 span { border-color: rgb(232,76,149); }

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