#E11FDB

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

Shades of Deep Magenta #E11FDB

Tints of Deep Magenta #E11FDB

Color information

#E11FDB (or 0xE11FDB) is unknown color: approx Deep Magenta. HEX triplet: E1, 1F and DB. RGB value is (225,31,219). Sum of RGB (Red+Green+Blue) = 225+31+219=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FDB is #1EE024. Grayscale: #6D6D6D. Windows color (decimal): -2023461 or 14360545. OLE color: 14360545.

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

Color convert

RGB22531219-
CMYK00.860.030.12
HSL301.86º76.38%50.2%-
HSV(B)301.86º86.22%88.24%-
XYZ44.3322.168.95-
YUV110.44189.27209.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 31 (12.5% from 255) = 6.53%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=47.37%
G=6.53%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253121900.860.030.12301.8676.3850.2
HexE11FDB0563C12e4c32
Octal34137333012631445611462
Binary111000011111111011011010101101111001001011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11FDB; }

 p { color: rgb(225,31,219); }

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

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

 a { background-color: rgb(225,31,219); }

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

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

 span { border-color: rgb(225,31,219); }

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