Shades of Razzmatazz #ED0047
Tints of Razzmatazz #ED0047
RGB
CMYK
RGB Variations
Color information
#ED0047 (or 0xED0047) is known color: Razzmatazz. HEX triplet: ED, 00 and 47. RGB value is (237,0,71). Sum of RGB (Red+Green+Blue) = 237+0+71=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0047 is #12FFB8. Grayscale: #4E4E4E. Windows color (decimal): -1245113 or 4653293. OLE color: 4653293.
HSL color Cylindrical-coordinate representation of color #ED0047: hue angle of 342.03º 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 #ED0047 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.70 | 0.07 |
| HSL | 342.03º | 1% | 0.46% | - |
| HSV(B) | 342.03º | 1% | 0.93% | - |
| XYZ | 36.06 | 18.46 | 7.62 | - |
| YUV | 78.96 | 123.52 | 240.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 71 | 0 | 1 | 0.70 | 0.07 | 342.03 | 1 | 0.46 |
| Hex | ED | 0 | 47 | 0 | 64 | 46 | 7 | 156 | 64 | 2E |
| Octal | 355 | 0 | 107 | 0 | 144 | 106 | 7 | 526 | 144 | 56 |
| Binary | 11101101 | 0 | 1000111 | 0 | 1100100 | 1000110 | 111 | 101010110 | 1100100 | 101110 |
Color Harmonies of #ED0047
Complementary color
Monochromatic Colors of #ED0047
Black with #ED0047
Text Example
Text Example
White with #ED0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0047; }
p { color: rgb(237,0,71); }
H1.HeaderClassName
{
color: #ED0047;
}
.AnyTagClassName
{
color: #ED0047;
}
</style>
background-color css
<style>
a { background-color: #ED0047; }
a { background-color: rgb(237,0,71); }
div.DivClassName
{
background-color: #ED0047;
}
.BgClassName
{
background-color: #ED0047;
}
</style>
border-color css
<style>
span { border-color: #ED0047; }
span { border-color: rgb(237,0,71); }
td.TdClassName
{
border-color: #ED0047;
}
.TagClassName
{
border-color: #ED0047;
}
</style>