#E54A9D

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

Shades of French Rose #E54A9D

Tints of French Rose #E54A9D

Color information

#E54A9D (or 0xE54A9D) is unknown color: approx French Rose. HEX triplet: E5, 4A and 9D. RGB value is (229,74,157). Sum of RGB (Red+Green+Blue) = 229+74+157=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A9D is #1AB562. Grayscale: #818181. Windows color (decimal): -1750371 or 10308325. OLE color: 10308325.

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

Color convert

RGB22974157-
CMYK00.680.310.10
HSL327.87º74.88%59.41%-
HSV(B)327.87º67.69%89.8%-
XYZ40.8523.9934.38-
YUV129.81143.35198.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=49.78%
G=16.09%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297415700.680.310.10327.8774.8859.41
HexE54A9D0441FA1484b3b
Octal3451122350104371251011373
Binary11100101100101010011101010001001111110101010010001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A9D; }

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

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

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

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

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

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

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

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