Html Css Color HEX #E54DAF Brilliant Rose

📋 copy color: '#E54DAF'

red 229 ◦ green 77 ◦ blue 175

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

Shades of Brilliant Rose #E54DAF

Tints of Brilliant Rose #E54DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 47.61%
G = 16.01%
B = 36.38%

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

#E54DAF (or 0xE54DAF) is known color: Brilliant Rose. HEX triplet: E5, 4D and AF. RGB value is (229,77,175). Sum of RGB (Red+Green+Blue) = 229+77+175=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54DAF is #1AB250. Grayscale: #858585. Windows color (decimal): -1749585 or 11488741. OLE color: 11488741.

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

Color convert

RGB 229 77 175 -
CMYK 0 0.66 0.24 0.10
HSL 321.32º 0.75% 0.6% -
HSV(B) 321.32º 0.66% 0.9% -
XYZ 42.7 25.06 43.14 -
YUV 133.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 229 77 175 0 0.66 0.24 0.10 321.32 0.75 0.6
Hex E5 4D AF 0 42 18 A 141 4B 3C
Octal 345 115 257 0 102 30 12 501 113 74
Binary 11100101 1001101 10101111 0 1000010 11000 1010 101000001 1001011 111100

Color Harmonies of #E54DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54DAF

Black with #E54DAF

Text Example


Text Example

White with #E54DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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