#E504D8

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

Shades of Deep Magenta #E504D8

Tints of Deep Magenta #E504D8

Color information

#E504D8 (or 0xE504D8) is unknown color: approx Deep Magenta. HEX triplet: E5, 04 and D8. RGB value is (229,4,216). Sum of RGB (Red+Green+Blue) = 229+4+216=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E504D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504D8 is #1AFB27. Grayscale: #5E5E5E. Windows color (decimal): -1768232 or 14157029. OLE color: 14157029.

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

Color convert

RGB2294216-
CMYK00.980.060.10
HSL303.47º96.57%45.69%-
HSV(B)303.47º98.25%89.8%-
XYZ44.7521.766.8-
YUV95.44196.04223.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 4 (1.95% from 255) = 0.89%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=51.00%
G=0.89%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229421600.980.060.10303.4796.5745.69
HexE54D80626A12f612e
Octal3454330014261245714156
Binary11100101100110110000110001011010101001011111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E504D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E504D8; }

 p { color: rgb(229,4,216); }

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

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

 a { background-color: rgb(229,4,216); }

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

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

 span { border-color: rgb(229,4,216); }

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