#E801D0

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

Shades of Hot Magenta #E801D0

Tints of Hot Magenta #E801D0

Color information

#E801D0 (or 0xE801D0) is unknown color: approx Hot Magenta. HEX triplet: E8, 01 and D0. RGB value is (232,1,208). Sum of RGB (Red+Green+Blue) = 232+1+208=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E801D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801D0 is #17FE2F. Grayscale: #5D5D5D. Windows color (decimal): -1572400 or 13631976. OLE color: 13631976.

HSL color Cylindrical-coordinate representation of color #E801D0: hue angle of 306.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801D0 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB2321208-
CMYK01.000.100.09
HSL306.23º99.14%45.69%-
HSV(B)306.23º99.57%90.98%-
XYZ44.6721.7361.51-
YUV93.67192.53226.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.61%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 208 (81.64% from 255) = 47.17%
R=52.61%
G=0.23%
B=47.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232120801.000.100.09306.2399.1445.69
HexE81D0064A9132632e
Octal35013200144121146214356
Binary1110100011101000001100100101010011001100101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E801D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E801D0; }

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

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

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

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

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

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

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

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