Shades of Razzmatazz #E60165
Tints of Razzmatazz #E60165
RGB
CMYK
RGB Variations
Color information
#E60165 (or 0xE60165) is known color: Razzmatazz. HEX triplet: E6, 01 and 65. RGB value is (230,1,101). Sum of RGB (Red+Green+Blue) = 230+1+101=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E60165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60165 is #19FE9A. Grayscale: #505050. Windows color (decimal): -1703579 or 6619622. OLE color: 6619622.
HSL color Cylindrical-coordinate representation of color #E60165: hue angle of 333.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60165 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.10 |
| HSL | 333.8º | 0.99% | 0.45% | - |
| HSV(B) | 333.8º | 1% | 0.9% | - |
| XYZ | 34.99 | 17.78 | 13.9 | - |
| YUV | 80.87 | 139.37 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 101 | 0 | 1.00 | 0.56 | 0.10 | 333.8 | 0.99 | 0.45 |
| Hex | E6 | 1 | 65 | 0 | 64 | 38 | A | 14E | 63 | 2D |
| Octal | 346 | 1 | 145 | 0 | 144 | 70 | 12 | 516 | 143 | 55 |
| Binary | 11100110 | 1 | 1100101 | 0 | 1100100 | 111000 | 1010 | 101001110 | 1100011 | 101101 |
Color Harmonies of #E60165
Complementary color
Monochromatic Colors of #E60165
Black with #E60165
Text Example
Text Example
White with #E60165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60165; }
p { color: rgb(230,1,101); }
H1.HeaderClassName
{
color: #E60165;
}
.AnyTagClassName
{
color: #E60165;
}
</style>
background-color css
<style>
a { background-color: #E60165; }
a { background-color: rgb(230,1,101); }
div.DivClassName
{
background-color: #E60165;
}
.BgClassName
{
background-color: #E60165;
}
</style>
border-color css
<style>
span { border-color: #E60165; }
span { border-color: rgb(230,1,101); }
td.TdClassName
{
border-color: #E60165;
}
.TagClassName
{
border-color: #E60165;
}
</style>