Html Css Color HEX #E31EDE Deep Magenta

📋 copy color: '#E31EDE'

red 227 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #E31EDE

Tints of Deep Magenta #E31EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.26%

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 47.39%
G = 6.26%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E31EDE (or 0xE31EDE) is known color: Deep Magenta. HEX triplet: E3, 1E and DE. RGB value is (227,30,222). Sum of RGB (Red+Green+Blue) = 227+30+222=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E31EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31EDE is #1CE121. Grayscale: #6E6E6E. Windows color (decimal): -1892642 or 14556899. OLE color: 14556899.

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

Color convert

RGB 227 30 222 -
CMYK 0 0.87 0.02 0.11
HSL 301.52º 0.78% 0.5% -
HSV(B) 301.52º 0.87% 0.89% -
XYZ 45.33 22.53 71.07 -
YUV 110.79 190.77 210.89 -
System Red Green Blue C M Y K H S L
Decimal 227 30 222 0 0.87 0.02 0.11 301.52 0.78 0.5
Hex E3 1E DE 0 57 2 B 12E 4E 32
Octal 343 36 336 0 127 2 13 456 116 62
Binary 11100011 11110 11011110 0 1010111 10 1011 100101110 1001110 110010

Color Harmonies of #E31EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EDE

Black with #E31EDE

Text Example


Text Example

White with #E31EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EDE; }

 p { color: rgb(227,30,222); }

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

background-color css

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

 a { background-color: rgb(227,30,222); }

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

border-color css

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

 span { border-color: rgb(227,30,222); }

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