Shades of Razzmatazz #ED056D
Tints of Razzmatazz #ED056D
RGB
CMYK
RGB Variations
Color information
#ED056D (or 0xED056D) is known color: Razzmatazz. HEX triplet: ED, 05 and 6D. RGB value is (237,5,109). Sum of RGB (Red+Green+Blue) = 237+5+109=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED056D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED056D is #12FA92. Grayscale: #565656. Windows color (decimal): -1243795 or 7144941. OLE color: 7144941.
HSL color Cylindrical-coordinate representation of color #ED056D: hue angle of 333.1º 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 #ED056D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.07 |
| HSL | 333.1º | 0.96% | 0.47% | - |
| HSV(B) | 333.1º | 0.98% | 0.93% | - |
| XYZ | 37.74 | 19.22 | 16.19 | - |
| YUV | 86.22 | 140.86 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 109 | 0 | 0.98 | 0.54 | 0.07 | 333.1 | 0.96 | 0.47 |
| Hex | ED | 5 | 6D | 0 | 62 | 36 | 7 | 14D | 60 | 2F |
| Octal | 355 | 5 | 155 | 0 | 142 | 66 | 7 | 515 | 140 | 57 |
| Binary | 11101101 | 101 | 1101101 | 0 | 1100010 | 110110 | 111 | 101001101 | 1100000 | 101111 |
Color Harmonies of #ED056D
Complementary color
Monochromatic Colors of #ED056D
Black with #ED056D
Text Example
Text Example
White with #ED056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED056D; }
p { color: rgb(237,5,109); }
H1.HeaderClassName
{
color: #ED056D;
}
.AnyTagClassName
{
color: #ED056D;
}
</style>
background-color css
<style>
a { background-color: #ED056D; }
a { background-color: rgb(237,5,109); }
div.DivClassName
{
background-color: #ED056D;
}
.BgClassName
{
background-color: #ED056D;
}
</style>
border-color css
<style>
span { border-color: #ED056D; }
span { border-color: rgb(237,5,109); }
td.TdClassName
{
border-color: #ED056D;
}
.TagClassName
{
border-color: #ED056D;
}
</style>