Shades of Razzmatazz #E60569
Tints of Razzmatazz #E60569
RGB
CMYK
RGB Variations
Color information
#E60569 (or 0xE60569) is known color: Razzmatazz. HEX triplet: E6, 05 and 69. RGB value is (230,5,105). Sum of RGB (Red+Green+Blue) = 230+5+105=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E60569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60569 is #19FA96. Grayscale: #535353. Windows color (decimal): -1702551 or 6882790. OLE color: 6882790.
HSL color Cylindrical-coordinate representation of color #E60569: hue angle of 333.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60569 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 105 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.10 |
| HSL | 333.33º | 0.96% | 0.46% | - |
| HSV(B) | 333.33º | 0.98% | 0.9% | - |
| XYZ | 35.24 | 17.95 | 14.97 | - |
| YUV | 83.68 | 140.04 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 105 | 0 | 0.98 | 0.54 | 0.10 | 333.33 | 0.96 | 0.46 |
| Hex | E6 | 5 | 69 | 0 | 62 | 36 | A | 14D | 60 | 2E |
| Octal | 346 | 5 | 151 | 0 | 142 | 66 | 12 | 515 | 140 | 56 |
| Binary | 11100110 | 101 | 1101001 | 0 | 1100010 | 110110 | 1010 | 101001101 | 1100000 | 101110 |
Color Harmonies of #E60569
Complementary color
Monochromatic Colors of #E60569
Black with #E60569
Text Example
Text Example
White with #E60569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60569; }
p { color: rgb(230,5,105); }
H1.HeaderClassName
{
color: #E60569;
}
.AnyTagClassName
{
color: #E60569;
}
</style>
background-color css
<style>
a { background-color: #E60569; }
a { background-color: rgb(230,5,105); }
div.DivClassName
{
background-color: #E60569;
}
.BgClassName
{
background-color: #E60569;
}
</style>
border-color css
<style>
span { border-color: #E60569; }
span { border-color: rgb(230,5,105); }
td.TdClassName
{
border-color: #E60569;
}
.TagClassName
{
border-color: #E60569;
}
</style>