#EB0AD7

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

Shades of Hot Magenta #EB0AD7

Tints of Hot Magenta #EB0AD7

Color information

#EB0AD7 (or 0xEB0AD7) is unknown color: approx Hot Magenta. HEX triplet: EB, 0A and D7. RGB value is (235,10,215). Sum of RGB (Red+Green+Blue) = 235+10+215=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0AD7 is #14F528. Grayscale: #646464. Windows color (decimal): -1373481 or 14093035. OLE color: 14093035.

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

Color convert

RGB23510215-
CMYK00.960.090.08
HSL305.33º91.84%48.04%-
HSV(B)305.33º95.74%92.16%-
XYZ46.6422.7966.23-
YUV100.65192.54223.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 10 (4.30% from 255) = 2.17%
BLUE value IS 215 (84.38% from 255) = 46.74%
R=51.09%
G=2.17%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351021500.960.090.08305.3391.8448.04
HexEBAD7060981315c30
Octal353123270140111046113460
Binary1110101110101101011101100000100110001001100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0AD7; }

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

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

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

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

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

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

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

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