#E114DA

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

Shades of Deep Magenta #E114DA

Tints of Deep Magenta #E114DA

Color information

#E114DA (or 0xE114DA) is unknown color: approx Deep Magenta. HEX triplet: E1, 14 and DA. RGB value is (225,20,218). Sum of RGB (Red+Green+Blue) = 225+20+218=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E114DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114DA is #1EEB25. Grayscale: #676767. Windows color (decimal): -2026278 or 14292193. OLE color: 14292193.

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

Color convert

RGB22520218-
CMYK00.910.030.12
HSL302.05º83.67%48.04%-
HSV(B)302.05º91.11%88.24%-
XYZ43.9621.5768.18-
YUV103.87192.42214.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 20 (8.20% from 255) = 4.32%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=48.60%
G=4.32%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252021800.910.030.12302.0583.6748.04
HexE114DA05B3C12e5430
Octal34124332013331445612460
Binary111000011010011011010010110111111001001011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E114DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E114DA; }

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

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

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

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

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

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

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

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