Shades of Razzmatazz #ED0C59
Tints of Razzmatazz #ED0C59
RGB
CMYK
RGB Variations
Color information
#ED0C59 (or 0xED0C59) is known color: Razzmatazz. HEX triplet: ED, 0C and 59. RGB value is (237,12,89). Sum of RGB (Red+Green+Blue) = 237+12+89=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0C59 is #12F3A6. Grayscale: #575757. Windows color (decimal): -1242023 or 5836013. OLE color: 5836013.
HSL color Cylindrical-coordinate representation of color #ED0C59: hue angle of 339.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0C59 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 89 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.07 |
| HSL | 339.47º | 0.9% | 0.49% | - |
| HSV(B) | 339.47º | 0.95% | 0.93% | - |
| XYZ | 36.86 | 18.99 | 11.17 | - |
| YUV | 88.05 | 128.54 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 89 | 0 | 0.95 | 0.62 | 0.07 | 339.47 | 0.9 | 0.49 |
| Hex | ED | C | 59 | 0 | 5F | 3E | 7 | 153 | 5A | 31 |
| Octal | 355 | 14 | 131 | 0 | 137 | 76 | 7 | 523 | 132 | 61 |
| Binary | 11101101 | 1100 | 1011001 | 0 | 1011111 | 111110 | 111 | 101010011 | 1011010 | 110001 |
Color Harmonies of #ED0C59
Complementary color
Monochromatic Colors of #ED0C59
Black with #ED0C59
Text Example
Text Example
White with #ED0C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0C59; }
p { color: rgb(237,12,89); }
H1.HeaderClassName
{
color: #ED0C59;
}
.AnyTagClassName
{
color: #ED0C59;
}
</style>
background-color css
<style>
a { background-color: #ED0C59; }
a { background-color: rgb(237,12,89); }
div.DivClassName
{
background-color: #ED0C59;
}
.BgClassName
{
background-color: #ED0C59;
}
</style>
border-color css
<style>
span { border-color: #ED0C59; }
span { border-color: rgb(237,12,89); }
td.TdClassName
{
border-color: #ED0C59;
}
.TagClassName
{
border-color: #ED0C59;
}
</style>