Html Css Color HEX #E01CDC Deep Magenta

📋 copy color: '#E01CDC'

red 224 ◦ green 28 ◦ blue 220

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

Shades of Deep Magenta #E01CDC

Tints of Deep Magenta #E01CDC

RGB

 RED value IS 224 (87.89% from 255) = 47.46%

 GREEN value IS 28 (11.33% from 255) = 5.93%

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

R = 47.46%
G = 5.93%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E01CDC (or 0xE01CDC) is known color: Deep Magenta. HEX triplet: E0, 1C and DC. RGB value is (224,28,220). Sum of RGB (Red+Green+Blue) = 224+28+220=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CDC is #1FE323. Grayscale: #6B6B6B. Windows color (decimal): -2089764 or 14425312. OLE color: 14425312.

HSL color Cylindrical-coordinate representation of color #E01CDC: hue angle of 301.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CDC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 220 -
CMYK 0 0.88 0.02 0.12
HSL 301.22º 0.78% 0.49% -
HSV(B) 301.22º 0.88% 0.88% -
XYZ 44.07 21.85 69.6 -
YUV 108.49 190.93 210.39 -
System Red Green Blue C M Y K H S L
Decimal 224 28 220 0 0.88 0.02 0.12 301.22 0.78 0.49
Hex E0 1C DC 0 58 2 C 12D 4E 31
Octal 340 34 334 0 130 2 14 455 116 61
Binary 11100000 11100 11011100 0 1011000 10 1100 100101101 1001110 110001

Color Harmonies of #E01CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CDC

Black with #E01CDC

Text Example


Text Example

White with #E01CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CDC; }

 p { color: rgb(224,28,220); }

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

background-color css

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

 a { background-color: rgb(224,28,220); }

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

border-color css

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

 span { border-color: rgb(224,28,220); }

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