Html Css Color HEX #E011C6 Deep Magenta

📋 copy color: '#E011C6'

red 224 ◦ green 17 ◦ blue 198

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

Shades of Deep Magenta #E011C6

Tints of Deep Magenta #E011C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 51.03%
G = 3.87%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E011C6 (or 0xE011C6) is known color: Deep Magenta. HEX triplet: E0, 11 and C6. RGB value is (224,17,198). Sum of RGB (Red+Green+Blue) = 224+17+198=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E011C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011C6 is #1FEE39. Grayscale: #636363. Windows color (decimal): -2092602 or 12980704. OLE color: 12980704.

HSL color Cylindrical-coordinate representation of color #E011C6: hue angle of 307.54º 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 #E011C6 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 198 -
CMYK 0 0.92 0.12 0.12
HSL 307.54º 0.86% 0.47% -
HSV(B) 307.54º 0.92% 0.88% -
XYZ 41.13 20.33 55.18 -
YUV 99.53 183.58 216.78 -
System Red Green Blue C M Y K H S L
Decimal 224 17 198 0 0.92 0.12 0.12 307.54 0.86 0.47
Hex E0 11 C6 0 5C C C 134 56 2F
Octal 340 21 306 0 134 14 14 464 126 57
Binary 11100000 10001 11000110 0 1011100 1100 1100 100110100 1010110 101111

Color Harmonies of #E011C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011C6

Black with #E011C6

Text Example


Text Example

White with #E011C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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