Shades of Razzmatazz #ED046A
Tints of Razzmatazz #ED046A
RGB
CMYK
RGB Variations
Color information
#ED046A (or 0xED046A) is known color: Razzmatazz. HEX triplet: ED, 04 and 6A. RGB value is (237,4,106). Sum of RGB (Red+Green+Blue) = 237+4+106=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED046A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED046A is #12FB95. Grayscale: #555555. Windows color (decimal): -1244054 or 6948077. OLE color: 6948077.
HSL color Cylindrical-coordinate representation of color #ED046A: hue angle of 333.73º 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 #ED046A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.07 |
| HSL | 333.73º | 0.97% | 0.47% | - |
| HSV(B) | 333.73º | 0.98% | 0.93% | - |
| XYZ | 37.57 | 19.13 | 15.35 | - |
| YUV | 85.3 | 139.69 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 106 | 0 | 0.98 | 0.55 | 0.07 | 333.73 | 0.97 | 0.47 |
| Hex | ED | 4 | 6A | 0 | 62 | 37 | 7 | 14E | 61 | 2F |
| Octal | 355 | 4 | 152 | 0 | 142 | 67 | 7 | 516 | 141 | 57 |
| Binary | 11101101 | 100 | 1101010 | 0 | 1100010 | 110111 | 111 | 101001110 | 1100001 | 101111 |
Color Harmonies of #ED046A
Complementary color
Monochromatic Colors of #ED046A
Black with #ED046A
Text Example
Text Example
White with #ED046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED046A; }
p { color: rgb(237,4,106); }
H1.HeaderClassName
{
color: #ED046A;
}
.AnyTagClassName
{
color: #ED046A;
}
</style>
background-color css
<style>
a { background-color: #ED046A; }
a { background-color: rgb(237,4,106); }
div.DivClassName
{
background-color: #ED046A;
}
.BgClassName
{
background-color: #ED046A;
}
</style>
border-color css
<style>
span { border-color: #ED046A; }
span { border-color: rgb(237,4,106); }
td.TdClassName
{
border-color: #ED046A;
}
.TagClassName
{
border-color: #ED046A;
}
</style>