Shades of Razzmatazz #E60768
Tints of Razzmatazz #E60768
RGB
CMYK
RGB Variations
Color information
#E60768 (or 0xE60768) is known color: Razzmatazz. HEX triplet: E6, 07 and 68. RGB value is (230,7,104). Sum of RGB (Red+Green+Blue) = 230+7+104=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E60768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60768 is #19F897. Grayscale: #545454. Windows color (decimal): -1702040 or 6817766. OLE color: 6817766.
HSL color Cylindrical-coordinate representation of color #E60768: hue angle of 333.9º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60768 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.10 |
| HSL | 333.9º | 0.94% | 0.46% | - |
| HSV(B) | 333.9º | 0.97% | 0.9% | - |
| XYZ | 35.21 | 17.97 | 14.71 | - |
| YUV | 84.74 | 138.88 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 104 | 0 | 0.97 | 0.55 | 0.10 | 333.9 | 0.94 | 0.46 |
| Hex | E6 | 7 | 68 | 0 | 61 | 37 | A | 14E | 5E | 2E |
| Octal | 346 | 7 | 150 | 0 | 141 | 67 | 12 | 516 | 136 | 56 |
| Binary | 11100110 | 111 | 1101000 | 0 | 1100001 | 110111 | 1010 | 101001110 | 1011110 | 101110 |
Color Harmonies of #E60768
Complementary color
Monochromatic Colors of #E60768
Black with #E60768
Text Example
Text Example
White with #E60768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60768; }
p { color: rgb(230,7,104); }
H1.HeaderClassName
{
color: #E60768;
}
.AnyTagClassName
{
color: #E60768;
}
</style>
background-color css
<style>
a { background-color: #E60768; }
a { background-color: rgb(230,7,104); }
div.DivClassName
{
background-color: #E60768;
}
.BgClassName
{
background-color: #E60768;
}
</style>
border-color css
<style>
span { border-color: #E60768; }
span { border-color: rgb(230,7,104); }
td.TdClassName
{
border-color: #E60768;
}
.TagClassName
{
border-color: #E60768;
}
</style>