#EB0768

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

Shades of Razzmatazz #EB0768

Tints of Razzmatazz #EB0768

Color information

#EB0768 (or 0xEB0768) is unknown color: approx Razzmatazz. HEX triplet: EB, 07 and 68. RGB value is (235,7,104). Sum of RGB (Red+Green+Blue) = 235+7+104=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0768 is #14F897. Grayscale: #565656. Windows color (decimal): -1374360 or 6817771. OLE color: 6817771.

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

Color convert

RGB2357104-
CMYK00.970.560.08
HSL334.47º94.21%47.45%-
HSV(B)334.47º97.02%92.16%-
XYZ36.8418.8114.79-
YUV86.23138.04234.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.92%
GREEN value IS 7 (3.12% from 255) = 2.02%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=67.92%
G=2.02%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235710400.970.560.08334.4794.2147.45
HexEB76806138814e5e2f
Octal35371500141701051613657
Binary1110101111111010000110000111100010001010011101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0768; }

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

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

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

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

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

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

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

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