Html Css Color HEX #E31EDD Deep Magenta

📋 copy color: '#E31EDD'

red 227 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #E31EDD

Tints of Deep Magenta #E31EDD

RGB

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

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

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

R = 47.49%
G = 6.28%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E31EDD (or 0xE31EDD) is known color: Deep Magenta. HEX triplet: E3, 1E and DD. RGB value is (227,30,221). Sum of RGB (Red+Green+Blue) = 227+30+221=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E31EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31EDD is #1CE122. Grayscale: #6E6E6E. Windows color (decimal): -1892643 or 14491363. OLE color: 14491363.

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

Color convert

RGB 227 30 221 -
CMYK 0 0.87 0.03 0.11
HSL 301.83º 0.78% 0.5% -
HSV(B) 301.83º 0.87% 0.89% -
XYZ 45.19 22.48 70.36 -
YUV 110.68 190.27 210.97 -
System Red Green Blue C M Y K H S L
Decimal 227 30 221 0 0.87 0.03 0.11 301.83 0.78 0.5
Hex E3 1E DD 0 57 3 B 12E 4E 32
Octal 343 36 335 0 127 3 13 456 116 62
Binary 11100011 11110 11011101 0 1010111 11 1011 100101110 1001110 110010

Color Harmonies of #E31EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EDD

Black with #E31EDD

Text Example


Text Example

White with #E31EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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