Html Css Color HEX #E01DDC Deep Magenta

📋 copy color: '#E01DDC'

red 224 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #E01DDC

Tints of Deep Magenta #E01DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.13%

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

R = 47.36%
G = 6.13%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E01DDC (or 0xE01DDC) is known color: Deep Magenta. HEX triplet: E0, 1D and DC. RGB value is (224,29,220). Sum of RGB (Red+Green+Blue) = 224+29+220=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DDC is #1FE223. Grayscale: #6C6C6C. Windows color (decimal): -2089508 or 14425568. OLE color: 14425568.

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

Color convert

RGB 224 29 220 -
CMYK 0 0.87 0.02 0.12
HSL 301.23º 0.77% 0.5% -
HSV(B) 301.23º 0.87% 0.88% -
XYZ 44.1 21.89 69.61 -
YUV 109.08 190.6 209.97 -
System Red Green Blue C M Y K H S L
Decimal 224 29 220 0 0.87 0.02 0.12 301.23 0.77 0.5
Hex E0 1D DC 0 57 2 C 12D 4D 32
Octal 340 35 334 0 127 2 14 455 115 62
Binary 11100000 11101 11011100 0 1010111 10 1100 100101101 1001101 110010

Color Harmonies of #E01DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DDC

Black with #E01DDC

Text Example


Text Example

White with #E01DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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