Shades of Razzmatazz #ED076C
Tints of Razzmatazz #ED076C
RGB
CMYK
RGB Variations
Color information
#ED076C (or 0xED076C) is known color: Razzmatazz. HEX triplet: ED, 07 and 6C. RGB value is (237,7,108). Sum of RGB (Red+Green+Blue) = 237+7+108=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED076C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED076C is #12F893. Grayscale: #575757. Windows color (decimal): -1243284 or 7079917. OLE color: 7079917.
HSL color Cylindrical-coordinate representation of color #ED076C: hue angle of 333.65º degrees, saturation: 0.94, 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 #ED076C is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.07 |
| HSL | 333.65º | 0.94% | 0.48% | - |
| HSV(B) | 333.65º | 0.97% | 0.93% | - |
| XYZ | 37.71 | 19.24 | 15.91 | - |
| YUV | 87.28 | 139.7 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 108 | 0 | 0.97 | 0.54 | 0.07 | 333.65 | 0.94 | 0.48 |
| Hex | ED | 7 | 6C | 0 | 61 | 36 | 7 | 14E | 5E | 30 |
| Octal | 355 | 7 | 154 | 0 | 141 | 66 | 7 | 516 | 136 | 60 |
| Binary | 11101101 | 111 | 1101100 | 0 | 1100001 | 110110 | 111 | 101001110 | 1011110 | 110000 |
Color Harmonies of #ED076C
Complementary color
Monochromatic Colors of #ED076C
Black with #ED076C
Text Example
Text Example
White with #ED076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED076C; }
p { color: rgb(237,7,108); }
H1.HeaderClassName
{
color: #ED076C;
}
.AnyTagClassName
{
color: #ED076C;
}
</style>
background-color css
<style>
a { background-color: #ED076C; }
a { background-color: rgb(237,7,108); }
div.DivClassName
{
background-color: #ED076C;
}
.BgClassName
{
background-color: #ED076C;
}
</style>
border-color css
<style>
span { border-color: #ED076C; }
span { border-color: rgb(237,7,108); }
td.TdClassName
{
border-color: #ED076C;
}
.TagClassName
{
border-color: #ED076C;
}
</style>