#E813DE

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

Shades of Hot Magenta #E813DE

Tints of Hot Magenta #E813DE

Color information

#E813DE (or 0xE813DE) is unknown color: approx Hot Magenta. HEX triplet: E8, 13 and DE. RGB value is (232,19,222). Sum of RGB (Red+Green+Blue) = 232+19+222=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E813DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E813DE is #17EC21. Grayscale: #696969. Windows color (decimal): -1567778 or 14554088. OLE color: 14554088.

HSL color Cylindrical-coordinate representation of color #E813DE: hue angle of 302.82º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E813DE is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB23219222-
CMYK00.920.040.09
HSL302.82º84.86%49.22%-
HSV(B)302.82º91.81%90.98%-
XYZ46.722.971.07-
YUV105.83193.57217.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 19 (7.81% from 255) = 4.02%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=49.05%
G=4.02%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321922200.920.040.09302.8284.8649.22
HexE813DE05C4912f5531
Octal35023336013441145712561
Binary1110100010011110111100101110010010011001011111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E813DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E813DE; }

 p { color: rgb(232,19,222); }

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

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

 a { background-color: rgb(232,19,222); }

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

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

 span { border-color: rgb(232,19,222); }

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