#EB0AD8

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

Shades of Hot Magenta #EB0AD8

Tints of Hot Magenta #EB0AD8

Color information

#EB0AD8 (or 0xEB0AD8) is unknown color: approx Hot Magenta. HEX triplet: EB, 0A and D8. RGB value is (235,10,216). Sum of RGB (Red+Green+Blue) = 235+10+216=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0AD8 is #14F527. Grayscale: #646464. Windows color (decimal): -1373480 or 14158571. OLE color: 14158571.

HSL color Cylindrical-coordinate representation of color #EB0AD8: hue angle of 305.07º 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 #EB0AD8 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB23510216-
CMYK00.960.080.08
HSL305.07º91.84%48.04%-
HSV(B)305.07º95.74%92.16%-
XYZ46.7622.8466.91-
YUV100.76193.04223.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 10 (4.30% from 255) = 2.17%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=50.98%
G=2.17%
B=46.85%

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
Decimal2351021600.960.080.08305.0791.8448.04
HexEBAD8060881315c30
Octal353123300140101046113460
Binary1110101110101101100001100000100010001001100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0AD8; }

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

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

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

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

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

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

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

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