#EB0AD9

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

Shades of Hot Magenta #EB0AD9

Tints of Hot Magenta #EB0AD9

Color information

#EB0AD9 (or 0xEB0AD9) is unknown color: approx Hot Magenta. HEX triplet: EB, 0A and D9. RGB value is (235,10,217). Sum of RGB (Red+Green+Blue) = 235+10+217=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0AD9 is #14F526. Grayscale: #646464. Windows color (decimal): -1373479 or 14224107. OLE color: 14224107.

HSL color Cylindrical-coordinate representation of color #EB0AD9: hue angle of 304.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB23510217-
CMYK00.960.080.08
HSL304.8º91.84%48.04%-
HSV(B)304.8º95.74%92.16%-
XYZ46.8922.8967.59-
YUV100.87193.54223.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 10 (4.30% from 255) = 2.16%
BLUE value IS 217 (85.16% from 255) = 46.97%
R=50.87%
G=2.16%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351021700.960.080.08304.891.8448.04
HexEBAD9060881315c30
Octal353123310140101046113460
Binary1110101110101101100101100000100010001001100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0AD9; }

 p { color: rgb(235,10,217); }

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

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

 a { background-color: rgb(235,10,217); }

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

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

 span { border-color: rgb(235,10,217); }

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