Html Css Color HEX #E319DB Deep Magenta

📋 copy color: '#E319DB'

red 227 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #E319DB

Tints of Deep Magenta #E319DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.31%

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

R = 48.2%
G = 5.31%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E319DB (or 0xE319DB) is known color: Deep Magenta. HEX triplet: E3, 19 and DB. RGB value is (227,25,219). Sum of RGB (Red+Green+Blue) = 227+25+219=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E319DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319DB is #1CE624. Grayscale: #6A6A6A. Windows color (decimal): -1893925 or 14359011. OLE color: 14359011.

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

Color convert

RGB 227 25 219 -
CMYK 0 0.89 0.04 0.11
HSL 302.38º 0.8% 0.49% -
HSV(B) 302.38º 0.89% 0.89% -
XYZ 44.81 22.14 68.93 -
YUV 107.51 190.92 213.23 -
System Red Green Blue C M Y K H S L
Decimal 227 25 219 0 0.89 0.04 0.11 302.38 0.8 0.49
Hex E3 19 DB 0 59 4 B 12E 50 31
Octal 343 31 333 0 131 4 13 456 120 61
Binary 11100011 11001 11011011 0 1011001 100 1011 100101110 1010000 110001

Color Harmonies of #E319DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E319DB

Black with #E319DB

Text Example


Text Example

White with #E319DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E319DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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