Html Css Color HEX #E504D0 Deep Magenta

📋 copy color: '#E504D0'

red 229 ◦ green 4 ◦ blue 208

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

Shades of Deep Magenta #E504D0

Tints of Deep Magenta #E504D0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.91%

 BLUE value IS 208 (81.64% from 255) = 47.17%

R = 51.93%
G = 0.91%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E504D0 (or 0xE504D0) is known color: Deep Magenta. HEX triplet: E5, 04 and D0. RGB value is (229,4,208). Sum of RGB (Red+Green+Blue) = 229+4+208=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E504D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504D0 is #1AFB2F. Grayscale: #5D5D5D. Windows color (decimal): -1768240 or 13632741. OLE color: 13632741.

HSL color Cylindrical-coordinate representation of color #E504D0: hue angle of 305.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504D0 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 208 -
CMYK 0 0.98 0.09 0.10
HSL 305.6º 0.97% 0.46% -
HSV(B) 305.6º 0.98% 0.9% -
XYZ 43.74 21.3 61.48 -
YUV 94.53 192.04 223.91 -
System Red Green Blue C M Y K H S L
Decimal 229 4 208 0 0.98 0.09 0.10 305.6 0.97 0.46
Hex E5 4 D0 0 62 9 A 132 61 2E
Octal 345 4 320 0 142 11 12 462 141 56
Binary 11100101 100 11010000 0 1100010 1001 1010 100110010 1100001 101110

Color Harmonies of #E504D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504D0

Black with #E504D0

Text Example


Text Example

White with #E504D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504D0; }

 p { color: rgb(229,4,208); }

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

background-color css

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

 a { background-color: rgb(229,4,208); }

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

border-color css

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

 span { border-color: rgb(229,4,208); }

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