#E314DA

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

Shades of Deep Magenta #E314DA

Tints of Deep Magenta #E314DA

Color information

#E314DA (or 0xE314DA) is unknown color: approx Deep Magenta. HEX triplet: E3, 14 and DA. RGB value is (227,20,218). Sum of RGB (Red+Green+Blue) = 227+20+218=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E314DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314DA is #1CEB25. Grayscale: #676767. Windows color (decimal): -1895206 or 14292195. OLE color: 14292195.

HSL color Cylindrical-coordinate representation of color #E314DA: hue angle of 302.61º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314DA is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22720218-
CMYK00.910.040.11
HSL302.61º83.81%48.43%-
HSV(B)302.61º91.19%89.02%-
XYZ44.5821.8968.21-
YUV104.46192.08215.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.82%
GREEN value IS 20 (8.20% from 255) = 4.30%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=48.82%
G=4.30%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272021800.910.040.11302.6183.8148.43
HexE314DA05B4B12f5430
Octal34324332013341345712460
Binary1110001110100110110100101101110010111001011111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E314DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E314DA; }

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

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

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

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

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

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

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

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