#eb0adb

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

Shades of Hot Magenta #EB0ADB

Tints of Hot Magenta #EB0ADB

Color information

#EB0ADB (or 0xEB0ADB) is unknown color: approx Hot Magenta. HEX triplet: EB, 0A and DB. RGB value is (235,10,219). Sum of RGB (Red+Green+Blue) = 235+10+219=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0ADB is #14F524. Grayscale: #646464. Windows color (decimal): -1373477 or 14355179. OLE color: 14355179.

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

Color convert

RGB23510219-
CMYK00.960.070.08
HSL304.27º91.84%48.04%-
HSV(B)304.27º95.74%92.16%-
XYZ47.1622.9968.97-
YUV101.1194.54223.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.65%
GREEN value IS 10 (4.30% from 255) = 2.16%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=50.65%
G=2.16%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351021900.960.070.08304.2791.8448.04
HexEBADB060781305c30
Octal35312333014071046013460
Binary111010111010110110110110000011110001001100001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb0adb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb0adb; }

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

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

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

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

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

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

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

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