Html Css Color HEX #E50FD9 Deep Magenta

📋 copy color: '#E50FD9'

red 229 ◦ green 15 ◦ blue 217

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

Shades of Deep Magenta #E50FD9

Tints of Deep Magenta #E50FD9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.25%

 BLUE value IS 217 (85.16% from 255) = 47.07%

R = 49.67%
G = 3.25%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E50FD9 (or 0xE50FD9) is known color: Deep Magenta. HEX triplet: E5, 0F and D9. RGB value is (229,15,217). Sum of RGB (Red+Green+Blue) = 229+15+217=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FD9 is #1AF026. Grayscale: #656565. Windows color (decimal): -1765415 or 14225381. OLE color: 14225381.

HSL color Cylindrical-coordinate representation of color #E50FD9: hue angle of 303.36º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50FD9 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 217 -
CMYK 0 0.93 0.05 0.10
HSL 303.36º 0.88% 0.48% -
HSV(B) 303.36º 0.93% 0.9% -
XYZ 45.01 22.01 67.52 -
YUV 102.01 192.9 218.57 -
System Red Green Blue C M Y K H S L
Decimal 229 15 217 0 0.93 0.05 0.10 303.36 0.88 0.48
Hex E5 F D9 0 5D 5 A 12F 58 30
Octal 345 17 331 0 135 5 12 457 130 60
Binary 11100101 1111 11011001 0 1011101 101 1010 100101111 1011000 110000

Color Harmonies of #E50FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FD9

Black with #E50FD9

Text Example


Text Example

White with #E50FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FD9; }

 p { color: rgb(229,15,217); }

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

background-color css

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

 a { background-color: rgb(229,15,217); }

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

border-color css

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

 span { border-color: rgb(229,15,217); }

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