Html Css Color HEX #E316D8 Deep Magenta

📋 copy color: '#E316D8'

red 227 ◦ green 22 ◦ blue 216

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

Shades of Deep Magenta #E316D8

Tints of Deep Magenta #E316D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.45%

R = 48.82%
G = 4.73%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E316D8 (or 0xE316D8) is known color: Deep Magenta. HEX triplet: E3, 16 and D8. RGB value is (227,22,216). Sum of RGB (Red+Green+Blue) = 227+22+216=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E316D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316D8 is #1CE927. Grayscale: #686868. Windows color (decimal): -1894696 or 14161635. OLE color: 14161635.

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

Color convert

RGB 227 22 216 -
CMYK 0 0.90 0.05 0.11
HSL 303.22º 0.82% 0.49% -
HSV(B) 303.22º 0.9% 0.89% -
XYZ 44.36 21.86 66.85 -
YUV 105.41 190.42 214.73 -
System Red Green Blue C M Y K H S L
Decimal 227 22 216 0 0.90 0.05 0.11 303.22 0.82 0.49
Hex E3 16 D8 0 5A 5 B 12F 52 31
Octal 343 26 330 0 132 5 13 457 122 61
Binary 11100011 10110 11011000 0 1011010 101 1011 100101111 1010010 110001

Color Harmonies of #E316D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E316D8

Black with #E316D8

Text Example


Text Example

White with #E316D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E316D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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