Shades of Razzmatazz #E10D56
Tints of Razzmatazz #E10D56
RGB
CMYK
RGB Variations
Color information
#E10D56 (or 0xE10D56) is known color: Razzmatazz. HEX triplet: E1, 0D and 56. RGB value is (225,13,86). Sum of RGB (Red+Green+Blue) = 225+13+86=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D56 is #1EF2A9. Grayscale: #545454. Windows color (decimal): -2028202 or 5639649. OLE color: 5639649.
HSL color Cylindrical-coordinate representation of color #E10D56: hue angle of 339.34º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D56 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 86 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.12 |
| HSL | 339.34º | 0.89% | 0.47% | - |
| HSV(B) | 339.34º | 0.94% | 0.88% | - |
| XYZ | 32.87 | 16.97 | 10.35 | - |
| YUV | 84.71 | 128.74 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 86 | 0 | 0.94 | 0.62 | 0.12 | 339.34 | 0.89 | 0.47 |
| Hex | E1 | D | 56 | 0 | 5E | 3E | C | 153 | 59 | 2F |
| Octal | 341 | 15 | 126 | 0 | 136 | 76 | 14 | 523 | 131 | 57 |
| Binary | 11100001 | 1101 | 1010110 | 0 | 1011110 | 111110 | 1100 | 101010011 | 1011001 | 101111 |
Color Harmonies of #E10D56
Complementary color
Monochromatic Colors of #E10D56
Black with #E10D56
Text Example
Text Example
White with #E10D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D56; }
p { color: rgb(225,13,86); }
H1.HeaderClassName
{
color: #E10D56;
}
.AnyTagClassName
{
color: #E10D56;
}
</style>
background-color css
<style>
a { background-color: #E10D56; }
a { background-color: rgb(225,13,86); }
div.DivClassName
{
background-color: #E10D56;
}
.BgClassName
{
background-color: #E10D56;
}
</style>
border-color css
<style>
span { border-color: #E10D56; }
span { border-color: rgb(225,13,86); }
td.TdClassName
{
border-color: #E10D56;
}
.TagClassName
{
border-color: #E10D56;
}
</style>