#EB07CC

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

Shades of Hot Magenta #EB07CC

Tints of Hot Magenta #EB07CC

Color information

#EB07CC (or 0xEB07CC) is unknown color: approx Hot Magenta. HEX triplet: EB, 07 and CC. RGB value is (235,7,204). Sum of RGB (Red+Green+Blue) = 235+7+204=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB07CC is #14F833. Grayscale: #616161. Windows color (decimal): -1374260 or 13371371. OLE color: 13371371.

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

Color convert

RGB2357204-
CMYK00.970.130.08
HSL308.16º94.21%47.45%-
HSV(B)308.16º97.02%92.16%-
XYZ45.2422.1759.02-
YUV97.63188.04225.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.69%
GREEN value IS 7 (3.12% from 255) = 1.57%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=52.69%
G=1.57%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235720400.970.130.08308.1694.2147.45
HexEB7CC061D81345e2f
Octal35373140141151046413657
Binary111010111111100110001100001110110001001101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB07CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB07CC; }

 p { color: rgb(235,7,204); }

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

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

 a { background-color: rgb(235,7,204); }

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

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

 span { border-color: rgb(235,7,204); }

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