Html Css Color HEX #E013DD Deep Magenta

📋 copy color: '#E013DD'

red 224 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #E013DD

Tints of Deep Magenta #E013DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 48.28%
G = 4.09%
B = 47.63%

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

#E013DD (or 0xE013DD) is known color: Deep Magenta. HEX triplet: E0, 13 and DD. RGB value is (224,19,221). Sum of RGB (Red+Green+Blue) = 224+19+221=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E013DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013DD is #1FEC22. Grayscale: #666666. Windows color (decimal): -2092067 or 14488544. OLE color: 14488544.

HSL color Cylindrical-coordinate representation of color #E013DD: hue angle of 300.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013DD is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 221 -
CMYK 0 0.92 0.01 0.12
HSL 300.88º 0.84% 0.48% -
HSV(B) 300.88º 0.92% 0.88% -
XYZ 44.02 21.53 70.24 -
YUV 103.32 194.42 214.07 -
System Red Green Blue C M Y K H S L
Decimal 224 19 221 0 0.92 0.01 0.12 300.88 0.84 0.48
Hex E0 13 DD 0 5C 1 C 12D 54 30
Octal 340 23 335 0 134 1 14 455 124 60
Binary 11100000 10011 11011101 0 1011100 1 1100 100101101 1010100 110000

Color Harmonies of #E013DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013DD

Black with #E013DD

Text Example


Text Example

White with #E013DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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