Shades of Razzmatazz #ED0562
Tints of Razzmatazz #ED0562
RGB
CMYK
RGB Variations
Color information
#ED0562 (or 0xED0562) is known color: Razzmatazz. HEX triplet: ED, 05 and 62. RGB value is (237,5,98). Sum of RGB (Red+Green+Blue) = 237+5+98=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0562 is #12FA9D. Grayscale: #545454. Windows color (decimal): -1243806 or 6424045. OLE color: 6424045.
HSL color Cylindrical-coordinate representation of color #ED0562: hue angle of 335.95º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0562 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 98 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.07 |
| HSL | 335.95º | 0.96% | 0.47% | - |
| HSV(B) | 335.95º | 0.98% | 0.93% | - |
| XYZ | 37.18 | 18.99 | 13.26 | - |
| YUV | 84.97 | 135.36 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 98 | 0 | 0.98 | 0.59 | 0.07 | 335.95 | 0.96 | 0.47 |
| Hex | ED | 5 | 62 | 0 | 62 | 3B | 7 | 150 | 60 | 2F |
| Octal | 355 | 5 | 142 | 0 | 142 | 73 | 7 | 520 | 140 | 57 |
| Binary | 11101101 | 101 | 1100010 | 0 | 1100010 | 111011 | 111 | 101010000 | 1100000 | 101111 |
Color Harmonies of #ED0562
Complementary color
Monochromatic Colors of #ED0562
Black with #ED0562
Text Example
Text Example
White with #ED0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0562; }
p { color: rgb(237,5,98); }
H1.HeaderClassName
{
color: #ED0562;
}
.AnyTagClassName
{
color: #ED0562;
}
</style>
background-color css
<style>
a { background-color: #ED0562; }
a { background-color: rgb(237,5,98); }
div.DivClassName
{
background-color: #ED0562;
}
.BgClassName
{
background-color: #ED0562;
}
</style>
border-color css
<style>
span { border-color: #ED0562; }
span { border-color: rgb(237,5,98); }
td.TdClassName
{
border-color: #ED0562;
}
.TagClassName
{
border-color: #ED0562;
}
</style>