Shades of Razzmatazz #E10D50
Tints of Razzmatazz #E10D50
RGB
CMYK
RGB Variations
Color information
#E10D50 (or 0xE10D50) is known color: Razzmatazz. HEX triplet: E1, 0D and 50. RGB value is (225,13,80). Sum of RGB (Red+Green+Blue) = 225+13+80=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D50 is #1EF2AF. Grayscale: #535353. Windows color (decimal): -2028208 or 5246433. OLE color: 5246433.
HSL color Cylindrical-coordinate representation of color #E10D50: hue angle of 341.04º 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 #E10D50 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 80 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.12 |
| HSL | 341.04º | 0.89% | 0.47% | - |
| HSV(B) | 341.04º | 0.94% | 0.88% | - |
| XYZ | 32.64 | 16.87 | 9.13 | - |
| YUV | 84.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 80 | 0 | 0.94 | 0.64 | 0.12 | 341.04 | 0.89 | 0.47 |
| Hex | E1 | D | 50 | 0 | 5E | 40 | C | 155 | 59 | 2F |
| Octal | 341 | 15 | 120 | 0 | 136 | 100 | 14 | 525 | 131 | 57 |
| Binary | 11100001 | 1101 | 1010000 | 0 | 1011110 | 1000000 | 1100 | 101010101 | 1011001 | 101111 |
Color Harmonies of #E10D50
Complementary color
Monochromatic Colors of #E10D50
Black with #E10D50
Text Example
Text Example
White with #E10D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D50; }
p { color: rgb(225,13,80); }
H1.HeaderClassName
{
color: #E10D50;
}
.AnyTagClassName
{
color: #E10D50;
}
</style>
background-color css
<style>
a { background-color: #E10D50; }
a { background-color: rgb(225,13,80); }
div.DivClassName
{
background-color: #E10D50;
}
.BgClassName
{
background-color: #E10D50;
}
</style>
border-color css
<style>
span { border-color: #E10D50; }
span { border-color: rgb(225,13,80); }
td.TdClassName
{
border-color: #E10D50;
}
.TagClassName
{
border-color: #E10D50;
}
</style>