Shades of Razzmatazz #ED0077
Tints of Razzmatazz #ED0077
RGB
CMYK
RGB Variations
Color information
#ED0077 (or 0xED0077) is known color: Razzmatazz. HEX triplet: ED, 00 and 77. RGB value is (237,0,119). Sum of RGB (Red+Green+Blue) = 237+0+119=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0077 is #12FF88. Grayscale: #545454. Windows color (decimal): -1245065 or 7799021. OLE color: 7799021.
HSL color Cylindrical-coordinate representation of color #ED0077: hue angle of 329.87º 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 #ED0077 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.50 | 0.07 |
| HSL | 329.87º | 1% | 0.46% | - |
| HSV(B) | 329.87º | 1% | 0.93% | - |
| XYZ | 38.25 | 19.34 | 19.17 | - |
| YUV | 84.43 | 147.52 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 119 | 0 | 1 | 0.50 | 0.07 | 329.87 | 1 | 0.46 |
| Hex | ED | 0 | 77 | 0 | 64 | 32 | 7 | 14A | 64 | 2E |
| Octal | 355 | 0 | 167 | 0 | 144 | 62 | 7 | 512 | 144 | 56 |
| Binary | 11101101 | 0 | 1110111 | 0 | 1100100 | 110010 | 111 | 101001010 | 1100100 | 101110 |
Color Harmonies of #ED0077
Complementary color
Monochromatic Colors of #ED0077
Black with #ED0077
Text Example
Text Example
White with #ED0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0077; }
p { color: rgb(237,0,119); }
H1.HeaderClassName
{
color: #ED0077;
}
.AnyTagClassName
{
color: #ED0077;
}
</style>
background-color css
<style>
a { background-color: #ED0077; }
a { background-color: rgb(237,0,119); }
div.DivClassName
{
background-color: #ED0077;
}
.BgClassName
{
background-color: #ED0077;
}
</style>
border-color css
<style>
span { border-color: #ED0077; }
span { border-color: rgb(237,0,119); }
td.TdClassName
{
border-color: #ED0077;
}
.TagClassName
{
border-color: #ED0077;
}
</style>