Html Css Color HEX #E011CE Deep Magenta

📋 copy color: '#E011CE'

red 224 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #E011CE

Tints of Deep Magenta #E011CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 50.11%
G = 3.8%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E011CE (or 0xE011CE) is known color: Deep Magenta. HEX triplet: E0, 11 and CE. RGB value is (224,17,206). Sum of RGB (Red+Green+Blue) = 224+17+206=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E011CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011CE is #1FEE31. Grayscale: #636363. Windows color (decimal): -2092594 or 13504992. OLE color: 13504992.

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

Color convert

RGB 224 17 206 -
CMYK 0 0.92 0.08 0.12
HSL 305.22º 0.86% 0.47% -
HSV(B) 305.22º 0.92% 0.88% -
XYZ 42.08 20.7 60.17 -
YUV 100.44 187.58 216.13 -
System Red Green Blue C M Y K H S L
Decimal 224 17 206 0 0.92 0.08 0.12 305.22 0.86 0.47
Hex E0 11 CE 0 5C 8 C 131 56 2F
Octal 340 21 316 0 134 10 14 461 126 57
Binary 11100000 10001 11001110 0 1011100 1000 1100 100110001 1010110 101111

Color Harmonies of #E011CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011CE

Black with #E011CE

Text Example


Text Example

White with #E011CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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