Html Css Color HEX #E54FAA Brilliant Rose

📋 copy color: '#E54FAA'

red 229 ◦ green 79 ◦ blue 170

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

Shades of Brilliant Rose #E54FAA

Tints of Brilliant Rose #E54FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.53%

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 47.91%
G = 16.53%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E54FAA (or 0xE54FAA) is known color: Brilliant Rose. HEX triplet: E5, 4F and AA. RGB value is (229,79,170). Sum of RGB (Red+Green+Blue) = 229+79+170=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54FAA is #1AB055. Grayscale: #868686. Windows color (decimal): -1749078 or 11161573. OLE color: 11161573.

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

Color convert

RGB 229 79 170 -
CMYK 0 0.66 0.26 0.10
HSL 323.6º 0.74% 0.6% -
HSV(B) 323.6º 0.66% 0.9% -
XYZ 42.36 25.15 40.65 -
YUV 134.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 229 79 170 0 0.66 0.26 0.10 323.6 0.74 0.6
Hex E5 4F AA 0 42 1A A 144 4A 3C
Octal 345 117 252 0 102 32 12 504 112 74
Binary 11100101 1001111 10101010 0 1000010 11010 1010 101000100 1001010 111100

Color Harmonies of #E54FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FAA

Black with #E54FAA

Text Example


Text Example

White with #E54FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FAA; }

 p { color: rgb(229,79,170); }

 H1.HeaderClassName
 {
   color: #E54FAA;
 }
 .AnyTagClassName
 {
   color: #E54FAA;
 }
</style>

background-color css

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

 a { background-color: rgb(229,79,170); }

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

border-color css

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

 span { border-color: rgb(229,79,170); }

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