#EB1056

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

Shades of Razzmatazz #EB1056

Tints of Razzmatazz #EB1056

Color information

#EB1056 (or 0xEB1056) is unknown color: approx Razzmatazz. HEX triplet: EB, 10 and 56. RGB value is (235,16,86). Sum of RGB (Red+Green+Blue) = 235+16+86=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1056 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1056 is #14EFA9. Grayscale: #595959. Windows color (decimal): -1372074 or 5640427. OLE color: 5640427.

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

Color convert

RGB2351686-
CMYK00.930.630.08
HSL340.82º87.25%49.22%-
HSV(B)340.82º93.19%92.16%-
XYZ36.1318.710.51-
YUV89.46126.05231.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.73%
GREEN value IS 16 (6.64% from 255) = 4.75%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=69.73%
G=4.75%
B=25.52%

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
Decimal235168600.930.630.08340.8287.2549.22
HexEB105605D3F81555731
Octal353201260135771052512761
Binary111010111000010101100101110111111110001010101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1056; }

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

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

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

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

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

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

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

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