Shades of Razzmatazz #E61151
Tints of Razzmatazz #E61151
RGB
CMYK
RGB Variations
Color information
#E61151 (or 0xE61151) is known color: Razzmatazz. HEX triplet: E6, 11 and 51. RGB value is (230,17,81). Sum of RGB (Red+Green+Blue) = 230+17+81=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E61151 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61151 is #19EEAE. Grayscale: #575757. Windows color (decimal): -1699503 or 5312998. OLE color: 5312998.
HSL color Cylindrical-coordinate representation of color #E61151: hue angle of 341.97º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61151 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 81 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.10 |
| HSL | 341.97º | 0.86% | 0.48% | - |
| HSV(B) | 341.97º | 0.93% | 0.9% | - |
| XYZ | 34.32 | 17.82 | 9.41 | - |
| YUV | 87.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 81 | 0 | 0.93 | 0.65 | 0.10 | 341.97 | 0.86 | 0.48 |
| Hex | E6 | 11 | 51 | 0 | 5D | 41 | A | 156 | 56 | 30 |
| Octal | 346 | 21 | 121 | 0 | 135 | 101 | 12 | 526 | 126 | 60 |
| Binary | 11100110 | 10001 | 1010001 | 0 | 1011101 | 1000001 | 1010 | 101010110 | 1010110 | 110000 |
Color Harmonies of #E61151
Complementary color
Monochromatic Colors of #E61151
Black with #E61151
Text Example
Text Example
White with #E61151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61151; }
p { color: rgb(230,17,81); }
H1.HeaderClassName
{
color: #E61151;
}
.AnyTagClassName
{
color: #E61151;
}
</style>
background-color css
<style>
a { background-color: #E61151; }
a { background-color: rgb(230,17,81); }
div.DivClassName
{
background-color: #E61151;
}
.BgClassName
{
background-color: #E61151;
}
</style>
border-color css
<style>
span { border-color: #E61151; }
span { border-color: rgb(230,17,81); }
td.TdClassName
{
border-color: #E61151;
}
.TagClassName
{
border-color: #E61151;
}
</style>