#E404D7

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

Shades of Deep Magenta #E404D7

Tints of Deep Magenta #E404D7

Color information

#E404D7 (or 0xE404D7) is unknown color: approx Deep Magenta. HEX triplet: E4, 04 and D7. RGB value is (228,4,215). Sum of RGB (Red+Green+Blue) = 228+4+215=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E404D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404D7 is #1BFB28. Grayscale: #5E5E5E. Windows color (decimal): -1833769 or 14091492. OLE color: 14091492.

HSL color Cylindrical-coordinate representation of color #E404D7: hue angle of 303.48º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404D7 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB2284215-
CMYK00.980.060.11
HSL303.48º96.55%45.49%-
HSV(B)303.48º98.25%89.41%-
XYZ44.321.4966.1-
YUV95.03195.71222.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.01%
GREEN value IS 4 (1.95% from 255) = 0.89%
BLUE value IS 215 (84.38% from 255) = 48.10%
R=51.01%
G=0.89%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228421500.980.060.11303.4896.5545.49
HexE44D70626B12f612d
Octal3444327014261345714155
Binary11100100100110101110110001011010111001011111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E404D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E404D7; }

 p { color: rgb(228,4,215); }

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

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

 a { background-color: rgb(228,4,215); }

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

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

 span { border-color: rgb(228,4,215); }

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