Shades of Razzmatazz #ED0572
Tints of Razzmatazz #ED0572
RGB
CMYK
RGB Variations
Color information
#ED0572 (or 0xED0572) is known color: Razzmatazz. HEX triplet: ED, 05 and 72. RGB value is (237,5,114). Sum of RGB (Red+Green+Blue) = 237+5+114=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0572 is #12FA8D. Grayscale: #565656. Windows color (decimal): -1243790 or 7472621. OLE color: 7472621.
HSL color Cylindrical-coordinate representation of color #ED0572: hue angle of 331.81º 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 #ED0572 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.07 |
| HSL | 331.81º | 0.96% | 0.47% | - |
| HSV(B) | 331.81º | 0.98% | 0.93% | - |
| XYZ | 38.02 | 19.33 | 17.65 | - |
| YUV | 86.79 | 143.36 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 114 | 0 | 0.98 | 0.52 | 0.07 | 331.81 | 0.96 | 0.47 |
| Hex | ED | 5 | 72 | 0 | 62 | 34 | 7 | 14C | 60 | 2F |
| Octal | 355 | 5 | 162 | 0 | 142 | 64 | 7 | 514 | 140 | 57 |
| Binary | 11101101 | 101 | 1110010 | 0 | 1100010 | 110100 | 111 | 101001100 | 1100000 | 101111 |
Color Harmonies of #ED0572
Complementary color
Monochromatic Colors of #ED0572
Black with #ED0572
Text Example
Text Example
White with #ED0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0572; }
p { color: rgb(237,5,114); }
H1.HeaderClassName
{
color: #ED0572;
}
.AnyTagClassName
{
color: #ED0572;
}
</style>
background-color css
<style>
a { background-color: #ED0572; }
a { background-color: rgb(237,5,114); }
div.DivClassName
{
background-color: #ED0572;
}
.BgClassName
{
background-color: #ED0572;
}
</style>
border-color css
<style>
span { border-color: #ED0572; }
span { border-color: rgb(237,5,114); }
td.TdClassName
{
border-color: #ED0572;
}
.TagClassName
{
border-color: #ED0572;
}
</style>