#E41EDD

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

Shades of Deep Magenta #E41EDD

Tints of Deep Magenta #E41EDD

Color information

#E41EDD (or 0xE41EDD) is unknown color: approx Deep Magenta. HEX triplet: E4, 1E and DD. RGB value is (228,30,221). Sum of RGB (Red+Green+Blue) = 228+30+221=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E41EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41EDD is #1BE122. Grayscale: #6E6E6E. Windows color (decimal): -1827107 or 14491364. OLE color: 14491364.

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

Color convert

RGB22830221-
CMYK00.870.030.11
HSL302.12º78.57%50.59%-
HSV(B)302.12º86.84%89.41%-
XYZ45.5122.6470.38-
YUV110.98190.1211.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.60%
GREEN value IS 30 (12.11% from 255) = 6.26%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=47.60%
G=6.26%
B=46.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283022100.870.030.11302.1278.5750.59
HexE41EDD0573B12e4f33
Octal34436335012731345611763
Binary111001001111011011101010101111110111001011101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41EDD; }

 p { color: rgb(228,30,221); }

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

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

 a { background-color: rgb(228,30,221); }

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

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

 span { border-color: rgb(228,30,221); }

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