Html Css Color HEX #E313DC Deep Magenta

📋 copy color: '#E313DC'

red 227 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #E313DC

Tints of Deep Magenta #E313DC

RGB

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

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

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

R = 48.71%
G = 4.08%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E313DC (or 0xE313DC) is known color: Deep Magenta. HEX triplet: E3, 13 and DC. RGB value is (227,19,220). Sum of RGB (Red+Green+Blue) = 227+19+220=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E313DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E313DC is #1CEC23. Grayscale: #676767. Windows color (decimal): -1895460 or 14423011. OLE color: 14423011.

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

Color convert

RGB 227 19 220 -
CMYK 0 0.92 0.03 0.11
HSL 302.02º 0.85% 0.48% -
HSV(B) 302.02º 0.92% 0.89% -
XYZ 44.83 21.96 69.59 -
YUV 104.11 193.41 215.66 -
System Red Green Blue C M Y K H S L
Decimal 227 19 220 0 0.92 0.03 0.11 302.02 0.85 0.48
Hex E3 13 DC 0 5C 3 B 12E 55 30
Octal 343 23 334 0 134 3 13 456 125 60
Binary 11100011 10011 11011100 0 1011100 11 1011 100101110 1010101 110000

Color Harmonies of #E313DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313DC

Black with #E313DC

Text Example


Text Example

White with #E313DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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