Shades of Razzmatazz #E60955
Tints of Razzmatazz #E60955
RGB
CMYK
RGB Variations
Color information
#E60955 (or 0xE60955) is known color: Razzmatazz. HEX triplet: E6, 09 and 55. RGB value is (230,9,85). Sum of RGB (Red+Green+Blue) = 230+9+85=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E60955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60955 is #19F6AA. Grayscale: #535353. Windows color (decimal): -1701547 or 5573094. OLE color: 5573094.
HSL color Cylindrical-coordinate representation of color #E60955: hue angle of 339.37º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60955 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.10 |
| HSL | 339.37º | 0.92% | 0.47% | - |
| HSV(B) | 339.37º | 0.96% | 0.9% | - |
| XYZ | 34.37 | 17.67 | 10.19 | - |
| YUV | 83.74 | 128.72 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 85 | 0 | 0.96 | 0.63 | 0.10 | 339.37 | 0.92 | 0.47 |
| Hex | E6 | 9 | 55 | 0 | 60 | 3F | A | 153 | 5C | 2F |
| Octal | 346 | 11 | 125 | 0 | 140 | 77 | 12 | 523 | 134 | 57 |
| Binary | 11100110 | 1001 | 1010101 | 0 | 1100000 | 111111 | 1010 | 101010011 | 1011100 | 101111 |
Color Harmonies of #E60955
Complementary color
Monochromatic Colors of #E60955
Black with #E60955
Text Example
Text Example
White with #E60955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60955; }
p { color: rgb(230,9,85); }
H1.HeaderClassName
{
color: #E60955;
}
.AnyTagClassName
{
color: #E60955;
}
</style>
background-color css
<style>
a { background-color: #E60955; }
a { background-color: rgb(230,9,85); }
div.DivClassName
{
background-color: #E60955;
}
.BgClassName
{
background-color: #E60955;
}
</style>
border-color css
<style>
span { border-color: #E60955; }
span { border-color: rgb(230,9,85); }
td.TdClassName
{
border-color: #E60955;
}
.TagClassName
{
border-color: #E60955;
}
</style>