Html Css Color HEX #E31FDC Deep Magenta

📋 copy color: '#E31FDC'

red 227 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #E31FDC

Tints of Deep Magenta #E31FDC

RGB

 RED value IS 227 (89.06% from 255) = 47.49%

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 47.49%
G = 6.49%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E31FDC (or 0xE31FDC) is known color: Deep Magenta. HEX triplet: E3, 1F and DC. RGB value is (227,31,220). Sum of RGB (Red+Green+Blue) = 227+31+220=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FDC is #1CE023. Grayscale: #6E6E6E. Windows color (decimal): -1892388 or 14426083. OLE color: 14426083.

HSL color Cylindrical-coordinate representation of color #E31FDC: hue angle of 302.14º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FDC is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 31 220 -
CMYK 0 0.86 0.03 0.11
HSL 302.14º 0.78% 0.51% -
HSV(B) 302.14º 0.86% 0.89% -
XYZ 45.09 22.48 69.67 -
YUV 111.15 189.43 210.63 -
System Red Green Blue C M Y K H S L
Decimal 227 31 220 0 0.86 0.03 0.11 302.14 0.78 0.51
Hex E3 1F DC 0 56 3 B 12E 4E 33
Octal 343 37 334 0 126 3 13 456 116 63
Binary 11100011 11111 11011100 0 1010110 11 1011 100101110 1001110 110011

Color Harmonies of #E31FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FDC

Black with #E31FDC

Text Example


Text Example

White with #E31FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FDC; }

 p { color: rgb(227,31,220); }

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

background-color css

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

 a { background-color: rgb(227,31,220); }

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

border-color css

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

 span { border-color: rgb(227,31,220); }

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