Html Css Color HEX #E313DB Deep Magenta

📋 copy color: '#E313DB'

red 227 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #E313DB

Tints of Deep Magenta #E313DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 48.82%
G = 4.09%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E313DB (or 0xE313DB) is known color: Deep Magenta. HEX triplet: E3, 13 and DB. RGB value is (227,19,219). Sum of RGB (Red+Green+Blue) = 227+19+219=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E313DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E313DB is #1CEC24. Grayscale: #676767. Windows color (decimal): -1895461 or 14357475. OLE color: 14357475.

HSL color Cylindrical-coordinate representation of color #E313DB: hue angle of 302.31º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E313DB is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 19 219 -
CMYK 0 0.92 0.04 0.11
HSL 302.31º 0.85% 0.48% -
HSV(B) 302.31º 0.92% 0.89% -
XYZ 44.7 21.91 68.89 -
YUV 103.99 192.91 215.74 -
System Red Green Blue C M Y K H S L
Decimal 227 19 219 0 0.92 0.04 0.11 302.31 0.85 0.48
Hex E3 13 DB 0 5C 4 B 12E 55 30
Octal 343 23 333 0 134 4 13 456 125 60
Binary 11100011 10011 11011011 0 1011100 100 1011 100101110 1010101 110000

Color Harmonies of #E313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313DB

Black with #E313DB

Text Example


Text Example

White with #E313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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