#E54AA0

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

Shades of Brilliant Rose #E54AA0

Tints of Brilliant Rose #E54AA0

Color information

#E54AA0 (or 0xE54AA0) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4A and A0. RGB value is (229,74,160). Sum of RGB (Red+Green+Blue) = 229+74+160=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54AA0 is #1AB55F. Grayscale: #818181. Windows color (decimal): -1750368 or 10504933. OLE color: 10504933.

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

Color convert

RGB22974160-
CMYK00.680.300.10
HSL326.71º74.88%59.41%-
HSV(B)326.71º67.69%89.8%-
XYZ41.1124.0935.74-
YUV130.15144.85198.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 74 (29.30% from 255) = 15.98%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=49.46%
G=15.98%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297416000.680.300.10326.7174.8859.41
HexE54AA00441EA1474b3b
Octal3451122400104361250711373
Binary11100101100101010100000010001001111010101010001111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54AA0; }

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

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

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

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

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

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

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

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