Html Css Color HEX #E012DB Deep Magenta

📋 copy color: '#E012DB'

red 224 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #E012DB

Tints of Deep Magenta #E012DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 48.59%
G = 3.9%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E012DB (or 0xE012DB) is known color: Deep Magenta. HEX triplet: E0, 12 and DB. RGB value is (224,18,219). Sum of RGB (Red+Green+Blue) = 224+18+219=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E012DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012DB is #1FED24. Grayscale: #656565. Windows color (decimal): -2092325 or 14357216. OLE color: 14357216.

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

Color convert

RGB 224 18 219 -
CMYK 0 0.92 0.02 0.12
HSL 301.46º 0.85% 0.47% -
HSV(B) 301.46º 0.92% 0.88% -
XYZ 43.74 21.39 68.84 -
YUV 102.51 193.75 214.66 -
System Red Green Blue C M Y K H S L
Decimal 224 18 219 0 0.92 0.02 0.12 301.46 0.85 0.47
Hex E0 12 DB 0 5C 2 C 12D 55 2F
Octal 340 22 333 0 134 2 14 455 125 57
Binary 11100000 10010 11011011 0 1011100 10 1100 100101101 1010101 101111

Color Harmonies of #E012DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012DB

Black with #E012DB

Text Example


Text Example

White with #E012DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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