#EB08C9

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

Shades of Hot Magenta #EB08C9

Tints of Hot Magenta #EB08C9

Color information

#EB08C9 (or 0xEB08C9) is unknown color: approx Hot Magenta. HEX triplet: EB, 08 and C9. RGB value is (235,8,201). Sum of RGB (Red+Green+Blue) = 235+8+201=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB08C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB08C9 is #14F736. Grayscale: #616161. Windows color (decimal): -1374007 or 13175019. OLE color: 13175019.

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

Color convert

RGB2358201-
CMYK00.970.140.08
HSL308.99º93.42%47.65%-
HSV(B)308.99º96.6%92.16%-
XYZ44.8922.0557.15-
YUV97.88186.21225.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.93%
GREEN value IS 8 (3.52% from 255) = 1.80%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=52.93%
G=1.80%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235820100.970.140.08308.9993.4247.65
HexEB8C9061E81355d30
Octal353103110141161046513560
Binary1110101110001100100101100001111010001001101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB08C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB08C9; }

 p { color: rgb(235,8,201); }

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

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

 a { background-color: rgb(235,8,201); }

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

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

 span { border-color: rgb(235,8,201); }

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