Html Css Color HEX #E20DCC Deep Magenta

📋 copy color: '#E20DCC'

red 226 ◦ green 13 ◦ blue 204

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

Shades of Deep Magenta #E20DCC

Tints of Deep Magenta #E20DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 51.02%
G = 2.93%
B = 46.05%

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

#E20DCC (or 0xE20DCC) is known color: Deep Magenta. HEX triplet: E2, 0D and CC. RGB value is (226,13,204). Sum of RGB (Red+Green+Blue) = 226+13+204=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20DCC is #1DF233. Grayscale: #616161. Windows color (decimal): -1962548 or 13372898. OLE color: 13372898.

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

Color convert

RGB 226 13 204 -
CMYK 0 0.94 0.10 0.11
HSL 306.2º 0.89% 0.47% -
HSV(B) 306.2º 0.94% 0.89% -
XYZ 42.41 20.82 58.91 -
YUV 98.46 187.57 218.97 -
System Red Green Blue C M Y K H S L
Decimal 226 13 204 0 0.94 0.10 0.11 306.2 0.89 0.47
Hex E2 D CC 0 5E A B 132 59 2F
Octal 342 15 314 0 136 12 13 462 131 57
Binary 11100010 1101 11001100 0 1011110 1010 1011 100110010 1011001 101111

Color Harmonies of #E20DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DCC

Black with #E20DCC

Text Example


Text Example

White with #E20DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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