Html Css Color HEX #E319DC Deep Magenta

📋 copy color: '#E319DC'

red 227 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #E319DC

Tints of Deep Magenta #E319DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 48.09%
G = 5.3%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E319DC (or 0xE319DC) is known color: Deep Magenta. HEX triplet: E3, 19 and DC. RGB value is (227,25,220). Sum of RGB (Red+Green+Blue) = 227+25+220=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E319DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319DC is #1CE623. Grayscale: #6B6B6B. Windows color (decimal): -1893924 or 14424547. OLE color: 14424547.

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

Color convert

RGB 227 25 220 -
CMYK 0 0.89 0.03 0.11
HSL 302.08º 0.8% 0.49% -
HSV(B) 302.08º 0.89% 0.89% -
XYZ 44.94 22.19 69.63 -
YUV 107.63 191.42 213.14 -
System Red Green Blue C M Y K H S L
Decimal 227 25 220 0 0.89 0.03 0.11 302.08 0.8 0.49
Hex E3 19 DC 0 59 3 B 12E 50 31
Octal 343 31 334 0 131 3 13 456 120 61
Binary 11100011 11001 11011100 0 1011001 11 1011 100101110 1010000 110001

Color Harmonies of #E319DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E319DC

Black with #E319DC

Text Example


Text Example

White with #E319DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E319DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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