#E54A92

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

Shades of French Rose #E54A92

Tints of French Rose #E54A92

Color information

#E54A92 (or 0xE54A92) is unknown color: approx French Rose. HEX triplet: E5, 4A and 92. RGB value is (229,74,146). Sum of RGB (Red+Green+Blue) = 229+74+146=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A92 is #1AB56D. Grayscale: #808080. Windows color (decimal): -1750382 or 9587429. OLE color: 9587429.

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

Color convert

RGB22974146-
CMYK00.680.360.10
HSL332.13º74.88%59.41%-
HSV(B)332.13º67.69%89.8%-
XYZ39.9523.6329.65-
YUV128.55137.85199.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=51.00%
G=16.48%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297414600.680.360.10332.1374.8859.41
HexE54A9204424A14c4b3b
Octal3451122220104441251411373
Binary111001011001010100100100100010010010010101010011001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A92; }

 p { color: rgb(229,74,146); }

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

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

 a { background-color: rgb(229,74,146); }

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

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

 span { border-color: rgb(229,74,146); }

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