#EB08CB

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

Shades of Hot Magenta #EB08CB

Tints of Hot Magenta #EB08CB

Color information

#EB08CB (or 0xEB08CB) is unknown color: approx Hot Magenta. HEX triplet: EB, 08 and CB. RGB value is (235,8,203). Sum of RGB (Red+Green+Blue) = 235+8+203=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB08CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB08CB is #14F734. Grayscale: #616161. Windows color (decimal): -1374005 or 13306091. OLE color: 13306091.

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

Color convert

RGB2358203-
CMYK00.970.140.08
HSL308.46º93.42%47.65%-
HSV(B)308.46º96.6%92.16%-
XYZ45.1322.1558.4-
YUV98.1187.21225.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.69%
GREEN value IS 8 (3.52% from 255) = 1.79%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=52.69%
G=1.79%
B=45.52%

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
Decimal235820300.970.140.08308.4693.4247.65
HexEB8CB061E81345d30
Octal353103130141161046413560
Binary1110101110001100101101100001111010001001101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB08CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB08CB; }

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

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

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

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

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

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

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

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