#E319DA

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

Shades of Deep Magenta #E319DA

Tints of Deep Magenta #E319DA

Color information

#E319DA (or 0xE319DA) is unknown color: approx Deep Magenta. HEX triplet: E3, 19 and DA. RGB value is (227,25,218). Sum of RGB (Red+Green+Blue) = 227+25+218=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E319DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319DA is #1CE625. Grayscale: #6A6A6A. Windows color (decimal): -1893926 or 14293475. OLE color: 14293475.

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

Color convert

RGB22725218-
CMYK00.890.040.11
HSL302.67º80.16%49.41%-
HSV(B)302.67º88.99%89.02%-
XYZ44.6822.0968.24-
YUV107.4190.42213.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.30%
GREEN value IS 25 (10.16% from 255) = 5.32%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=48.30%
G=5.32%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272521800.890.040.11302.6780.1649.41
HexE319DA0594B12f5031
Octal34331332013141345712061
Binary1110001111001110110100101100110010111001011111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E319DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E319DA; }

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

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

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

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

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

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

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

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