Shades of Razzmatazz #ED0671
Tints of Razzmatazz #ED0671
RGB
CMYK
RGB Variations
Color information
#ED0671 (or 0xED0671) is known color: Razzmatazz. HEX triplet: ED, 06 and 71. RGB value is (237,6,113). Sum of RGB (Red+Green+Blue) = 237+6+113=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0671 is #12F98E. Grayscale: #575757. Windows color (decimal): -1243535 or 7407341. OLE color: 7407341.
HSL color Cylindrical-coordinate representation of color #ED0671: hue angle of 332.21º degrees, saturation: 0.95, 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 #ED0671 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.07 |
| HSL | 332.21º | 0.95% | 0.48% | - |
| HSV(B) | 332.21º | 0.97% | 0.93% | - |
| XYZ | 37.97 | 19.33 | 17.35 | - |
| YUV | 87.27 | 142.53 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 113 | 0 | 0.97 | 0.52 | 0.07 | 332.21 | 0.95 | 0.48 |
| Hex | ED | 6 | 71 | 0 | 61 | 34 | 7 | 14C | 5F | 30 |
| Octal | 355 | 6 | 161 | 0 | 141 | 64 | 7 | 514 | 137 | 60 |
| Binary | 11101101 | 110 | 1110001 | 0 | 1100001 | 110100 | 111 | 101001100 | 1011111 | 110000 |
Color Harmonies of #ED0671
Complementary color
Monochromatic Colors of #ED0671
Black with #ED0671
Text Example
Text Example
White with #ED0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0671; }
p { color: rgb(237,6,113); }
H1.HeaderClassName
{
color: #ED0671;
}
.AnyTagClassName
{
color: #ED0671;
}
</style>
background-color css
<style>
a { background-color: #ED0671; }
a { background-color: rgb(237,6,113); }
div.DivClassName
{
background-color: #ED0671;
}
.BgClassName
{
background-color: #ED0671;
}
</style>
border-color css
<style>
span { border-color: #ED0671; }
span { border-color: rgb(237,6,113); }
td.TdClassName
{
border-color: #ED0671;
}
.TagClassName
{
border-color: #ED0671;
}
</style>