#E40FD0

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

Shades of Deep Magenta #E40FD0

Tints of Deep Magenta #E40FD0

Color information

#E40FD0 (or 0xE40FD0) is unknown color: approx Deep Magenta. HEX triplet: E4, 0F and D0. RGB value is (228,15,208). Sum of RGB (Red+Green+Blue) = 228+15+208=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FD0 is #1BF02F. Grayscale: #646464. Windows color (decimal): -1830960 or 13635556. OLE color: 13635556.

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

Color convert

RGB22815208-
CMYK00.930.090.11
HSL305.63º87.65%47.65%-
HSV(B)305.63º93.42%89.41%-
XYZ43.5521.3961.51-
YUV100.69188.57218.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.55%
GREEN value IS 15 (6.25% from 255) = 3.33%
BLUE value IS 208 (81.64% from 255) = 46.12%
R=50.55%
G=3.33%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281520800.930.090.11305.6387.6547.65
HexE4FD005D9B1325830
Octal344173200135111346213060
Binary1110010011111101000001011101100110111001100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40FD0; }

 p { color: rgb(228,15,208); }

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

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

 a { background-color: rgb(228,15,208); }

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

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

 span { border-color: rgb(228,15,208); }

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