Html Css Color HEX #E54AAE Brilliant Rose

📋 copy color: '#E54AAE'

red 229 ◦ green 74 ◦ blue 174

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

Shades of Brilliant Rose #E54AAE

Tints of Brilliant Rose #E54AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.51%

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 48.01%
G = 15.51%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E54AAE (or 0xE54AAE) is known color: Brilliant Rose. HEX triplet: E5, 4A and AE. RGB value is (229,74,174). Sum of RGB (Red+Green+Blue) = 229+74+174=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54AAE is #1AB551. Grayscale: #838383. Windows color (decimal): -1750354 or 11422437. OLE color: 11422437.

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

Color convert

RGB 229 74 174 -
CMYK 0 0.68 0.24 0.10
HSL 321.29º 0.75% 0.59% -
HSV(B) 321.29º 0.68% 0.9% -
XYZ 42.4 24.61 42.56 -
YUV 131.75 151.85 197.37 -
System Red Green Blue C M Y K H S L
Decimal 229 74 174 0 0.68 0.24 0.10 321.29 0.75 0.59
Hex E5 4A AE 0 44 18 A 141 4B 3B
Octal 345 112 256 0 104 30 12 501 113 73
Binary 11100101 1001010 10101110 0 1000100 11000 1010 101000001 1001011 111011

Color Harmonies of #E54AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AAE

Black with #E54AAE

Text Example


Text Example

White with #E54AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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