Html Css Color HEX #E31FDF Deep Magenta

📋 copy color: '#E31FDF'

red 227 ◦ green 31 ◦ blue 223

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

Shades of Deep Magenta #E31FDF

Tints of Deep Magenta #E31FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 47.19%
G = 6.44%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E31FDF (or 0xE31FDF) is known color: Deep Magenta. HEX triplet: E3, 1F and DF. RGB value is (227,31,223). Sum of RGB (Red+Green+Blue) = 227+31+223=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FDF is #1CE020. Grayscale: #6E6E6E. Windows color (decimal): -1892385 or 14622691. OLE color: 14622691.

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

Color convert

RGB 227 31 223 -
CMYK 0 0.86 0.02 0.11
HSL 301.22º 0.78% 0.51% -
HSV(B) 301.22º 0.86% 0.89% -
XYZ 45.49 22.64 71.78 -
YUV 111.49 190.93 210.39 -
System Red Green Blue C M Y K H S L
Decimal 227 31 223 0 0.86 0.02 0.11 301.22 0.78 0.51
Hex E3 1F DF 0 56 2 B 12D 4E 33
Octal 343 37 337 0 126 2 13 455 116 63
Binary 11100011 11111 11011111 0 1010110 10 1011 100101101 1001110 110011

Color Harmonies of #E31FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FDF

Black with #E31FDF

Text Example


Text Example

White with #E31FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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