#E54C95

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

Shades of French Rose #E54C95

Tints of French Rose #E54C95

Color information

#E54C95 (or 0xE54C95) is unknown color: approx French Rose. HEX triplet: E5, 4C and 95. RGB value is (229,76,149). Sum of RGB (Red+Green+Blue) = 229+76+149=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C95 is #1AB36A. Grayscale: #818181. Windows color (decimal): -1749867 or 9784549. OLE color: 9784549.

HSL color Cylindrical-coordinate representation of color #E54C95: hue angle of 331.37º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C95 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB22976149-
CMYK00.670.350.10
HSL331.37º74.63%59.8%-
HSV(B)331.37º66.81%89.8%-
XYZ40.322430.94-
YUV130.07138.69198.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.44%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=50.44%
G=16.74%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297614900.670.350.10331.3774.6359.8
HexE54C9504323A14b4b3c
Octal3451142250103431251311374
Binary111001011001100100101010100001110001110101010010111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C95; }

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

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

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

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

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

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

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

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