Shades of Razzmatazz #E10451
Tints of Razzmatazz #E10451
RGB
CMYK
RGB Variations
Color information
#E10451 (or 0xE10451) is known color: Razzmatazz. HEX triplet: E1, 04 and 51. RGB value is (225,4,81). Sum of RGB (Red+Green+Blue) = 225+4+81=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E10451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10451 is #1EFBAE. Grayscale: #4E4E4E. Windows color (decimal): -2030511 or 5309665. OLE color: 5309665.
HSL color Cylindrical-coordinate representation of color #E10451: hue angle of 339.1º degrees, saturation: 0.97, 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 #E10451 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.12 |
| HSL | 339.1º | 0.97% | 0.45% | - |
| HSV(B) | 339.1º | 0.98% | 0.88% | - |
| XYZ | 32.58 | 16.69 | 9.29 | - |
| YUV | 78.86 | 129.22 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 81 | 0 | 0.98 | 0.64 | 0.12 | 339.1 | 0.97 | 0.45 |
| Hex | E1 | 4 | 51 | 0 | 62 | 40 | C | 153 | 61 | 2D |
| Octal | 341 | 4 | 121 | 0 | 142 | 100 | 14 | 523 | 141 | 55 |
| Binary | 11100001 | 100 | 1010001 | 0 | 1100010 | 1000000 | 1100 | 101010011 | 1100001 | 101101 |
Color Harmonies of #E10451
Complementary color
Monochromatic Colors of #E10451
Black with #E10451
Text Example
Text Example
White with #E10451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10451; }
p { color: rgb(225,4,81); }
H1.HeaderClassName
{
color: #E10451;
}
.AnyTagClassName
{
color: #E10451;
}
</style>
background-color css
<style>
a { background-color: #E10451; }
a { background-color: rgb(225,4,81); }
div.DivClassName
{
background-color: #E10451;
}
.BgClassName
{
background-color: #E10451;
}
</style>
border-color css
<style>
span { border-color: #E10451; }
span { border-color: rgb(225,4,81); }
td.TdClassName
{
border-color: #E10451;
}
.TagClassName
{
border-color: #E10451;
}
</style>