#E54AA5

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

Shades of Brilliant Rose #E54AA5

Tints of Brilliant Rose #E54AA5

Color information

#E54AA5 (or 0xE54AA5) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4A and A5. RGB value is (229,74,165). Sum of RGB (Red+Green+Blue) = 229+74+165=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54AA5 is #1AB55A. Grayscale: #828282. Windows color (decimal): -1750363 or 10832613. OLE color: 10832613.

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

Color convert

RGB22974165-
CMYK00.680.280.10
HSL324.77º74.88%59.41%-
HSV(B)324.77º67.69%89.8%-
XYZ41.5524.2738.09-
YUV130.72147.35198.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.93%
GREEN value IS 74 (29.30% from 255) = 15.81%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=48.93%
G=15.81%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297416500.680.280.10324.7774.8859.41
HexE54AA50441CA1454b3b
Octal3451122450104341250511373
Binary11100101100101010100101010001001110010101010001011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54AA5; }

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

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

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

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

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

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

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

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