#e54b97

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

Shades of French Rose #E54B97

Tints of French Rose #E54B97

Color information

#E54B97 (or 0xE54B97) is unknown color: approx French Rose. HEX triplet: E5, 4B and 97. RGB value is (229,75,151). Sum of RGB (Red+Green+Blue) = 229+75+151=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54B97 is #1AB468. Grayscale: #818181. Windows color (decimal): -1750121 or 9915365. OLE color: 9915365.

HSL color Cylindrical-coordinate representation of color #E54B97: hue angle of 330.39º 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 #E54B97 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB22975151-
CMYK00.670.340.10
HSL330.39º74.76%59.61%-
HSV(B)330.39º67.25%89.8%-
XYZ40.4223.9231.77-
YUV129.71140.02198.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.33%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=50.33%
G=16.48%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297515100.670.340.10330.3974.7659.61
HexE54B9704322A14a4b3c
Octal3451132270103421251211374
Binary111001011001011100101110100001110001010101010010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e54b97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e54b97; }

 p { color: rgb(229,75,151); }

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

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

 a { background-color: rgb(229,75,151); }

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

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

 span { border-color: rgb(229,75,151); }

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