#E50B56

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

Shades of Razzmatazz #E50B56

Tints of Razzmatazz #E50B56

Color information

#E50B56 (or 0xE50B56) is unknown color: approx Razzmatazz. HEX triplet: E5, 0B and 56. RGB value is (229,11,86). Sum of RGB (Red+Green+Blue) = 229+11+86=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50B56 is #1AF4A9. Grayscale: #545454. Windows color (decimal): -1766570 or 5639141. OLE color: 5639141.

HSL color Cylindrical-coordinate representation of color #E50B56: hue angle of 339.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50B56 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB2291186-
CMYK00.950.620.10
HSL339.36º90.83%47.06%-
HSV(B)339.36º95.2%89.8%-
XYZ34.1117.5710.4-
YUV84.73128.72230.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.25%
GREEN value IS 11 (4.69% from 255) = 3.37%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=70.25%
G=3.37%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229118600.950.620.10339.3690.8347.06
HexE5B5605F3EA1535b2f
Octal345131260137761252313357
Binary11100101101110101100101111111111010101010100111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50B56; }

 p { color: rgb(229,11,86); }

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

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

 a { background-color: rgb(229,11,86); }

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

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

 span { border-color: rgb(229,11,86); }

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