#E40BDA

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

Shades of Deep Magenta #E40BDA

Tints of Deep Magenta #E40BDA

Color information

#E40BDA (or 0xE40BDA) is unknown color: approx Deep Magenta. HEX triplet: E4, 0B and DA. RGB value is (228,11,218). Sum of RGB (Red+Green+Blue) = 228+11+218=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BDA is #1BF425. Grayscale: #626262. Windows color (decimal): -1831974 or 14289892. OLE color: 14289892.

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

Color convert

RGB22811218-
CMYK00.950.040.11
HSL302.76º90.79%46.86%-
HSV(B)302.76º95.18%89.41%-
XYZ44.7721.868.18-
YUV99.48194.89219.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.89%
GREEN value IS 11 (4.69% from 255) = 2.41%
BLUE value IS 218 (85.55% from 255) = 47.70%
R=49.89%
G=2.41%
B=47.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281121800.950.040.11302.7690.7946.86
HexE4BDA05F4B12f5b2f
Octal34413332013741345713357
Binary111001001011110110100101111110010111001011111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40BDA; }

 p { color: rgb(228,11,218); }

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

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

 a { background-color: rgb(228,11,218); }

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

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

 span { border-color: rgb(228,11,218); }

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