Shades of Razzmatazz #E10556
Tints of Razzmatazz #E10556
RGB
CMYK
RGB Variations
Color information
#E10556 (or 0xE10556) is known color: Razzmatazz. HEX triplet: E1, 05 and 56. RGB value is (225,5,86). Sum of RGB (Red+Green+Blue) = 225+5+86=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E10556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10556 is #1EFAA9. Grayscale: #4F4F4F. Windows color (decimal): -2030250 or 5637601. OLE color: 5637601.
HSL color Cylindrical-coordinate representation of color #E10556: hue angle of 337.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10556 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.12 |
| HSL | 337.91º | 0.96% | 0.45% | - |
| HSV(B) | 337.91º | 0.98% | 0.88% | - |
| XYZ | 32.79 | 16.79 | 10.32 | - |
| YUV | 80.01 | 131.39 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 86 | 0 | 0.98 | 0.62 | 0.12 | 337.91 | 0.96 | 0.45 |
| Hex | E1 | 5 | 56 | 0 | 62 | 3E | C | 152 | 60 | 2D |
| Octal | 341 | 5 | 126 | 0 | 142 | 76 | 14 | 522 | 140 | 55 |
| Binary | 11100001 | 101 | 1010110 | 0 | 1100010 | 111110 | 1100 | 101010010 | 1100000 | 101101 |
Color Harmonies of #E10556
Complementary color
Monochromatic Colors of #E10556
Black with #E10556
Text Example
Text Example
White with #E10556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10556; }
p { color: rgb(225,5,86); }
H1.HeaderClassName
{
color: #E10556;
}
.AnyTagClassName
{
color: #E10556;
}
</style>
background-color css
<style>
a { background-color: #E10556; }
a { background-color: rgb(225,5,86); }
div.DivClassName
{
background-color: #E10556;
}
.BgClassName
{
background-color: #E10556;
}
</style>
border-color css
<style>
span { border-color: #E10556; }
span { border-color: rgb(225,5,86); }
td.TdClassName
{
border-color: #E10556;
}
.TagClassName
{
border-color: #E10556;
}
</style>