Html Css Color HEX #E404DC Deep Magenta

📋 copy color: '#E404DC'

red 228 ◦ green 4 ◦ blue 220

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

Shades of Deep Magenta #E404DC

Tints of Deep Magenta #E404DC

RGB

 RED value IS 228 (89.45% from 255) = 50.44%

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 50.44%
G = 0.88%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E404DC (or 0xE404DC) is known color: Deep Magenta. HEX triplet: E4, 04 and DC. RGB value is (228,4,220). Sum of RGB (Red+Green+Blue) = 228+4+220=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 4 (1.95% from 255 or 0.88% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E404DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404DC is #1BFB23. Grayscale: #5E5E5E. Windows color (decimal): -1833764 or 14419172. OLE color: 14419172.

HSL color Cylindrical-coordinate representation of color #E404DC: hue angle of 302.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404DC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 4 220 -
CMYK 0 0.98 0.04 0.11
HSL 302.14º 0.97% 0.45% -
HSV(B) 302.14º 0.98% 0.89% -
XYZ 44.96 21.75 69.54 -
YUV 95.6 198.21 222.44 -
System Red Green Blue C M Y K H S L
Decimal 228 4 220 0 0.98 0.04 0.11 302.14 0.97 0.45
Hex E4 4 DC 0 62 4 B 12E 61 2D
Octal 344 4 334 0 142 4 13 456 141 55
Binary 11100100 100 11011100 0 1100010 100 1011 100101110 1100001 101101

Color Harmonies of #E404DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E404DC

Black with #E404DC

Text Example


Text Example

White with #E404DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E404DC; }

 p { color: rgb(228,4,220); }

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

background-color css

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

 a { background-color: rgb(228,4,220); }

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

border-color css

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

 span { border-color: rgb(228,4,220); }

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