#E80DD0

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

Shades of Hot Magenta #E80DD0

Tints of Hot Magenta #E80DD0

Color information

#E80DD0 (or 0xE80DD0) is unknown color: approx Hot Magenta. HEX triplet: E8, 0D and D0. RGB value is (232,13,208). Sum of RGB (Red+Green+Blue) = 232+13+208=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80DD0 is #17F22F. Grayscale: #646464. Windows color (decimal): -1569328 or 13635048. OLE color: 13635048.

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

Color convert

RGB23213208-
CMYK00.940.100.09
HSL306.58º89.39%48.04%-
HSV(B)306.58º94.4%90.98%-
XYZ44.812261.56-
YUV100.71188.55221.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.21%
GREEN value IS 13 (5.47% from 255) = 2.87%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=51.21%
G=2.87%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321320800.940.100.09306.5889.3948.04
HexE8DD005EA91335930
Octal350153200136121146313160
Binary1110100011011101000001011110101010011001100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80DD0; }

 p { color: rgb(232,13,208); }

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

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

 a { background-color: rgb(232,13,208); }

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

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

 span { border-color: rgb(232,13,208); }

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