Html Css Color HEX #E01FDA Deep Magenta

📋 copy color: '#E01FDA'

red 224 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #E01FDA

Tints of Deep Magenta #E01FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 47.36%
G = 6.55%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E01FDA (or 0xE01FDA) is known color: Deep Magenta. HEX triplet: E0, 1F and DA. RGB value is (224,31,218). Sum of RGB (Red+Green+Blue) = 224+31+218=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FDA is #1FE025. Grayscale: #6D6D6D. Windows color (decimal): -2088998 or 14295008. OLE color: 14295008.

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

Color convert

RGB 224 31 218 -
CMYK 0 0.86 0.03 0.12
HSL 301.87º 0.76% 0.5% -
HSV(B) 301.87º 0.86% 0.88% -
XYZ 43.89 21.89 68.24 -
YUV 110.03 188.94 209.29 -
System Red Green Blue C M Y K H S L
Decimal 224 31 218 0 0.86 0.03 0.12 301.87 0.76 0.5
Hex E0 1F DA 0 56 3 C 12E 4C 32
Octal 340 37 332 0 126 3 14 456 114 62
Binary 11100000 11111 11011010 0 1010110 11 1100 100101110 1001100 110010

Color Harmonies of #E01FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FDA

Black with #E01FDA

Text Example


Text Example

White with #E01FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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