Shades of Razzmatazz #ED0159
Tints of Razzmatazz #ED0159
RGB
CMYK
RGB Variations
Color information
#ED0159 (or 0xED0159) is known color: Razzmatazz. HEX triplet: ED, 01 and 59. RGB value is (237,1,89). Sum of RGB (Red+Green+Blue) = 237+1+89=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0159 is #12FEA6. Grayscale: #515151. Windows color (decimal): -1244839 or 5833197. OLE color: 5833197.
HSL color Cylindrical-coordinate representation of color #ED0159: hue angle of 337.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0159 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.07 |
| HSL | 337.63º | 0.99% | 0.47% | - |
| HSV(B) | 337.63º | 1% | 0.93% | - |
| XYZ | 36.74 | 18.75 | 11.13 | - |
| YUV | 81.6 | 132.19 | 238.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 89 | 0 | 1.00 | 0.62 | 0.07 | 337.63 | 0.99 | 0.47 |
| Hex | ED | 1 | 59 | 0 | 64 | 3E | 7 | 152 | 63 | 2F |
| Octal | 355 | 1 | 131 | 0 | 144 | 76 | 7 | 522 | 143 | 57 |
| Binary | 11101101 | 1 | 1011001 | 0 | 1100100 | 111110 | 111 | 101010010 | 1100011 | 101111 |
Color Harmonies of #ED0159
Complementary color
Monochromatic Colors of #ED0159
Black with #ED0159
Text Example
Text Example
White with #ED0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0159; }
p { color: rgb(237,1,89); }
H1.HeaderClassName
{
color: #ED0159;
}
.AnyTagClassName
{
color: #ED0159;
}
</style>
background-color css
<style>
a { background-color: #ED0159; }
a { background-color: rgb(237,1,89); }
div.DivClassName
{
background-color: #ED0159;
}
.BgClassName
{
background-color: #ED0159;
}
</style>
border-color css
<style>
span { border-color: #ED0159; }
span { border-color: rgb(237,1,89); }
td.TdClassName
{
border-color: #ED0159;
}
.TagClassName
{
border-color: #ED0159;
}
</style>