#E814DF

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

Shades of Hot Magenta #E814DF

Tints of Hot Magenta #E814DF

Color information

#E814DF (or 0xE814DF) is unknown color: approx Hot Magenta. HEX triplet: E8, 14 and DF. RGB value is (232,20,223). Sum of RGB (Red+Green+Blue) = 232+20+223=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E814DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E814DF is #17EB20. Grayscale: #696969. Windows color (decimal): -1567521 or 14619880. OLE color: 14619880.

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

Color convert

RGB23220223-
CMYK00.910.040.09
HSL302.55º84.13%49.41%-
HSV(B)302.55º91.38%90.98%-
XYZ46.8522.9871.78-
YUV106.53193.74217.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.84%
GREEN value IS 20 (8.20% from 255) = 4.21%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=48.84%
G=4.21%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322022300.910.040.09302.5584.1349.41
HexE814DF05B4912f5431
Octal35024337013341145712461
Binary1110100010100110111110101101110010011001011111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E814DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E814DF; }

 p { color: rgb(232,20,223); }

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

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

 a { background-color: rgb(232,20,223); }

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

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

 span { border-color: rgb(232,20,223); }

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