#EB08CA

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

Shades of Hot Magenta #EB08CA

Tints of Hot Magenta #EB08CA

Color information

#EB08CA (or 0xEB08CA) is unknown color: approx Hot Magenta. HEX triplet: EB, 08 and CA. RGB value is (235,8,202). Sum of RGB (Red+Green+Blue) = 235+8+202=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB08CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB08CA is #14F735. Grayscale: #616161. Windows color (decimal): -1374006 or 13240555. OLE color: 13240555.

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

Color convert

RGB2358202-
CMYK00.970.140.08
HSL308.72º93.42%47.65%-
HSV(B)308.72º96.6%92.16%-
XYZ45.0122.157.77-
YUV97.99186.71225.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 8 (3.52% from 255) = 1.80%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=52.81%
G=1.80%
B=45.39%

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
Decimal235820200.970.140.08308.7293.4247.65
HexEB8CA061E81355d30
Octal353103120141161046513560
Binary1110101110001100101001100001111010001001101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB08CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB08CA; }

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

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

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

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

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

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

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

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