Shades of Razzmatazz #ED056B
Tints of Razzmatazz #ED056B
RGB
CMYK
RGB Variations
Color information
#ED056B (or 0xED056B) is known color: Razzmatazz. HEX triplet: ED, 05 and 6B. RGB value is (237,5,107). Sum of RGB (Red+Green+Blue) = 237+5+107=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED056B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED056B is #12FA94. Grayscale: #555555. Windows color (decimal): -1243797 or 7013869. OLE color: 7013869.
HSL color Cylindrical-coordinate representation of color #ED056B: hue angle of 333.62º 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 #ED056B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.07 |
| HSL | 333.62º | 0.96% | 0.47% | - |
| HSV(B) | 333.62º | 0.98% | 0.93% | - |
| XYZ | 37.63 | 19.17 | 15.63 | - |
| YUV | 86 | 139.86 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 107 | 0 | 0.98 | 0.55 | 0.07 | 333.62 | 0.96 | 0.47 |
| Hex | ED | 5 | 6B | 0 | 62 | 37 | 7 | 14E | 60 | 2F |
| Octal | 355 | 5 | 153 | 0 | 142 | 67 | 7 | 516 | 140 | 57 |
| Binary | 11101101 | 101 | 1101011 | 0 | 1100010 | 110111 | 111 | 101001110 | 1100000 | 101111 |
Color Harmonies of #ED056B
Complementary color
Monochromatic Colors of #ED056B
Black with #ED056B
Text Example
Text Example
White with #ED056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED056B; }
p { color: rgb(237,5,107); }
H1.HeaderClassName
{
color: #ED056B;
}
.AnyTagClassName
{
color: #ED056B;
}
</style>
background-color css
<style>
a { background-color: #ED056B; }
a { background-color: rgb(237,5,107); }
div.DivClassName
{
background-color: #ED056B;
}
.BgClassName
{
background-color: #ED056B;
}
</style>
border-color css
<style>
span { border-color: #ED056B; }
span { border-color: rgb(237,5,107); }
td.TdClassName
{
border-color: #ED056B;
}
.TagClassName
{
border-color: #ED056B;
}
</style>