Html Css Color HEX #E40DDC Deep Magenta

📋 copy color: '#E40DDC'

red 228 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #E40DDC

Tints of Deep Magenta #E40DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.82%

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

R = 49.46%
G = 2.82%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E40DDC (or 0xE40DDC) is known color: Deep Magenta. HEX triplet: E4, 0D and DC. RGB value is (228,13,220). Sum of RGB (Red+Green+Blue) = 228+13+220=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E40DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40DDC is #1BF223. Grayscale: #646464. Windows color (decimal): -1831460 or 14421476. OLE color: 14421476.

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

Color convert

RGB 228 13 220 -
CMYK 0 0.94 0.04 0.11
HSL 302.23º 0.89% 0.47% -
HSV(B) 302.23º 0.94% 0.89% -
XYZ 45.06 21.95 69.57 -
YUV 100.88 195.23 218.67 -
System Red Green Blue C M Y K H S L
Decimal 228 13 220 0 0.94 0.04 0.11 302.23 0.89 0.47
Hex E4 D DC 0 5E 4 B 12E 59 2F
Octal 344 15 334 0 136 4 13 456 131 57
Binary 11100100 1101 11011100 0 1011110 100 1011 100101110 1011001 101111

Color Harmonies of #E40DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40DDC

Black with #E40DDC

Text Example


Text Example

White with #E40DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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