Html Css Color HEX #E01FD5 Deep Magenta

📋 copy color: '#E01FD5'

red 224 ◦ green 31 ◦ blue 213

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

Shades of Deep Magenta #E01FD5

Tints of Deep Magenta #E01FD5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.62%

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

R = 47.86%
G = 6.62%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E01FD5 (or 0xE01FD5) is known color: Deep Magenta. HEX triplet: E0, 1F and D5. RGB value is (224,31,213). Sum of RGB (Red+Green+Blue) = 224+31+213=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FD5 is #1FE02A. Grayscale: #6C6C6C. Windows color (decimal): -2089003 or 13967328. OLE color: 13967328.

HSL color Cylindrical-coordinate representation of color #E01FD5: hue angle of 303.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FD5 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 31 213 -
CMYK 0 0.86 0.05 0.12
HSL 303.42º 0.76% 0.5% -
HSV(B) 303.42º 0.86% 0.88% -
XYZ 43.24 21.63 64.85 -
YUV 109.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 224 31 213 0 0.86 0.05 0.12 303.42 0.76 0.5
Hex E0 1F D5 0 56 5 C 12F 4C 32
Octal 340 37 325 0 126 5 14 457 114 62
Binary 11100000 11111 11010101 0 1010110 101 1100 100101111 1001100 110010

Color Harmonies of #E01FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FD5

Black with #E01FD5

Text Example


Text Example

White with #E01FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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