Shades of Razzmatazz #ED0259
Tints of Razzmatazz #ED0259
RGB
CMYK
RGB Variations
Color information
#ED0259 (or 0xED0259) is known color: Razzmatazz. HEX triplet: ED, 02 and 59. RGB value is (237,2,89). Sum of RGB (Red+Green+Blue) = 237+2+89=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0259 is #12FDA6. Grayscale: #525252. Windows color (decimal): -1244583 or 5833453. OLE color: 5833453.
HSL color Cylindrical-coordinate representation of color #ED0259: hue angle of 337.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0259 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.07 |
| HSL | 337.79º | 0.98% | 0.47% | - |
| HSV(B) | 337.79º | 0.99% | 0.93% | - |
| XYZ | 36.75 | 18.77 | 11.14 | - |
| YUV | 82.18 | 131.86 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 89 | 0 | 0.99 | 0.62 | 0.07 | 337.79 | 0.98 | 0.47 |
| Hex | ED | 2 | 59 | 0 | 63 | 3E | 7 | 152 | 62 | 2F |
| Octal | 355 | 2 | 131 | 0 | 143 | 76 | 7 | 522 | 142 | 57 |
| Binary | 11101101 | 10 | 1011001 | 0 | 1100011 | 111110 | 111 | 101010010 | 1100010 | 101111 |
Color Harmonies of #ED0259
Complementary color
Monochromatic Colors of #ED0259
Black with #ED0259
Text Example
Text Example
White with #ED0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0259; }
p { color: rgb(237,2,89); }
H1.HeaderClassName
{
color: #ED0259;
}
.AnyTagClassName
{
color: #ED0259;
}
</style>
background-color css
<style>
a { background-color: #ED0259; }
a { background-color: rgb(237,2,89); }
div.DivClassName
{
background-color: #ED0259;
}
.BgClassName
{
background-color: #ED0259;
}
</style>
border-color css
<style>
span { border-color: #ED0259; }
span { border-color: rgb(237,2,89); }
td.TdClassName
{
border-color: #ED0259;
}
.TagClassName
{
border-color: #ED0259;
}
</style>