Shades of Razzmatazz #ED0D57
Tints of Razzmatazz #ED0D57
RGB
CMYK
RGB Variations
Color information
#ED0D57 (or 0xED0D57) is known color: Razzmatazz. HEX triplet: ED, 0D and 57. RGB value is (237,13,87). Sum of RGB (Red+Green+Blue) = 237+13+87=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0D57 is #12F2A8. Grayscale: #585858. Windows color (decimal): -1241769 or 5705197. OLE color: 5705197.
HSL color Cylindrical-coordinate representation of color #ED0D57: hue angle of 340.18º 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 #ED0D57 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 87 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.07 |
| HSL | 340.18º | 0.9% | 0.49% | - |
| HSV(B) | 340.18º | 0.95% | 0.93% | - |
| XYZ | 36.79 | 18.98 | 10.74 | - |
| YUV | 88.41 | 127.21 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 87 | 0 | 0.95 | 0.63 | 0.07 | 340.18 | 0.9 | 0.49 |
| Hex | ED | D | 57 | 0 | 5F | 3F | 7 | 154 | 5A | 31 |
| Octal | 355 | 15 | 127 | 0 | 137 | 77 | 7 | 524 | 132 | 61 |
| Binary | 11101101 | 1101 | 1010111 | 0 | 1011111 | 111111 | 111 | 101010100 | 1011010 | 110001 |
Color Harmonies of #ED0D57
Complementary color
Monochromatic Colors of #ED0D57
Black with #ED0D57
Text Example
Text Example
White with #ED0D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D57; }
p { color: rgb(237,13,87); }
H1.HeaderClassName
{
color: #ED0D57;
}
.AnyTagClassName
{
color: #ED0D57;
}
</style>
background-color css
<style>
a { background-color: #ED0D57; }
a { background-color: rgb(237,13,87); }
div.DivClassName
{
background-color: #ED0D57;
}
.BgClassName
{
background-color: #ED0D57;
}
</style>
border-color css
<style>
span { border-color: #ED0D57; }
span { border-color: rgb(237,13,87); }
td.TdClassName
{
border-color: #ED0D57;
}
.TagClassName
{
border-color: #ED0D57;
}
</style>