#E54D94

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

Shades of French Rose #E54D94

Tints of French Rose #E54D94

Color information

#E54D94 (or 0xE54D94) is unknown color: approx French Rose. HEX triplet: E5, 4D and 94. RGB value is (229,77,148). Sum of RGB (Red+Green+Blue) = 229+77+148=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D94 is #1AB26B. Grayscale: #828282. Windows color (decimal): -1749612 or 9719269. OLE color: 9719269.

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

Color convert

RGB22977148-
CMYK00.660.350.10
HSL331.97º74.51%60%-
HSV(B)331.97º66.38%89.8%-
XYZ40.3124.130.54-
YUV130.54137.86198.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.44%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=50.44%
G=16.96%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297714800.660.350.10331.9774.5160
HexE54D9404223A14c4b3c
Octal3451152240102431251411374
Binary111001011001101100101000100001010001110101010011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54D94; }

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

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

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

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

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

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

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

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