Html Css Color HEX #E31FE0 Deep Magenta

📋 copy color: '#E31FE0'

red 227 ◦ green 31 ◦ blue 224

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

Shades of Deep Magenta #E31FE0

Tints of Deep Magenta #E31FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 47.1%
G = 6.43%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E31FE0 (or 0xE31FE0) is known color: Deep Magenta. HEX triplet: E3, 1F and E0. RGB value is (227,31,224). Sum of RGB (Red+Green+Blue) = 227+31+224=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FE0 is #1CE01F. Grayscale: #6F6F6F. Windows color (decimal): -1892384 or 14688227. OLE color: 14688227.

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

Color convert

RGB 227 31 224 -
CMYK 0 0.86 0.01 0.11
HSL 300.92º 0.78% 0.51% -
HSV(B) 300.92º 0.86% 0.89% -
XYZ 45.62 22.69 72.5 -
YUV 111.61 191.43 210.31 -
System Red Green Blue C M Y K H S L
Decimal 227 31 224 0 0.86 0.01 0.11 300.92 0.78 0.51
Hex E3 1F E0 0 56 1 B 12D 4E 33
Octal 343 37 340 0 126 1 13 455 116 63
Binary 11100011 11111 11100000 0 1010110 1 1011 100101101 1001110 110011

Color Harmonies of #E31FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FE0

Black with #E31FE0

Text Example


Text Example

White with #E31FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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