Shades of Razzmatazz #ED076D
Tints of Razzmatazz #ED076D
RGB
CMYK
RGB Variations
Color information
#ED076D (or 0xED076D) is known color: Razzmatazz. HEX triplet: ED, 07 and 6D. RGB value is (237,7,109). Sum of RGB (Red+Green+Blue) = 237+7+109=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED076D is #12F892. Grayscale: #575757. Windows color (decimal): -1243283 or 7145453. OLE color: 7145453.
HSL color Cylindrical-coordinate representation of color #ED076D: hue angle of 333.39º 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 #ED076D is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.07 |
| HSL | 333.39º | 0.94% | 0.48% | - |
| HSV(B) | 333.39º | 0.97% | 0.93% | - |
| XYZ | 37.76 | 19.26 | 16.2 | - |
| YUV | 87.4 | 140.2 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 109 | 0 | 0.97 | 0.54 | 0.07 | 333.39 | 0.94 | 0.48 |
| Hex | ED | 7 | 6D | 0 | 61 | 36 | 7 | 14D | 5E | 30 |
| Octal | 355 | 7 | 155 | 0 | 141 | 66 | 7 | 515 | 136 | 60 |
| Binary | 11101101 | 111 | 1101101 | 0 | 1100001 | 110110 | 111 | 101001101 | 1011110 | 110000 |
Color Harmonies of #ED076D
Complementary color
Monochromatic Colors of #ED076D
Black with #ED076D
Text Example
Text Example
White with #ED076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED076D; }
p { color: rgb(237,7,109); }
H1.HeaderClassName
{
color: #ED076D;
}
.AnyTagClassName
{
color: #ED076D;
}
</style>
background-color css
<style>
a { background-color: #ED076D; }
a { background-color: rgb(237,7,109); }
div.DivClassName
{
background-color: #ED076D;
}
.BgClassName
{
background-color: #ED076D;
}
</style>
border-color css
<style>
span { border-color: #ED076D; }
span { border-color: rgb(237,7,109); }
td.TdClassName
{
border-color: #ED076D;
}
.TagClassName
{
border-color: #ED076D;
}
</style>