Shades of Razzmatazz #ED0960
Tints of Razzmatazz #ED0960
RGB
CMYK
RGB Variations
Color information
#ED0960 (or 0xED0960) is known color: Razzmatazz. HEX triplet: ED, 09 and 60. RGB value is (237,9,96). Sum of RGB (Red+Green+Blue) = 237+9+96=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0960 is #12F69F. Grayscale: #565656. Windows color (decimal): -1242784 or 6293997. OLE color: 6293997.
HSL color Cylindrical-coordinate representation of color #ED0960: hue angle of 337.11º 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 #ED0960 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 96 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.07 |
| HSL | 337.11º | 0.93% | 0.48% | - |
| HSV(B) | 337.11º | 0.96% | 0.93% | - |
| XYZ | 37.13 | 19.04 | 12.79 | - |
| YUV | 87.09 | 133.04 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 96 | 0 | 0.96 | 0.59 | 0.07 | 337.11 | 0.93 | 0.48 |
| Hex | ED | 9 | 60 | 0 | 60 | 3B | 7 | 151 | 5D | 30 |
| Octal | 355 | 11 | 140 | 0 | 140 | 73 | 7 | 521 | 135 | 60 |
| Binary | 11101101 | 1001 | 1100000 | 0 | 1100000 | 111011 | 111 | 101010001 | 1011101 | 110000 |
Color Harmonies of #ED0960
Complementary color
Monochromatic Colors of #ED0960
Black with #ED0960
Text Example
Text Example
White with #ED0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0960; }
p { color: rgb(237,9,96); }
H1.HeaderClassName
{
color: #ED0960;
}
.AnyTagClassName
{
color: #ED0960;
}
</style>
background-color css
<style>
a { background-color: #ED0960; }
a { background-color: rgb(237,9,96); }
div.DivClassName
{
background-color: #ED0960;
}
.BgClassName
{
background-color: #ED0960;
}
</style>
border-color css
<style>
span { border-color: #ED0960; }
span { border-color: rgb(237,9,96); }
td.TdClassName
{
border-color: #ED0960;
}
.TagClassName
{
border-color: #ED0960;
}
</style>