Html Css Color HEX #E54DAE Brilliant Rose

📋 copy color: '#E54DAE'

red 229 ◦ green 77 ◦ blue 174

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

Shades of Brilliant Rose #E54DAE

Tints of Brilliant Rose #E54DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.04%

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

R = 47.71%
G = 16.04%
B = 36.25%

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

#E54DAE (or 0xE54DAE) is known color: Brilliant Rose. HEX triplet: E5, 4D and AE. RGB value is (229,77,174). Sum of RGB (Red+Green+Blue) = 229+77+174=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54DAE is #1AB251. Grayscale: #858585. Windows color (decimal): -1749586 or 11423205. OLE color: 11423205.

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

Color convert

RGB 229 77 174 -
CMYK 0 0.66 0.24 0.10
HSL 321.71º 0.75% 0.6% -
HSV(B) 321.71º 0.66% 0.9% -
XYZ 42.61 25.02 42.63 -
YUV 133.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 229 77 174 0 0.66 0.24 0.10 321.71 0.75 0.6
Hex E5 4D AE 0 42 18 A 142 4B 3C
Octal 345 115 256 0 102 30 12 502 113 74
Binary 11100101 1001101 10101110 0 1000010 11000 1010 101000010 1001011 111100

Color Harmonies of #E54DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54DAE

Black with #E54DAE

Text Example


Text Example

White with #E54DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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