#EB1057

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

Shades of Razzmatazz #EB1057

Tints of Razzmatazz #EB1057

Color information

#EB1057 (or 0xEB1057) is unknown color: approx Razzmatazz. HEX triplet: EB, 10 and 57. RGB value is (235,16,87). Sum of RGB (Red+Green+Blue) = 235+16+87=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1057 is #14EFA8. Grayscale: #595959. Windows color (decimal): -1372073 or 5705963. OLE color: 5705963.

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

Color convert

RGB2351687-
CMYK00.930.630.08
HSL340.55º87.25%49.22%-
HSV(B)340.55º93.19%92.16%-
XYZ36.1718.7210.72-
YUV89.58126.55231.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.53%
GREEN value IS 16 (6.64% from 255) = 4.73%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=69.53%
G=4.73%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235168700.930.630.08340.5587.2549.22
HexEB105705D3F81555731
Octal353201270135771052512761
Binary111010111000010101110101110111111110001010101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1057; }

 p { color: rgb(235,16,87); }

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

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

 a { background-color: rgb(235,16,87); }

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

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

 span { border-color: rgb(235,16,87); }

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