Html Css Color HEX #E011D4 Deep Magenta

📋 copy color: '#E011D4'

red 224 ◦ green 17 ◦ blue 212

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

Shades of Deep Magenta #E011D4

Tints of Deep Magenta #E011D4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.75%

 BLUE value IS 212 (83.2% from 255) = 46.8%

R = 49.45%
G = 3.75%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E011D4 (or 0xE011D4) is known color: Deep Magenta. HEX triplet: E0, 11 and D4. RGB value is (224,17,212). Sum of RGB (Red+Green+Blue) = 224+17+212=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E011D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011D4 is #1FEE2B. Grayscale: #646464. Windows color (decimal): -2092588 or 13898208. OLE color: 13898208.

HSL color Cylindrical-coordinate representation of color #E011D4: hue angle of 303.48º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011D4 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 212 -
CMYK 0 0.92 0.05 0.12
HSL 303.48º 0.86% 0.47% -
HSV(B) 303.48º 0.92% 0.88% -
XYZ 42.82 21 64.08 -
YUV 101.12 190.58 215.64 -
System Red Green Blue C M Y K H S L
Decimal 224 17 212 0 0.92 0.05 0.12 303.48 0.86 0.47
Hex E0 11 D4 0 5C 5 C 12F 56 2F
Octal 340 21 324 0 134 5 14 457 126 57
Binary 11100000 10001 11010100 0 1011100 101 1100 100101111 1010110 101111

Color Harmonies of #E011D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011D4

Black with #E011D4

Text Example


Text Example

White with #E011D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011D4; }

 p { color: rgb(224,17,212); }

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

background-color css

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

 a { background-color: rgb(224,17,212); }

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

border-color css

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

 span { border-color: rgb(224,17,212); }

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