Shades of Razzmatazz #ED0659
Tints of Razzmatazz #ED0659
RGB
CMYK
RGB Variations
Color information
#ED0659 (or 0xED0659) is known color: Razzmatazz. HEX triplet: ED, 06 and 59. RGB value is (237,6,89). Sum of RGB (Red+Green+Blue) = 237+6+89=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0659 is #12F9A6. Grayscale: #545454. Windows color (decimal): -1243559 or 5834477. OLE color: 5834477.
HSL color Cylindrical-coordinate representation of color #ED0659: hue angle of 338.44º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0659 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.07 |
| HSL | 338.44º | 0.95% | 0.48% | - |
| HSV(B) | 338.44º | 0.97% | 0.93% | - |
| XYZ | 36.79 | 18.86 | 11.15 | - |
| YUV | 84.53 | 130.53 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 89 | 0 | 0.97 | 0.62 | 0.07 | 338.44 | 0.95 | 0.48 |
| Hex | ED | 6 | 59 | 0 | 61 | 3E | 7 | 152 | 5F | 30 |
| Octal | 355 | 6 | 131 | 0 | 141 | 76 | 7 | 522 | 137 | 60 |
| Binary | 11101101 | 110 | 1011001 | 0 | 1100001 | 111110 | 111 | 101010010 | 1011111 | 110000 |
Color Harmonies of #ED0659
Complementary color
Monochromatic Colors of #ED0659
Black with #ED0659
Text Example
Text Example
White with #ED0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0659; }
p { color: rgb(237,6,89); }
H1.HeaderClassName
{
color: #ED0659;
}
.AnyTagClassName
{
color: #ED0659;
}
</style>
background-color css
<style>
a { background-color: #ED0659; }
a { background-color: rgb(237,6,89); }
div.DivClassName
{
background-color: #ED0659;
}
.BgClassName
{
background-color: #ED0659;
}
</style>
border-color css
<style>
span { border-color: #ED0659; }
span { border-color: rgb(237,6,89); }
td.TdClassName
{
border-color: #ED0659;
}
.TagClassName
{
border-color: #ED0659;
}
</style>