#E815DA

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

Shades of Hot Magenta #E815DA

Tints of Hot Magenta #E815DA

Color information

#E815DA (or 0xE815DA) is unknown color: approx Hot Magenta. HEX triplet: E8, 15 and DA. RGB value is (232,21,218). Sum of RGB (Red+Green+Blue) = 232+21+218=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E815DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815DA is #17EA25. Grayscale: #696969. Windows color (decimal): -1567270 or 14292456. OLE color: 14292456.

HSL color Cylindrical-coordinate representation of color #E815DA: hue angle of 303.98º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815DA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23221218-
CMYK00.910.060.09
HSL303.98º83.4%49.61%-
HSV(B)303.98º90.95%90.98%-
XYZ46.222.7568.29-
YUV106.55190.9217.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.26%
GREEN value IS 21 (8.59% from 255) = 4.46%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=49.26%
G=4.46%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322121800.910.060.09303.9883.449.61
HexE815DA05B691305332
Octal35025332013361146012362
Binary1110100010101110110100101101111010011001100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E815DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E815DA; }

 p { color: rgb(232,21,218); }

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

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

 a { background-color: rgb(232,21,218); }

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

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

 span { border-color: rgb(232,21,218); }

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