Html Css Color HEX #E012DA Deep Magenta

📋 copy color: '#E012DA'

red 224 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #E012DA

Tints of Deep Magenta #E012DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 48.7%
G = 3.91%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E012DA (or 0xE012DA) is known color: Deep Magenta. HEX triplet: E0, 12 and DA. RGB value is (224,18,218). Sum of RGB (Red+Green+Blue) = 224+18+218=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E012DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012DA is #1FED25. Grayscale: #656565. Windows color (decimal): -2092326 or 14291680. OLE color: 14291680.

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

Color convert

RGB 224 18 218 -
CMYK 0 0.92 0.03 0.12
HSL 301.75º 0.85% 0.47% -
HSV(B) 301.75º 0.92% 0.88% -
XYZ 43.61 21.34 68.15 -
YUV 102.39 193.25 214.74 -
System Red Green Blue C M Y K H S L
Decimal 224 18 218 0 0.92 0.03 0.12 301.75 0.85 0.47
Hex E0 12 DA 0 5C 3 C 12E 55 2F
Octal 340 22 332 0 134 3 14 456 125 57
Binary 11100000 10010 11011010 0 1011100 11 1100 100101110 1010101 101111

Color Harmonies of #E012DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012DA

Black with #E012DA

Text Example


Text Example

White with #E012DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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