#E80FD3

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

Shades of Hot Magenta #E80FD3

Tints of Hot Magenta #E80FD3

Color information

#E80FD3 (or 0xE80FD3) is unknown color: approx Hot Magenta. HEX triplet: E8, 0F and D3. RGB value is (232,15,211). Sum of RGB (Red+Green+Blue) = 232+15+211=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80FD3 is #17F02C. Grayscale: #656565. Windows color (decimal): -1568813 or 13832168. OLE color: 13832168.

HSL color Cylindrical-coordinate representation of color #E80FD3: hue angle of 305.81º degrees, saturation: 0.88, 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 #E80FD3 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB23215211-
CMYK00.940.090.09
HSL305.81º87.85%48.43%-
HSV(B)305.81º93.53%90.98%-
XYZ45.2122.263.53-
YUV102.23189.39220.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.66%
GREEN value IS 15 (6.25% from 255) = 3.28%
BLUE value IS 211 (82.81% from 255) = 46.07%
R=50.66%
G=3.28%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321521100.940.090.09305.8187.8548.43
HexE8FD305E991325830
Octal350173230136111146213060
Binary1110100011111101001101011110100110011001100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80FD3; }

 p { color: rgb(232,15,211); }

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

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

 a { background-color: rgb(232,15,211); }

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

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

 span { border-color: rgb(232,15,211); }

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