Html Css Color HEX #E012DD Deep Magenta

📋 copy color: '#E012DD'

red 224 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #E012DD

Tints of Deep Magenta #E012DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 48.38%
G = 3.89%
B = 47.73%

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

#E012DD (or 0xE012DD) is known color: Deep Magenta. HEX triplet: E0, 12 and DD. RGB value is (224,18,221). Sum of RGB (Red+Green+Blue) = 224+18+221=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E012DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012DD is #1FED22. Grayscale: #666666. Windows color (decimal): -2092323 or 14488288. OLE color: 14488288.

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

Color convert

RGB 224 18 221 -
CMYK 0 0.92 0.01 0.12
HSL 300.87º 0.85% 0.47% -
HSV(B) 300.87º 0.92% 0.88% -
XYZ 44.01 21.5 70.24 -
YUV 102.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 224 18 221 0 0.92 0.01 0.12 300.87 0.85 0.47
Hex E0 12 DD 0 5C 1 C 12D 55 2F
Octal 340 22 335 0 134 1 14 455 125 57
Binary 11100000 10010 11011101 0 1011100 1 1100 100101101 1010101 101111

Color Harmonies of #E012DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012DD

Black with #E012DD

Text Example


Text Example

White with #E012DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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