Shades of Razzmatazz #E60271
Tints of Razzmatazz #E60271
RGB
CMYK
RGB Variations
Color information
#E60271 (or 0xE60271) is known color: Razzmatazz. HEX triplet: E6, 02 and 71. RGB value is (230,2,113). Sum of RGB (Red+Green+Blue) = 230+2+113=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E60271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60271 is #19FD8E. Grayscale: #525252. Windows color (decimal): -1703311 or 7406310. OLE color: 7406310.
HSL color Cylindrical-coordinate representation of color #E60271: hue angle of 330.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60271 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.10 |
| HSL | 330.79º | 0.98% | 0.45% | - |
| HSV(B) | 330.79º | 0.99% | 0.9% | - |
| XYZ | 35.64 | 18.06 | 17.23 | - |
| YUV | 82.83 | 145.04 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 113 | 0 | 0.99 | 0.51 | 0.10 | 330.79 | 0.98 | 0.45 |
| Hex | E6 | 2 | 71 | 0 | 63 | 33 | A | 14B | 62 | 2D |
| Octal | 346 | 2 | 161 | 0 | 143 | 63 | 12 | 513 | 142 | 55 |
| Binary | 11100110 | 10 | 1110001 | 0 | 1100011 | 110011 | 1010 | 101001011 | 1100010 | 101101 |
Color Harmonies of #E60271
Complementary color
Monochromatic Colors of #E60271
Black with #E60271
Text Example
Text Example
White with #E60271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60271; }
p { color: rgb(230,2,113); }
H1.HeaderClassName
{
color: #E60271;
}
.AnyTagClassName
{
color: #E60271;
}
</style>
background-color css
<style>
a { background-color: #E60271; }
a { background-color: rgb(230,2,113); }
div.DivClassName
{
background-color: #E60271;
}
.BgClassName
{
background-color: #E60271;
}
</style>
border-color css
<style>
span { border-color: #E60271; }
span { border-color: rgb(230,2,113); }
td.TdClassName
{
border-color: #E60271;
}
.TagClassName
{
border-color: #E60271;
}
</style>