Shades of Razzmatazz #ED0656
Tints of Razzmatazz #ED0656
RGB
CMYK
RGB Variations
Color information
#ED0656 (or 0xED0656) is known color: Razzmatazz. HEX triplet: ED, 06 and 56. RGB value is (237,6,86). Sum of RGB (Red+Green+Blue) = 237+6+86=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0656 is #12F9A9. Grayscale: #545454. Windows color (decimal): -1243562 or 5637869. OLE color: 5637869.
HSL color Cylindrical-coordinate representation of color #ED0656: hue angle of 339.22º 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 #ED0656 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.07 |
| HSL | 339.22º | 0.95% | 0.48% | - |
| HSV(B) | 339.22º | 0.97% | 0.93% | - |
| XYZ | 36.67 | 18.81 | 10.5 | - |
| YUV | 84.19 | 129.03 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 86 | 0 | 0.97 | 0.64 | 0.07 | 339.22 | 0.95 | 0.48 |
| Hex | ED | 6 | 56 | 0 | 61 | 40 | 7 | 153 | 5F | 30 |
| Octal | 355 | 6 | 126 | 0 | 141 | 100 | 7 | 523 | 137 | 60 |
| Binary | 11101101 | 110 | 1010110 | 0 | 1100001 | 1000000 | 111 | 101010011 | 1011111 | 110000 |
Color Harmonies of #ED0656
Complementary color
Monochromatic Colors of #ED0656
Black with #ED0656
Text Example
Text Example
White with #ED0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0656; }
p { color: rgb(237,6,86); }
H1.HeaderClassName
{
color: #ED0656;
}
.AnyTagClassName
{
color: #ED0656;
}
</style>
background-color css
<style>
a { background-color: #ED0656; }
a { background-color: rgb(237,6,86); }
div.DivClassName
{
background-color: #ED0656;
}
.BgClassName
{
background-color: #ED0656;
}
</style>
border-color css
<style>
span { border-color: #ED0656; }
span { border-color: rgb(237,6,86); }
td.TdClassName
{
border-color: #ED0656;
}
.TagClassName
{
border-color: #ED0656;
}
</style>