Shades of Razzmatazz #E60372
Tints of Razzmatazz #E60372
RGB
CMYK
RGB Variations
Color information
#E60372 (or 0xE60372) is known color: Razzmatazz. HEX triplet: E6, 03 and 72. RGB value is (230,3,114). Sum of RGB (Red+Green+Blue) = 230+3+114=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E60372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60372 is #19FC8D. Grayscale: #535353. Windows color (decimal): -1703054 or 7472102. OLE color: 7472102.
HSL color Cylindrical-coordinate representation of color #E60372: hue angle of 330.66º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60372 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.10 |
| HSL | 330.66º | 0.97% | 0.46% | - |
| HSV(B) | 330.66º | 0.99% | 0.9% | - |
| XYZ | 35.7 | 18.1 | 17.53 | - |
| YUV | 83.53 | 145.21 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 114 | 0 | 0.99 | 0.50 | 0.10 | 330.66 | 0.97 | 0.46 |
| Hex | E6 | 3 | 72 | 0 | 63 | 32 | A | 14B | 61 | 2E |
| Octal | 346 | 3 | 162 | 0 | 143 | 62 | 12 | 513 | 141 | 56 |
| Binary | 11100110 | 11 | 1110010 | 0 | 1100011 | 110010 | 1010 | 101001011 | 1100001 | 101110 |
Color Harmonies of #E60372
Complementary color
Monochromatic Colors of #E60372
Black with #E60372
Text Example
Text Example
White with #E60372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60372; }
p { color: rgb(230,3,114); }
H1.HeaderClassName
{
color: #E60372;
}
.AnyTagClassName
{
color: #E60372;
}
</style>
background-color css
<style>
a { background-color: #E60372; }
a { background-color: rgb(230,3,114); }
div.DivClassName
{
background-color: #E60372;
}
.BgClassName
{
background-color: #E60372;
}
</style>
border-color css
<style>
span { border-color: #E60372; }
span { border-color: rgb(230,3,114); }
td.TdClassName
{
border-color: #E60372;
}
.TagClassName
{
border-color: #E60372;
}
</style>