Html Css Color HEX #E31DDB Deep Magenta

📋 copy color: '#E31DDB'

red 227 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #E31DDB

Tints of Deep Magenta #E31DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.11%

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 47.79%
G = 6.11%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E31DDB (or 0xE31DDB) is known color: Deep Magenta. HEX triplet: E3, 1D and DB. RGB value is (227,29,219). Sum of RGB (Red+Green+Blue) = 227+29+219=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DDB is #1CE224. Grayscale: #6D6D6D. Windows color (decimal): -1892901 or 14360035. OLE color: 14360035.

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

Color convert

RGB 227 29 219 -
CMYK 0 0.87 0.04 0.11
HSL 302.42º 0.78% 0.5% -
HSV(B) 302.42º 0.87% 0.89% -
XYZ 44.9 22.32 68.96 -
YUV 109.86 189.6 211.55 -
System Red Green Blue C M Y K H S L
Decimal 227 29 219 0 0.87 0.04 0.11 302.42 0.78 0.5
Hex E3 1D DB 0 57 4 B 12E 4E 32
Octal 343 35 333 0 127 4 13 456 116 62
Binary 11100011 11101 11011011 0 1010111 100 1011 100101110 1001110 110010

Color Harmonies of #E31DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DDB

Black with #E31DDB

Text Example


Text Example

White with #E31DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DDB; }

 p { color: rgb(227,29,219); }

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

background-color css

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

 a { background-color: rgb(227,29,219); }

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

border-color css

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

 span { border-color: rgb(227,29,219); }

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