#E801CE

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

Shades of Hot Magenta #E801CE

Tints of Hot Magenta #E801CE

Color information

#E801CE (or 0xE801CE) is unknown color: approx Hot Magenta. HEX triplet: E8, 01 and CE. RGB value is (232,1,206). Sum of RGB (Red+Green+Blue) = 232+1+206=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E801CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801CE is #17FE31. Grayscale: #5C5C5C. Windows color (decimal): -1572402 or 13500904. OLE color: 13500904.

HSL color Cylindrical-coordinate representation of color #E801CE: hue angle of 306.75º 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 #E801CE is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB2321206-
CMYK01.000.110.09
HSL306.75º99.14%45.69%-
HSV(B)306.75º99.57%90.98%-
XYZ44.4321.6360.23-
YUV93.44191.53226.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.85%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=52.85%
G=0.23%
B=46.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232120601.000.110.09306.7599.1445.69
HexE81CE064B9133632e
Octal35013160144131146314356
Binary1110100011100111001100100101110011001100111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E801CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E801CE; }

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

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

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

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

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

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

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

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