#e54895

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

Shades of French Rose #E54895

Tints of French Rose #E54895

Color information

#E54895 (or 0xE54895) is unknown color: approx French Rose. HEX triplet: E5, 48 and 95. RGB value is (229,72,149). Sum of RGB (Red+Green+Blue) = 229+72+149=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E54895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54895 is #1AB76A. Grayscale: #7F7F7F. Windows color (decimal): -1750891 or 9783525. OLE color: 9783525.

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

Color convert

RGB22972149-
CMYK00.690.350.10
HSL330.57º75.12%59.02%-
HSV(B)330.57º68.56%89.8%-
XYZ40.0623.4630.85-
YUV127.72140.01200.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.89%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=50.89%
G=16%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297214900.690.350.10330.5775.1259.02
HexE5489504523A14b4b3b
Octal3451102250105431251311373
Binary111001011001000100101010100010110001110101010010111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e54895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e54895; }

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

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

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

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

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

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

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

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