#E54C9E

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

Shades of Brilliant Rose #E54C9E

Tints of Brilliant Rose #E54C9E

Color information

#E54C9E (or 0xE54C9E) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4C and 9E. RGB value is (229,76,158). Sum of RGB (Red+Green+Blue) = 229+76+158=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C9E is #1AB361. Grayscale: #828282. Windows color (decimal): -1749858 or 10374373. OLE color: 10374373.

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

Color convert

RGB22976158-
CMYK00.670.310.10
HSL327.84º74.63%59.8%-
HSV(B)327.84º66.81%89.8%-
XYZ41.0724.334.87-
YUV131.1143.19197.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 76 (30.08% from 255) = 16.41%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=49.46%
G=16.41%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297615800.670.310.10327.8474.6359.8
HexE54C9E0431FA1484b3c
Octal3451142360103371251011374
Binary11100101100110010011110010000111111110101010010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C9E; }

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

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

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

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

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

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

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

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