Html Css Color HEX #E01FD2 Deep Magenta

📋 copy color: '#E01FD2'

red 224 ◦ green 31 ◦ blue 210

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

Shades of Deep Magenta #E01FD2

Tints of Deep Magenta #E01FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 48.17%
G = 6.67%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E01FD2 (or 0xE01FD2) is known color: Deep Magenta. HEX triplet: E0, 1F and D2. RGB value is (224,31,210). Sum of RGB (Red+Green+Blue) = 224+31+210=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FD2 is #1FE02D. Grayscale: #6C6C6C. Windows color (decimal): -2089006 or 13770720. OLE color: 13770720.

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

Color convert

RGB 224 31 210 -
CMYK 0 0.86 0.06 0.12
HSL 304.35º 0.76% 0.5% -
HSV(B) 304.35º 0.86% 0.88% -
XYZ 42.86 21.48 62.86 -
YUV 109.11 184.94 209.95 -
System Red Green Blue C M Y K H S L
Decimal 224 31 210 0 0.86 0.06 0.12 304.35 0.76 0.5
Hex E0 1F D2 0 56 6 C 130 4C 32
Octal 340 37 322 0 126 6 14 460 114 62
Binary 11100000 11111 11010010 0 1010110 110 1100 100110000 1001100 110010

Color Harmonies of #E01FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FD2

Black with #E01FD2

Text Example


Text Example

White with #E01FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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