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