#E316DB

Color #E316DB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E316DB

Tints of Deep Magenta #E316DB

Color information

#E316DB (or 0xE316DB) is unknown color: approx Deep Magenta. HEX triplet: E3, 16 and DB. RGB value is (227,22,219). Sum of RGB (Red+Green+Blue) = 227+22+219=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E316DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316DB is #1CE924. Grayscale: #696969. Windows color (decimal): -1894693 or 14358243. OLE color: 14358243.

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

Color convert

RGB22722219-
CMYK00.900.040.11
HSL302.34º82.33%48.82%-
HSV(B)302.34º90.31%89.02%-
XYZ44.7522.0268.91-
YUV105.75191.92214.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.50%
GREEN value IS 22 (8.98% from 255) = 4.70%
BLUE value IS 219 (85.94% from 255) = 46.79%
R=48.50%
G=4.70%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272221900.900.040.11302.3482.3348.82
HexE316DB05A4B12e5231
Octal34326333013241345612261
Binary1110001110110110110110101101010010111001011101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E316DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E316DB; }

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

 H1.HeaderClassName
 {
   color: #E316DB;
 }
 .AnyTagClassName
 {
   color: #E316DB;
 }
</style>
background-color css

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

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

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

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

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

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