Html Css Color HEX #E31FDD Deep Magenta

📋 copy color: '#E31FDD'

red 227 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #E31FDD

Tints of Deep Magenta #E31FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 47.39%
G = 6.47%
B = 46.14%

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

#E31FDD (or 0xE31FDD) is known color: Deep Magenta. HEX triplet: E3, 1F and DD. RGB value is (227,31,221). Sum of RGB (Red+Green+Blue) = 227+31+221=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FDD is #1CE022. Grayscale: #6E6E6E. Windows color (decimal): -1892387 or 14491619. OLE color: 14491619.

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

Color convert

RGB 227 31 221 -
CMYK 0 0.86 0.03 0.11
HSL 301.84º 0.78% 0.51% -
HSV(B) 301.84º 0.86% 0.89% -
XYZ 45.22 22.53 70.37 -
YUV 111.26 189.93 210.55 -
System Red Green Blue C M Y K H S L
Decimal 227 31 221 0 0.86 0.03 0.11 301.84 0.78 0.51
Hex E3 1F DD 0 56 3 B 12E 4E 33
Octal 343 37 335 0 126 3 13 456 116 63
Binary 11100011 11111 11011101 0 1010110 11 1011 100101110 1001110 110011

Color Harmonies of #E31FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FDD

Black with #E31FDD

Text Example


Text Example

White with #E31FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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