Shades of Razzmatazz #ED0970
Tints of Razzmatazz #ED0970
RGB
CMYK
RGB Variations
Color information
#ED0970 (or 0xED0970) is known color: Razzmatazz. HEX triplet: ED, 09 and 70. RGB value is (237,9,112). Sum of RGB (Red+Green+Blue) = 237+9+112=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0970 is #12F68F. Grayscale: #585858. Windows color (decimal): -1242768 or 7342573. OLE color: 7342573.
HSL color Cylindrical-coordinate representation of color #ED0970: hue angle of 332.89º 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 #ED0970 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.07 |
| HSL | 332.89º | 0.93% | 0.48% | - |
| HSV(B) | 332.89º | 0.96% | 0.93% | - |
| XYZ | 37.95 | 19.37 | 17.07 | - |
| YUV | 88.91 | 141.04 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 112 | 0 | 0.96 | 0.53 | 0.07 | 332.89 | 0.93 | 0.48 |
| Hex | ED | 9 | 70 | 0 | 60 | 35 | 7 | 14D | 5D | 30 |
| Octal | 355 | 11 | 160 | 0 | 140 | 65 | 7 | 515 | 135 | 60 |
| Binary | 11101101 | 1001 | 1110000 | 0 | 1100000 | 110101 | 111 | 101001101 | 1011101 | 110000 |
Color Harmonies of #ED0970
Complementary color
Monochromatic Colors of #ED0970
Black with #ED0970
Text Example
Text Example
White with #ED0970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0970; }
p { color: rgb(237,9,112); }
H1.HeaderClassName
{
color: #ED0970;
}
.AnyTagClassName
{
color: #ED0970;
}
</style>
background-color css
<style>
a { background-color: #ED0970; }
a { background-color: rgb(237,9,112); }
div.DivClassName
{
background-color: #ED0970;
}
.BgClassName
{
background-color: #ED0970;
}
</style>
border-color css
<style>
span { border-color: #ED0970; }
span { border-color: rgb(237,9,112); }
td.TdClassName
{
border-color: #ED0970;
}
.TagClassName
{
border-color: #ED0970;
}
</style>