Shades of Razzmatazz #E10D5D
Tints of Razzmatazz #E10D5D
RGB
CMYK
RGB Variations
Color information
#E10D5D (or 0xE10D5D) is known color: Razzmatazz. HEX triplet: E1, 0D and 5D. RGB value is (225,13,93). Sum of RGB (Red+Green+Blue) = 225+13+93=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D5D is #1EF2A2. Grayscale: #555555. Windows color (decimal): -2028195 or 6098401. OLE color: 6098401.
HSL color Cylindrical-coordinate representation of color #E10D5D: hue angle of 337.36º 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 #E10D5D is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 93 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.12 |
| HSL | 337.36º | 0.89% | 0.47% | - |
| HSV(B) | 337.36º | 0.94% | 0.88% | - |
| XYZ | 33.17 | 17.09 | 11.91 | - |
| YUV | 85.51 | 132.24 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 93 | 0 | 0.94 | 0.59 | 0.12 | 337.36 | 0.89 | 0.47 |
| Hex | E1 | D | 5D | 0 | 5E | 3B | C | 151 | 59 | 2F |
| Octal | 341 | 15 | 135 | 0 | 136 | 73 | 14 | 521 | 131 | 57 |
| Binary | 11100001 | 1101 | 1011101 | 0 | 1011110 | 111011 | 1100 | 101010001 | 1011001 | 101111 |
Color Harmonies of #E10D5D
Complementary color
Monochromatic Colors of #E10D5D
Black with #E10D5D
Text Example
Text Example
White with #E10D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D5D; }
p { color: rgb(225,13,93); }
H1.HeaderClassName
{
color: #E10D5D;
}
.AnyTagClassName
{
color: #E10D5D;
}
</style>
background-color css
<style>
a { background-color: #E10D5D; }
a { background-color: rgb(225,13,93); }
div.DivClassName
{
background-color: #E10D5D;
}
.BgClassName
{
background-color: #E10D5D;
}
</style>
border-color css
<style>
span { border-color: #E10D5D; }
span { border-color: rgb(225,13,93); }
td.TdClassName
{
border-color: #E10D5D;
}
.TagClassName
{
border-color: #E10D5D;
}
</style>