Shades of Razzmatazz #ED046D
Tints of Razzmatazz #ED046D
RGB
CMYK
RGB Variations
Color information
#ED046D (or 0xED046D) is known color: Razzmatazz. HEX triplet: ED, 04 and 6D. RGB value is (237,4,109). Sum of RGB (Red+Green+Blue) = 237+4+109=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED046D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED046D is #12FB92. Grayscale: #555555. Windows color (decimal): -1244051 or 7144685. OLE color: 7144685.
HSL color Cylindrical-coordinate representation of color #ED046D: hue angle of 332.96º 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 #ED046D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.07 |
| HSL | 332.96º | 0.97% | 0.47% | - |
| HSV(B) | 332.96º | 0.98% | 0.93% | - |
| XYZ | 37.73 | 19.2 | 16.18 | - |
| YUV | 85.64 | 141.19 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 109 | 0 | 0.98 | 0.54 | 0.07 | 332.96 | 0.97 | 0.47 |
| Hex | ED | 4 | 6D | 0 | 62 | 36 | 7 | 14D | 61 | 2F |
| Octal | 355 | 4 | 155 | 0 | 142 | 66 | 7 | 515 | 141 | 57 |
| Binary | 11101101 | 100 | 1101101 | 0 | 1100010 | 110110 | 111 | 101001101 | 1100001 | 101111 |
Color Harmonies of #ED046D
Complementary color
Monochromatic Colors of #ED046D
Black with #ED046D
Text Example
Text Example
White with #ED046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED046D; }
p { color: rgb(237,4,109); }
H1.HeaderClassName
{
color: #ED046D;
}
.AnyTagClassName
{
color: #ED046D;
}
</style>
background-color css
<style>
a { background-color: #ED046D; }
a { background-color: rgb(237,4,109); }
div.DivClassName
{
background-color: #ED046D;
}
.BgClassName
{
background-color: #ED046D;
}
</style>
border-color css
<style>
span { border-color: #ED046D; }
span { border-color: rgb(237,4,109); }
td.TdClassName
{
border-color: #ED046D;
}
.TagClassName
{
border-color: #ED046D;
}
</style>