Shades of Razzmatazz #ED0961
Tints of Razzmatazz #ED0961
RGB
CMYK
RGB Variations
Color information
#ED0961 (or 0xED0961) is known color: Razzmatazz. HEX triplet: ED, 09 and 61. RGB value is (237,9,97). Sum of RGB (Red+Green+Blue) = 237+9+97=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0961 is #12F69E. Grayscale: #575757. Windows color (decimal): -1242783 or 6359533. OLE color: 6359533.
HSL color Cylindrical-coordinate representation of color #ED0961: hue angle of 336.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0961 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 97 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.07 |
| HSL | 336.84º | 0.93% | 0.48% | - |
| HSV(B) | 336.84º | 0.96% | 0.93% | - |
| XYZ | 37.18 | 19.06 | 13.03 | - |
| YUV | 87.2 | 133.54 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 97 | 0 | 0.96 | 0.59 | 0.07 | 336.84 | 0.93 | 0.48 |
| Hex | ED | 9 | 61 | 0 | 60 | 3B | 7 | 151 | 5D | 30 |
| Octal | 355 | 11 | 141 | 0 | 140 | 73 | 7 | 521 | 135 | 60 |
| Binary | 11101101 | 1001 | 1100001 | 0 | 1100000 | 111011 | 111 | 101010001 | 1011101 | 110000 |
Color Harmonies of #ED0961
Complementary color
Monochromatic Colors of #ED0961
Black with #ED0961
Text Example
Text Example
White with #ED0961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0961; }
p { color: rgb(237,9,97); }
H1.HeaderClassName
{
color: #ED0961;
}
.AnyTagClassName
{
color: #ED0961;
}
</style>
background-color css
<style>
a { background-color: #ED0961; }
a { background-color: rgb(237,9,97); }
div.DivClassName
{
background-color: #ED0961;
}
.BgClassName
{
background-color: #ED0961;
}
</style>
border-color css
<style>
span { border-color: #ED0961; }
span { border-color: rgb(237,9,97); }
td.TdClassName
{
border-color: #ED0961;
}
.TagClassName
{
border-color: #ED0961;
}
</style>