Html Css Color HEX #E012DE Deep Magenta

📋 copy color: '#E012DE'

red 224 ◦ green 18 ◦ blue 222

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

Shades of Deep Magenta #E012DE

Tints of Deep Magenta #E012DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 48.28%
G = 3.88%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E012DE (or 0xE012DE) is known color: Deep Magenta. HEX triplet: E0, 12 and DE. RGB value is (224,18,222). Sum of RGB (Red+Green+Blue) = 224+18+222=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E012DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012DE is #1FED21. Grayscale: #666666. Windows color (decimal): -2092322 or 14553824. OLE color: 14553824.

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

Color convert

RGB 224 18 222 -
CMYK 0 0.92 0.01 0.12
HSL 300.58º 0.85% 0.47% -
HSV(B) 300.58º 0.92% 0.88% -
XYZ 44.14 21.55 70.94 -
YUV 102.85 195.25 214.41 -
System Red Green Blue C M Y K H S L
Decimal 224 18 222 0 0.92 0.01 0.12 300.58 0.85 0.47
Hex E0 12 DE 0 5C 1 C 12D 55 2F
Octal 340 22 336 0 134 1 14 455 125 57
Binary 11100000 10010 11011110 0 1011100 1 1100 100101101 1010101 101111

Color Harmonies of #E012DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012DE

Black with #E012DE

Text Example


Text Example

White with #E012DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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