Html Css Color HEX #E013D5 Deep Magenta

📋 copy color: '#E013D5'

red 224 ◦ green 19 ◦ blue 213

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

Shades of Deep Magenta #E013D5

Tints of Deep Magenta #E013D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 49.12%
G = 4.17%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E013D5 (or 0xE013D5) is known color: Deep Magenta. HEX triplet: E0, 13 and D5. RGB value is (224,19,213). Sum of RGB (Red+Green+Blue) = 224+19+213=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E013D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013D5 is #1FEC2A. Grayscale: #656565. Windows color (decimal): -2092075 or 13964256. OLE color: 13964256.

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

Color convert

RGB 224 19 213 -
CMYK 0 0.92 0.05 0.12
HSL 303.22º 0.84% 0.48% -
HSV(B) 303.22º 0.92% 0.88% -
XYZ 42.98 21.12 64.76 -
YUV 102.41 190.42 214.73 -
System Red Green Blue C M Y K H S L
Decimal 224 19 213 0 0.92 0.05 0.12 303.22 0.84 0.48
Hex E0 13 D5 0 5C 5 C 12F 54 30
Octal 340 23 325 0 134 5 14 457 124 60
Binary 11100000 10011 11010101 0 1011100 101 1100 100101111 1010100 110000

Color Harmonies of #E013D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013D5

Black with #E013D5

Text Example


Text Example

White with #E013D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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