Shades of Razzmatazz #E10D5E
Tints of Razzmatazz #E10D5E
RGB
CMYK
RGB Variations
Color information
#E10D5E (or 0xE10D5E) is known color: Razzmatazz. HEX triplet: E1, 0D and 5E. RGB value is (225,13,94). Sum of RGB (Red+Green+Blue) = 225+13+94=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D5E is #1EF2A1. Grayscale: #555555. Windows color (decimal): -2028194 or 6163937. OLE color: 6163937.
HSL color Cylindrical-coordinate representation of color #E10D5E: hue angle of 337.08º 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 #E10D5E is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 94 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.12 |
| HSL | 337.08º | 0.89% | 0.47% | - |
| HSV(B) | 337.08º | 0.94% | 0.88% | - |
| XYZ | 33.22 | 17.1 | 12.14 | - |
| YUV | 85.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 94 | 0 | 0.94 | 0.58 | 0.12 | 337.08 | 0.89 | 0.47 |
| Hex | E1 | D | 5E | 0 | 5E | 3A | C | 151 | 59 | 2F |
| Octal | 341 | 15 | 136 | 0 | 136 | 72 | 14 | 521 | 131 | 57 |
| Binary | 11100001 | 1101 | 1011110 | 0 | 1011110 | 111010 | 1100 | 101010001 | 1011001 | 101111 |
Color Harmonies of #E10D5E
Complementary color
Monochromatic Colors of #E10D5E
Black with #E10D5E
Text Example
Text Example
White with #E10D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D5E; }
p { color: rgb(225,13,94); }
H1.HeaderClassName
{
color: #E10D5E;
}
.AnyTagClassName
{
color: #E10D5E;
}
</style>
background-color css
<style>
a { background-color: #E10D5E; }
a { background-color: rgb(225,13,94); }
div.DivClassName
{
background-color: #E10D5E;
}
.BgClassName
{
background-color: #E10D5E;
}
</style>
border-color css
<style>
span { border-color: #E10D5E; }
span { border-color: rgb(225,13,94); }
td.TdClassName
{
border-color: #E10D5E;
}
.TagClassName
{
border-color: #E10D5E;
}
</style>