Shades of Razzmatazz #ED044C
Tints of Razzmatazz #ED044C
RGB
CMYK
RGB Variations
Color information
#ED044C (or 0xED044C) is known color: Razzmatazz. HEX triplet: ED, 04 and 4C. RGB value is (237,4,76). Sum of RGB (Red+Green+Blue) = 237+4+76=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED044C is #12FBB3. Grayscale: #515151. Windows color (decimal): -1244084 or 4981997. OLE color: 4981997.
HSL color Cylindrical-coordinate representation of color #ED044C: hue angle of 341.46º 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 #ED044C is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.07 |
| HSL | 341.46º | 0.97% | 0.47% | - |
| HSV(B) | 341.46º | 0.98% | 0.93% | - |
| XYZ | 36.27 | 18.61 | 8.52 | - |
| YUV | 81.88 | 124.69 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 76 | 0 | 0.98 | 0.68 | 0.07 | 341.46 | 0.97 | 0.47 |
| Hex | ED | 4 | 4C | 0 | 62 | 44 | 7 | 155 | 61 | 2F |
| Octal | 355 | 4 | 114 | 0 | 142 | 104 | 7 | 525 | 141 | 57 |
| Binary | 11101101 | 100 | 1001100 | 0 | 1100010 | 1000100 | 111 | 101010101 | 1100001 | 101111 |
Color Harmonies of #ED044C
Complementary color
Monochromatic Colors of #ED044C
Black with #ED044C
Text Example
Text Example
White with #ED044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED044C; }
p { color: rgb(237,4,76); }
H1.HeaderClassName
{
color: #ED044C;
}
.AnyTagClassName
{
color: #ED044C;
}
</style>
background-color css
<style>
a { background-color: #ED044C; }
a { background-color: rgb(237,4,76); }
div.DivClassName
{
background-color: #ED044C;
}
.BgClassName
{
background-color: #ED044C;
}
</style>
border-color css
<style>
span { border-color: #ED044C; }
span { border-color: rgb(237,4,76); }
td.TdClassName
{
border-color: #ED044C;
}
.TagClassName
{
border-color: #ED044C;
}
</style>