Shades of Razzmatazz #ED047A
Tints of Razzmatazz #ED047A
RGB
CMYK
RGB Variations
Color information
#ED047A (or 0xED047A) is known color: Razzmatazz. HEX triplet: ED, 04 and 7A. RGB value is (237,4,122). Sum of RGB (Red+Green+Blue) = 237+4+122=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED047A is #12FB85. Grayscale: #565656. Windows color (decimal): -1244038 or 7996653. OLE color: 7996653.
HSL color Cylindrical-coordinate representation of color #ED047A: hue angle of 329.61º 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 #ED047A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.07 |
| HSL | 329.61º | 0.97% | 0.47% | - |
| HSV(B) | 329.61º | 0.98% | 0.93% | - |
| XYZ | 38.48 | 19.5 | 20.15 | - |
| YUV | 87.12 | 147.69 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 122 | 0 | 0.98 | 0.49 | 0.07 | 329.61 | 0.97 | 0.47 |
| Hex | ED | 4 | 7A | 0 | 62 | 31 | 7 | 14A | 61 | 2F |
| Octal | 355 | 4 | 172 | 0 | 142 | 61 | 7 | 512 | 141 | 57 |
| Binary | 11101101 | 100 | 1111010 | 0 | 1100010 | 110001 | 111 | 101001010 | 1100001 | 101111 |
Color Harmonies of #ED047A
Complementary color
Monochromatic Colors of #ED047A
Black with #ED047A
Text Example
Text Example
White with #ED047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED047A; }
p { color: rgb(237,4,122); }
H1.HeaderClassName
{
color: #ED047A;
}
.AnyTagClassName
{
color: #ED047A;
}
</style>
background-color css
<style>
a { background-color: #ED047A; }
a { background-color: rgb(237,4,122); }
div.DivClassName
{
background-color: #ED047A;
}
.BgClassName
{
background-color: #ED047A;
}
</style>
border-color css
<style>
span { border-color: #ED047A; }
span { border-color: rgb(237,4,122); }
td.TdClassName
{
border-color: #ED047A;
}
.TagClassName
{
border-color: #ED047A;
}
</style>