Shades of Razzmatazz #ED0D58
Tints of Razzmatazz #ED0D58
RGB
CMYK
RGB Variations
Color information
#ED0D58 (or 0xED0D58) is known color: Razzmatazz. HEX triplet: ED, 0D and 58. RGB value is (237,13,88). Sum of RGB (Red+Green+Blue) = 237+13+88=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0D58 is #12F2A7. Grayscale: #585858. Windows color (decimal): -1241768 or 5770733. OLE color: 5770733.
HSL color Cylindrical-coordinate representation of color #ED0D58: hue angle of 339.91º 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 #ED0D58 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 88 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.07 |
| HSL | 339.91º | 0.9% | 0.49% | - |
| HSV(B) | 339.91º | 0.95% | 0.93% | - |
| XYZ | 36.83 | 19 | 10.96 | - |
| YUV | 88.53 | 127.71 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 88 | 0 | 0.95 | 0.63 | 0.07 | 339.91 | 0.9 | 0.49 |
| Hex | ED | D | 58 | 0 | 5F | 3F | 7 | 154 | 5A | 31 |
| Octal | 355 | 15 | 130 | 0 | 137 | 77 | 7 | 524 | 132 | 61 |
| Binary | 11101101 | 1101 | 1011000 | 0 | 1011111 | 111111 | 111 | 101010100 | 1011010 | 110001 |
Color Harmonies of #ED0D58
Complementary color
Monochromatic Colors of #ED0D58
Black with #ED0D58
Text Example
Text Example
White with #ED0D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D58; }
p { color: rgb(237,13,88); }
H1.HeaderClassName
{
color: #ED0D58;
}
.AnyTagClassName
{
color: #ED0D58;
}
</style>
background-color css
<style>
a { background-color: #ED0D58; }
a { background-color: rgb(237,13,88); }
div.DivClassName
{
background-color: #ED0D58;
}
.BgClassName
{
background-color: #ED0D58;
}
</style>
border-color css
<style>
span { border-color: #ED0D58; }
span { border-color: rgb(237,13,88); }
td.TdClassName
{
border-color: #ED0D58;
}
.TagClassName
{
border-color: #ED0D58;
}
</style>