#E54A9E

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

Shades of Brilliant Rose #E54A9E

Tints of Brilliant Rose #E54A9E

Color information

#E54A9E (or 0xE54A9E) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4A and 9E. RGB value is (229,74,158). Sum of RGB (Red+Green+Blue) = 229+74+158=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A9E is #1AB561. Grayscale: #818181. Windows color (decimal): -1750370 or 10373861. OLE color: 10373861.

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

Color convert

RGB22974158-
CMYK00.680.310.10
HSL327.48º74.88%59.41%-
HSV(B)327.48º67.69%89.8%-
XYZ40.9324.0234.83-
YUV129.92143.85198.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 74 (29.30% from 255) = 16.05%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=49.67%
G=16.05%
B=34.27%

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
Decimal2297415800.680.310.10327.4874.8859.41
HexE54A9E0441FA1474b3b
Octal3451122360104371250711373
Binary11100101100101010011110010001001111110101010001111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A9E; }

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

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

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

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

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

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

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

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