Html Css Color HEX #E01FD7 Deep Magenta

📋 copy color: '#E01FD7'

red 224 ◦ green 31 ◦ blue 215

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

Shades of Deep Magenta #E01FD7

Tints of Deep Magenta #E01FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.74%

R = 47.66%
G = 6.6%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E01FD7 (or 0xE01FD7) is known color: Deep Magenta. HEX triplet: E0, 1F and D7. RGB value is (224,31,215). Sum of RGB (Red+Green+Blue) = 224+31+215=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FD7 is #1FE028. Grayscale: #6D6D6D. Windows color (decimal): -2089001 or 14098400. OLE color: 14098400.

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

Color convert

RGB 224 31 215 -
CMYK 0 0.86 0.04 0.12
HSL 302.8º 0.76% 0.5% -
HSV(B) 302.8º 0.86% 0.88% -
XYZ 43.5 21.73 66.19 -
YUV 109.68 187.44 209.54 -
System Red Green Blue C M Y K H S L
Decimal 224 31 215 0 0.86 0.04 0.12 302.8 0.76 0.5
Hex E0 1F D7 0 56 4 C 12F 4C 32
Octal 340 37 327 0 126 4 14 457 114 62
Binary 11100000 11111 11010111 0 1010110 100 1100 100101111 1001100 110010

Color Harmonies of #E01FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FD7

Black with #E01FD7

Text Example


Text Example

White with #E01FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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