Shades of Razzmatazz #ED0576
Tints of Razzmatazz #ED0576
RGB
CMYK
RGB Variations
Color information
#ED0576 (or 0xED0576) is known color: Razzmatazz. HEX triplet: ED, 05 and 76. RGB value is (237,5,118). Sum of RGB (Red+Green+Blue) = 237+5+118=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0576 is #12FA89. Grayscale: #575757. Windows color (decimal): -1243786 or 7734765. OLE color: 7734765.
HSL color Cylindrical-coordinate representation of color #ED0576: hue angle of 330.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0576 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.07 |
| HSL | 330.78º | 0.96% | 0.47% | - |
| HSV(B) | 330.78º | 0.98% | 0.93% | - |
| XYZ | 38.25 | 19.42 | 18.87 | - |
| YUV | 87.25 | 145.36 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 118 | 0 | 0.98 | 0.50 | 0.07 | 330.78 | 0.96 | 0.47 |
| Hex | ED | 5 | 76 | 0 | 62 | 32 | 7 | 14B | 60 | 2F |
| Octal | 355 | 5 | 166 | 0 | 142 | 62 | 7 | 513 | 140 | 57 |
| Binary | 11101101 | 101 | 1110110 | 0 | 1100010 | 110010 | 111 | 101001011 | 1100000 | 101111 |
Color Harmonies of #ED0576
Complementary color
Monochromatic Colors of #ED0576
Black with #ED0576
Text Example
Text Example
White with #ED0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0576; }
p { color: rgb(237,5,118); }
H1.HeaderClassName
{
color: #ED0576;
}
.AnyTagClassName
{
color: #ED0576;
}
</style>
background-color css
<style>
a { background-color: #ED0576; }
a { background-color: rgb(237,5,118); }
div.DivClassName
{
background-color: #ED0576;
}
.BgClassName
{
background-color: #ED0576;
}
</style>
border-color css
<style>
span { border-color: #ED0576; }
span { border-color: rgb(237,5,118); }
td.TdClassName
{
border-color: #ED0576;
}
.TagClassName
{
border-color: #ED0576;
}
</style>