#E54B94

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

Shades of French Rose #E54B94

Tints of French Rose #E54B94

Color information

#E54B94 (or 0xE54B94) is unknown color: approx French Rose. HEX triplet: E5, 4B and 94. RGB value is (229,75,148). Sum of RGB (Red+Green+Blue) = 229+75+148=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54B94 is #1AB46B. Grayscale: #818181. Windows color (decimal): -1750124 or 9718757. OLE color: 9718757.

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

Color convert

RGB22975148-
CMYK00.670.350.10
HSL331.56º74.76%59.61%-
HSV(B)331.56º67.25%89.8%-
XYZ40.1723.8330.5-
YUV129.37138.52199.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.66%
GREEN value IS 75 (29.69% from 255) = 16.59%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=50.66%
G=16.59%
B=32.74%

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
Decimal2297514800.670.350.10331.5674.7659.61
HexE54B9404323A14c4b3c
Octal3451132240103431251411374
Binary111001011001011100101000100001110001110101010011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54B94; }

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

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

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

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

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

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

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

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