Html Css Color HEX #E54AA5 Brilliant Rose

📋 copy color: '#E54AA5'

red 229 ◦ green 74 ◦ blue 165

#E54AA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #E54AA5

Tints of Brilliant Rose #E54AA5

RGB

 RED value IS 229 (89.84% from 255) = 48.93%

 GREEN value IS 74 (29.3% 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 value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E54AA5 (or 0xE54AA5) is known color: 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

RGB 229 74 165 -
CMYK 0 0.68 0.28 0.10
HSL 324.77º 0.75% 0.59% -
HSV(B) 324.77º 0.68% 0.9% -
XYZ 41.55 24.27 38.09 -
YUV 130.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 229 74 165 0 0.68 0.28 0.10 324.77 0.75 0.59
Hex E5 4A A5 0 44 1C A 145 4B 3B
Octal 345 112 245 0 104 34 12 505 113 73
Binary 11100101 1001010 10100101 0 1000100 11100 1010 101000101 1001011 111011

Color Harmonies of #E54AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AA5

Black with #E54AA5

Text Example


Text Example

White with #E54AA5

Text Example


Text Example

HTML Codes & Css Web 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>