#E50756

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

Shades of Razzmatazz #E50756

Tints of Razzmatazz #E50756

Color information

#E50756 (or 0xE50756) is unknown color: approx Razzmatazz. HEX triplet: E5, 07 and 56. RGB value is (229,7,86). Sum of RGB (Red+Green+Blue) = 229+7+86=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E50756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50756 is #1AF8A9. Grayscale: #525252. Windows color (decimal): -1767594 or 5638117. OLE color: 5638117.

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

Color convert

RGB229786-
CMYK00.970.620.10
HSL338.65º94.07%46.27%-
HSV(B)338.65º96.94%89.8%-
XYZ34.0717.4810.38-
YUV82.38130.05232.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.12%
GREEN value IS 7 (3.12% from 255) = 2.17%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=71.12%
G=2.17%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22978600.970.620.10338.6594.0746.27
HexE57560613EA1535e2e
Octal34571260141761252313656
Binary1110010111110101100110000111111010101010100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50756; }

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

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

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

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

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

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

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

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