Html Css Color HEX #E012CE Deep Magenta

📋 copy color: '#E012CE'

red 224 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #E012CE

Tints of Deep Magenta #E012CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.02%

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

R = 50%
G = 4.02%
B = 45.98%

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

#E012CE (or 0xE012CE) is known color: Deep Magenta. HEX triplet: E0, 12 and CE. RGB value is (224,18,206). Sum of RGB (Red+Green+Blue) = 224+18+206=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E012CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012CE is #1FED31. Grayscale: #646464. Windows color (decimal): -2092338 or 13505248. OLE color: 13505248.

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

Color convert

RGB 224 18 206 -
CMYK 0 0.92 0.08 0.12
HSL 305.24º 0.85% 0.47% -
HSV(B) 305.24º 0.92% 0.88% -
XYZ 42.1 20.74 60.18 -
YUV 101.03 187.25 215.71 -
System Red Green Blue C M Y K H S L
Decimal 224 18 206 0 0.92 0.08 0.12 305.24 0.85 0.47
Hex E0 12 CE 0 5C 8 C 131 55 2F
Octal 340 22 316 0 134 10 14 461 125 57
Binary 11100000 10010 11001110 0 1011100 1000 1100 100110001 1010101 101111

Color Harmonies of #E012CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012CE

Black with #E012CE

Text Example


Text Example

White with #E012CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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