Shades of Razzmatazz #E10351
Tints of Razzmatazz #E10351
RGB
CMYK
RGB Variations
Color information
#E10351 (or 0xE10351) is known color: Razzmatazz. HEX triplet: E1, 03 and 51. RGB value is (225,3,81). Sum of RGB (Red+Green+Blue) = 225+3+81=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E10351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10351 is #1EFCAE. Grayscale: #4E4E4E. Windows color (decimal): -2030767 or 5309409. OLE color: 5309409.
HSL color Cylindrical-coordinate representation of color #E10351: hue angle of 338.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10351 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.12 |
| HSL | 338.92º | 0.97% | 0.45% | - |
| HSV(B) | 338.92º | 0.99% | 0.88% | - |
| XYZ | 32.57 | 16.67 | 9.29 | - |
| YUV | 78.27 | 129.55 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 81 | 0 | 0.99 | 0.64 | 0.12 | 338.92 | 0.97 | 0.45 |
| Hex | E1 | 3 | 51 | 0 | 63 | 40 | C | 153 | 61 | 2D |
| Octal | 341 | 3 | 121 | 0 | 143 | 100 | 14 | 523 | 141 | 55 |
| Binary | 11100001 | 11 | 1010001 | 0 | 1100011 | 1000000 | 1100 | 101010011 | 1100001 | 101101 |
Color Harmonies of #E10351
Complementary color
Monochromatic Colors of #E10351
Black with #E10351
Text Example
Text Example
White with #E10351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10351; }
p { color: rgb(225,3,81); }
H1.HeaderClassName
{
color: #E10351;
}
.AnyTagClassName
{
color: #E10351;
}
</style>
background-color css
<style>
a { background-color: #E10351; }
a { background-color: rgb(225,3,81); }
div.DivClassName
{
background-color: #E10351;
}
.BgClassName
{
background-color: #E10351;
}
</style>
border-color css
<style>
span { border-color: #E10351; }
span { border-color: rgb(225,3,81); }
td.TdClassName
{
border-color: #E10351;
}
.TagClassName
{
border-color: #E10351;
}
</style>