#E11BDA

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

Shades of Deep Magenta #E11BDA

Tints of Deep Magenta #E11BDA

Color information

#E11BDA (or 0xE11BDA) is unknown color: approx Deep Magenta. HEX triplet: E1, 1B and DA. RGB value is (225,27,218). Sum of RGB (Red+Green+Blue) = 225+27+218=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BDA is #1EE425. Grayscale: #6B6B6B. Windows color (decimal): -2024486 or 14293985. OLE color: 14293985.

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

Color convert

RGB22527218-
CMYK00.880.030.12
HSL302.12º78.57%49.41%-
HSV(B)302.12º88%88.24%-
XYZ44.121.8568.22-
YUV107.98190.1211.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 27 (10.94% from 255) = 5.74%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=47.87%
G=5.74%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252721800.880.030.12302.1278.5749.41
HexE11BDA0583C12e4f31
Octal34133332013031445611761
Binary111000011101111011010010110001111001001011101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11BDA; }

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

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

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

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

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

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

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

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