Shades of Razzmatazz #E60259
Tints of Razzmatazz #E60259
RGB
CMYK
RGB Variations
Color information
#E60259 (or 0xE60259) is known color: Razzmatazz. HEX triplet: E6, 02 and 59. RGB value is (230,2,89). Sum of RGB (Red+Green+Blue) = 230+2+89=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E60259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60259 is #19FDA6. Grayscale: #4F4F4F. Windows color (decimal): -1703335 or 5833446. OLE color: 5833446.
HSL color Cylindrical-coordinate representation of color #E60259: hue angle of 337.11º 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 #E60259 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.10 |
| HSL | 337.11º | 0.98% | 0.45% | - |
| HSV(B) | 337.11º | 0.99% | 0.9% | - |
| XYZ | 34.46 | 17.59 | 11.03 | - |
| YUV | 80.09 | 133.04 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 89 | 0 | 0.99 | 0.61 | 0.10 | 337.11 | 0.98 | 0.45 |
| Hex | E6 | 2 | 59 | 0 | 63 | 3D | A | 151 | 62 | 2D |
| Octal | 346 | 2 | 131 | 0 | 143 | 75 | 12 | 521 | 142 | 55 |
| Binary | 11100110 | 10 | 1011001 | 0 | 1100011 | 111101 | 1010 | 101010001 | 1100010 | 101101 |
Color Harmonies of #E60259
Complementary color
Monochromatic Colors of #E60259
Black with #E60259
Text Example
Text Example
White with #E60259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60259; }
p { color: rgb(230,2,89); }
H1.HeaderClassName
{
color: #E60259;
}
.AnyTagClassName
{
color: #E60259;
}
</style>
background-color css
<style>
a { background-color: #E60259; }
a { background-color: rgb(230,2,89); }
div.DivClassName
{
background-color: #E60259;
}
.BgClassName
{
background-color: #E60259;
}
</style>
border-color css
<style>
span { border-color: #E60259; }
span { border-color: rgb(230,2,89); }
td.TdClassName
{
border-color: #E60259;
}
.TagClassName
{
border-color: #E60259;
}
</style>