Html Css Color HEX #E404D2 Deep Magenta

📋 copy color: '#E404D2'

red 228 ◦ green 4 ◦ blue 210

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

Shades of Deep Magenta #E404D2

Tints of Deep Magenta #E404D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.51%

R = 51.58%
G = 0.9%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E404D2 (or 0xE404D2) is known color: Deep Magenta. HEX triplet: E4, 04 and D2. RGB value is (228,4,210). Sum of RGB (Red+Green+Blue) = 228+4+210=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E404D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404D2 is #1BFB2D. Grayscale: #5D5D5D. Windows color (decimal): -1833774 or 13763812. OLE color: 13763812.

HSL color Cylindrical-coordinate representation of color #E404D2: hue angle of 304.82º 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 #E404D2 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 4 210 -
CMYK 0 0.98 0.08 0.11
HSL 304.82º 0.97% 0.45% -
HSV(B) 304.82º 0.98% 0.89% -
XYZ 43.67 21.23 62.77 -
YUV 94.46 193.21 223.25 -
System Red Green Blue C M Y K H S L
Decimal 228 4 210 0 0.98 0.08 0.11 304.82 0.97 0.45
Hex E4 4 D2 0 62 8 B 131 61 2D
Octal 344 4 322 0 142 10 13 461 141 55
Binary 11100100 100 11010010 0 1100010 1000 1011 100110001 1100001 101101

Color Harmonies of #E404D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E404D2

Black with #E404D2

Text Example


Text Example

White with #E404D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E404D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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