Html Css Color HEX #E20DDA Deep Magenta

📋 copy color: '#E20DDA'

red 226 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #E20DDA

Tints of Deep Magenta #E20DDA

RGB

 RED value IS 226 (88.67% from 255) = 49.45%

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 49.45%
G = 2.84%
B = 47.7%

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

#E20DDA (or 0xE20DDA) is known color: Deep Magenta. HEX triplet: E2, 0D and DA. RGB value is (226,13,218). Sum of RGB (Red+Green+Blue) = 226+13+218=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20DDA is #1DF225. Grayscale: #636363. Windows color (decimal): -1962534 or 14290402. OLE color: 14290402.

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

Color convert

RGB 226 13 218 -
CMYK 0 0.94 0.04 0.11
HSL 302.25º 0.89% 0.47% -
HSV(B) 302.25º 0.94% 0.89% -
XYZ 44.16 21.52 68.16 -
YUV 100.06 194.57 217.83 -
System Red Green Blue C M Y K H S L
Decimal 226 13 218 0 0.94 0.04 0.11 302.25 0.89 0.47
Hex E2 D DA 0 5E 4 B 12E 59 2F
Octal 342 15 332 0 136 4 13 456 131 57
Binary 11100010 1101 11011010 0 1011110 100 1011 100101110 1011001 101111

Color Harmonies of #E20DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DDA

Black with #E20DDA

Text Example


Text Example

White with #E20DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DDA; }

 p { color: rgb(226,13,218); }

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

background-color css

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

 a { background-color: rgb(226,13,218); }

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

border-color css

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

 span { border-color: rgb(226,13,218); }

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