#E50D56

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

Shades of Razzmatazz #E50D56

Tints of Razzmatazz #E50D56

Color information

#E50D56 (or 0xE50D56) is unknown color: approx Razzmatazz. HEX triplet: E5, 0D and 56. RGB value is (229,13,86). Sum of RGB (Red+Green+Blue) = 229+13+86=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D56 is #1AF2A9. Grayscale: #555555. Windows color (decimal): -1766058 or 5639653. OLE color: 5639653.

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

Color convert

RGB2291386-
CMYK00.940.620.10
HSL339.72º89.26%47.45%-
HSV(B)339.72º94.32%89.8%-
XYZ34.1417.6210.41-
YUV85.91128.06230.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 69.82%
GREEN value IS 13 (5.47% from 255) = 3.96%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=69.82%
G=3.96%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229138600.940.620.10339.7289.2647.45
HexE5D5605E3EA154592f
Octal345151260136761252413157
Binary11100101110110101100101111011111010101010101001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50D56; }

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

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

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

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

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

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

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

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