Html Css Color HEX #E40DCD Deep Magenta

📋 copy color: '#E40DCD'

red 228 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #E40DCD

Tints of Deep Magenta #E40DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 51.12%
G = 2.91%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E40DCD (or 0xE40DCD) is known color: Deep Magenta. HEX triplet: E4, 0D and CD. RGB value is (228,13,205). Sum of RGB (Red+Green+Blue) = 228+13+205=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E40DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40DCD is #1BF232. Grayscale: #626262. Windows color (decimal): -1831475 or 13438436. OLE color: 13438436.

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

Color convert

RGB 228 13 205 -
CMYK 0 0.94 0.10 0.11
HSL 306.42º 0.89% 0.47% -
HSV(B) 306.42º 0.94% 0.89% -
XYZ 43.16 21.19 59.57 -
YUV 99.17 187.73 219.89 -
System Red Green Blue C M Y K H S L
Decimal 228 13 205 0 0.94 0.10 0.11 306.42 0.89 0.47
Hex E4 D CD 0 5E A B 132 59 2F
Octal 344 15 315 0 136 12 13 462 131 57
Binary 11100100 1101 11001101 0 1011110 1010 1011 100110010 1011001 101111

Color Harmonies of #E40DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40DCD

Black with #E40DCD

Text Example


Text Example

White with #E40DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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