Shades of Razzmatazz #E60361
Tints of Razzmatazz #E60361
RGB
CMYK
RGB Variations
Color information
#E60361 (or 0xE60361) is known color: Razzmatazz. HEX triplet: E6, 03 and 61. RGB value is (230,3,97). Sum of RGB (Red+Green+Blue) = 230+3+97=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E60361 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60361 is #19FC9E. Grayscale: #515151. Windows color (decimal): -1703071 or 6357990. OLE color: 6357990.
HSL color Cylindrical-coordinate representation of color #E60361: hue angle of 335.15º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60361 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 97 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.10 |
| HSL | 335.15º | 0.97% | 0.46% | - |
| HSV(B) | 335.15º | 0.99% | 0.9% | - |
| XYZ | 34.82 | 17.75 | 12.9 | - |
| YUV | 81.59 | 136.71 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 97 | 0 | 0.99 | 0.58 | 0.10 | 335.15 | 0.97 | 0.46 |
| Hex | E6 | 3 | 61 | 0 | 63 | 3A | A | 14F | 61 | 2E |
| Octal | 346 | 3 | 141 | 0 | 143 | 72 | 12 | 517 | 141 | 56 |
| Binary | 11100110 | 11 | 1100001 | 0 | 1100011 | 111010 | 1010 | 101001111 | 1100001 | 101110 |
Color Harmonies of #E60361
Complementary color
Monochromatic Colors of #E60361
Black with #E60361
Text Example
Text Example
White with #E60361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60361; }
p { color: rgb(230,3,97); }
H1.HeaderClassName
{
color: #E60361;
}
.AnyTagClassName
{
color: #E60361;
}
</style>
background-color css
<style>
a { background-color: #E60361; }
a { background-color: rgb(230,3,97); }
div.DivClassName
{
background-color: #E60361;
}
.BgClassName
{
background-color: #E60361;
}
</style>
border-color css
<style>
span { border-color: #E60361; }
span { border-color: rgb(230,3,97); }
td.TdClassName
{
border-color: #E60361;
}
.TagClassName
{
border-color: #E60361;
}
</style>