Html Css Color HEX #E316D9 Deep Magenta

📋 copy color: '#E316D9'

red 227 ◦ green 22 ◦ blue 217

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

Shades of Deep Magenta #E316D9

Tints of Deep Magenta #E316D9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.72%

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 48.71%
G = 4.72%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E316D9 (or 0xE316D9) is known color: Deep Magenta. HEX triplet: E3, 16 and D9. RGB value is (227,22,217). Sum of RGB (Red+Green+Blue) = 227+22+217=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E316D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316D9 is #1CE926. Grayscale: #686868. Windows color (decimal): -1894695 or 14227171. OLE color: 14227171.

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

Color convert

RGB 227 22 217 -
CMYK 0 0.90 0.04 0.11
HSL 302.93º 0.82% 0.49% -
HSV(B) 302.93º 0.9% 0.89% -
XYZ 44.49 21.91 67.53 -
YUV 105.53 190.92 214.64 -
System Red Green Blue C M Y K H S L
Decimal 227 22 217 0 0.90 0.04 0.11 302.93 0.82 0.49
Hex E3 16 D9 0 5A 4 B 12F 52 31
Octal 343 26 331 0 132 4 13 457 122 61
Binary 11100011 10110 11011001 0 1011010 100 1011 100101111 1010010 110001

Color Harmonies of #E316D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E316D9

Black with #E316D9

Text Example


Text Example

White with #E316D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E316D9; }

 p { color: rgb(227,22,217); }

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

background-color css

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

 a { background-color: rgb(227,22,217); }

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

border-color css

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

 span { border-color: rgb(227,22,217); }

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