#E54D92

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

Shades of French Rose #E54D92

Tints of French Rose #E54D92

Color information

#E54D92 (or 0xE54D92) is unknown color: approx French Rose. HEX triplet: E5, 4D and 92. RGB value is (229,77,146). Sum of RGB (Red+Green+Blue) = 229+77+146=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D92 is #1AB26D. Grayscale: #828282. Windows color (decimal): -1749614 or 9588197. OLE color: 9588197.

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

Color convert

RGB22977146-
CMYK00.660.360.10
HSL332.76º74.51%60%-
HSV(B)332.76º66.38%89.8%-
XYZ40.1624.0429.72-
YUV130.31136.86198.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.66%
GREEN value IS 77 (30.47% from 255) = 17.04%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=50.66%
G=17.04%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297714600.660.360.10332.7674.5160
HexE54D9204224A14d4b3c
Octal3451152220102441251511374
Binary111001011001101100100100100001010010010101010011011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54D92; }

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

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

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

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

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

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

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

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