Shades of Razzmatazz #E60465
Tints of Razzmatazz #E60465
RGB
CMYK
RGB Variations
Color information
#E60465 (or 0xE60465) is known color: Razzmatazz. HEX triplet: E6, 04 and 65. RGB value is (230,4,101). Sum of RGB (Red+Green+Blue) = 230+4+101=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E60465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60465 is #19FB9A. Grayscale: #525252. Windows color (decimal): -1702811 or 6620390. OLE color: 6620390.
HSL color Cylindrical-coordinate representation of color #E60465: hue angle of 334.25º degrees, saturation: 0.97, 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 #E60465 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.10 |
| HSL | 334.25º | 0.97% | 0.46% | - |
| HSV(B) | 334.25º | 0.98% | 0.9% | - |
| XYZ | 35.03 | 17.85 | 13.91 | - |
| YUV | 82.63 | 138.37 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 101 | 0 | 0.98 | 0.56 | 0.10 | 334.25 | 0.97 | 0.46 |
| Hex | E6 | 4 | 65 | 0 | 62 | 38 | A | 14E | 61 | 2E |
| Octal | 346 | 4 | 145 | 0 | 142 | 70 | 12 | 516 | 141 | 56 |
| Binary | 11100110 | 100 | 1100101 | 0 | 1100010 | 111000 | 1010 | 101001110 | 1100001 | 101110 |
Color Harmonies of #E60465
Complementary color
Monochromatic Colors of #E60465
Black with #E60465
Text Example
Text Example
White with #E60465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60465; }
p { color: rgb(230,4,101); }
H1.HeaderClassName
{
color: #E60465;
}
.AnyTagClassName
{
color: #E60465;
}
</style>
background-color css
<style>
a { background-color: #E60465; }
a { background-color: rgb(230,4,101); }
div.DivClassName
{
background-color: #E60465;
}
.BgClassName
{
background-color: #E60465;
}
</style>
border-color css
<style>
span { border-color: #E60465; }
span { border-color: rgb(230,4,101); }
td.TdClassName
{
border-color: #E60465;
}
.TagClassName
{
border-color: #E60465;
}
</style>