Shades of Razzmatazz #E60D62
Tints of Razzmatazz #E60D62
RGB
CMYK
RGB Variations
Color information
#E60D62 (or 0xE60D62) is known color: Razzmatazz. HEX triplet: E6, 0D and 62. RGB value is (230,13,98). Sum of RGB (Red+Green+Blue) = 230+13+98=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60D62 is #19F29D. Grayscale: #575757. Windows color (decimal): -1700510 or 6426086. OLE color: 6426086.
HSL color Cylindrical-coordinate representation of color #E60D62: hue angle of 336.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D62 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 98 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.10 |
| HSL | 336.5º | 0.89% | 0.48% | - |
| HSV(B) | 336.5º | 0.94% | 0.9% | - |
| XYZ | 34.98 | 17.99 | 13.18 | - |
| YUV | 87.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 98 | 0 | 0.94 | 0.57 | 0.10 | 336.5 | 0.89 | 0.48 |
| Hex | E6 | D | 62 | 0 | 5E | 39 | A | 150 | 59 | 30 |
| Octal | 346 | 15 | 142 | 0 | 136 | 71 | 12 | 520 | 131 | 60 |
| Binary | 11100110 | 1101 | 1100010 | 0 | 1011110 | 111001 | 1010 | 101010000 | 1011001 | 110000 |
Color Harmonies of #E60D62
Complementary color
Monochromatic Colors of #E60D62
Black with #E60D62
Text Example
Text Example
White with #E60D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D62; }
p { color: rgb(230,13,98); }
H1.HeaderClassName
{
color: #E60D62;
}
.AnyTagClassName
{
color: #E60D62;
}
</style>
background-color css
<style>
a { background-color: #E60D62; }
a { background-color: rgb(230,13,98); }
div.DivClassName
{
background-color: #E60D62;
}
.BgClassName
{
background-color: #E60D62;
}
</style>
border-color css
<style>
span { border-color: #E60D62; }
span { border-color: rgb(230,13,98); }
td.TdClassName
{
border-color: #E60D62;
}
.TagClassName
{
border-color: #E60D62;
}
</style>