Html Css Color HEX #E54FAE Brilliant Rose

📋 copy color: '#E54FAE'

red 229 ◦ green 79 ◦ blue 174

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

Shades of Brilliant Rose #E54FAE

Tints of Brilliant Rose #E54FAE

RGB

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

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

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

R = 47.51%
G = 16.39%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E54FAE (or 0xE54FAE) is known color: Brilliant Rose. HEX triplet: E5, 4F and AE. RGB value is (229,79,174). Sum of RGB (Red+Green+Blue) = 229+79+174=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54FAE is #1AB051. Grayscale: #868686. Windows color (decimal): -1749074 or 11423717. OLE color: 11423717.

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

Color convert

RGB 229 79 174 -
CMYK 0 0.66 0.24 0.10
HSL 322º 0.74% 0.6% -
HSV(B) 322º 0.66% 0.9% -
XYZ 42.75 25.31 42.68 -
YUV 134.68 150.2 195.28 -
System Red Green Blue C M Y K H S L
Decimal 229 79 174 0 0.66 0.24 0.10 322 0.74 0.6
Hex E5 4F AE 0 42 18 A 142 4A 3C
Octal 345 117 256 0 102 30 12 502 112 74
Binary 11100101 1001111 10101110 0 1000010 11000 1010 101000010 1001010 111100

Color Harmonies of #E54FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FAE

Black with #E54FAE

Text Example


Text Example

White with #E54FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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