Shades of Razzmatazz #ED0472
Tints of Razzmatazz #ED0472
RGB
CMYK
RGB Variations
Color information
#ED0472 (or 0xED0472) is known color: Razzmatazz. HEX triplet: ED, 04 and 72. RGB value is (237,4,114). Sum of RGB (Red+Green+Blue) = 237+4+114=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0472 is #12FB8D. Grayscale: #565656. Windows color (decimal): -1244046 or 7472365. OLE color: 7472365.
HSL color Cylindrical-coordinate representation of color #ED0472: hue angle of 331.67º degrees, saturation: 0.97, 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 #ED0472 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.07 |
| HSL | 331.67º | 0.97% | 0.47% | - |
| HSV(B) | 331.67º | 0.98% | 0.93% | - |
| XYZ | 38.01 | 19.31 | 17.64 | - |
| YUV | 86.21 | 143.69 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 114 | 0 | 0.98 | 0.52 | 0.07 | 331.67 | 0.97 | 0.47 |
| Hex | ED | 4 | 72 | 0 | 62 | 34 | 7 | 14C | 61 | 2F |
| Octal | 355 | 4 | 162 | 0 | 142 | 64 | 7 | 514 | 141 | 57 |
| Binary | 11101101 | 100 | 1110010 | 0 | 1100010 | 110100 | 111 | 101001100 | 1100001 | 101111 |
Color Harmonies of #ED0472
Complementary color
Monochromatic Colors of #ED0472
Black with #ED0472
Text Example
Text Example
White with #ED0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0472; }
p { color: rgb(237,4,114); }
H1.HeaderClassName
{
color: #ED0472;
}
.AnyTagClassName
{
color: #ED0472;
}
</style>
background-color css
<style>
a { background-color: #ED0472; }
a { background-color: rgb(237,4,114); }
div.DivClassName
{
background-color: #ED0472;
}
.BgClassName
{
background-color: #ED0472;
}
</style>
border-color css
<style>
span { border-color: #ED0472; }
span { border-color: rgb(237,4,114); }
td.TdClassName
{
border-color: #ED0472;
}
.TagClassName
{
border-color: #ED0472;
}
</style>