Shades of Razzmatazz #ED0076
Tints of Razzmatazz #ED0076
RGB
CMYK
RGB Variations
Color information
#ED0076 (or 0xED0076) is known color: Razzmatazz. HEX triplet: ED, 00 and 76. RGB value is (237,0,118). Sum of RGB (Red+Green+Blue) = 237+0+118=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0076 is #12FF89. Grayscale: #545454. Windows color (decimal): -1245066 or 7733485. OLE color: 7733485.
HSL color Cylindrical-coordinate representation of color #ED0076: hue angle of 330.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0076 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.50 | 0.07 |
| HSL | 330.13º | 1% | 0.46% | - |
| HSV(B) | 330.13º | 1% | 0.93% | - |
| XYZ | 38.2 | 19.31 | 18.85 | - |
| YUV | 84.32 | 147.02 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 118 | 0 | 1 | 0.50 | 0.07 | 330.13 | 1 | 0.46 |
| Hex | ED | 0 | 76 | 0 | 64 | 32 | 7 | 14A | 64 | 2E |
| Octal | 355 | 0 | 166 | 0 | 144 | 62 | 7 | 512 | 144 | 56 |
| Binary | 11101101 | 0 | 1110110 | 0 | 1100100 | 110010 | 111 | 101001010 | 1100100 | 101110 |
Color Harmonies of #ED0076
Complementary color
Monochromatic Colors of #ED0076
Black with #ED0076
Text Example
Text Example
White with #ED0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0076; }
p { color: rgb(237,0,118); }
H1.HeaderClassName
{
color: #ED0076;
}
.AnyTagClassName
{
color: #ED0076;
}
</style>
background-color css
<style>
a { background-color: #ED0076; }
a { background-color: rgb(237,0,118); }
div.DivClassName
{
background-color: #ED0076;
}
.BgClassName
{
background-color: #ED0076;
}
</style>
border-color css
<style>
span { border-color: #ED0076; }
span { border-color: rgb(237,0,118); }
td.TdClassName
{
border-color: #ED0076;
}
.TagClassName
{
border-color: #ED0076;
}
</style>