Shades of Razzmatazz #ED074C
Tints of Razzmatazz #ED074C
RGB
CMYK
RGB Variations
Color information
#ED074C (or 0xED074C) is known color: Razzmatazz. HEX triplet: ED, 07 and 4C. RGB value is (237,7,76). Sum of RGB (Red+Green+Blue) = 237+7+76=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED074C is #12F8B3. Grayscale: #535353. Windows color (decimal): -1243316 or 4982765. OLE color: 4982765.
HSL color Cylindrical-coordinate representation of color #ED074C: hue angle of 342º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED074C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 76 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.07 |
| HSL | 342º | 0.94% | 0.48% | - |
| HSV(B) | 342º | 0.97% | 0.93% | - |
| XYZ | 36.31 | 18.68 | 8.53 | - |
| YUV | 83.64 | 123.7 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 76 | 0 | 0.97 | 0.68 | 0.07 | 342 | 0.94 | 0.48 |
| Hex | ED | 7 | 4C | 0 | 61 | 44 | 7 | 156 | 5E | 30 |
| Octal | 355 | 7 | 114 | 0 | 141 | 104 | 7 | 526 | 136 | 60 |
| Binary | 11101101 | 111 | 1001100 | 0 | 1100001 | 1000100 | 111 | 101010110 | 1011110 | 110000 |
Color Harmonies of #ED074C
Complementary color
Monochromatic Colors of #ED074C
Black with #ED074C
Text Example
Text Example
White with #ED074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED074C; }
p { color: rgb(237,7,76); }
H1.HeaderClassName
{
color: #ED074C;
}
.AnyTagClassName
{
color: #ED074C;
}
</style>
background-color css
<style>
a { background-color: #ED074C; }
a { background-color: rgb(237,7,76); }
div.DivClassName
{
background-color: #ED074C;
}
.BgClassName
{
background-color: #ED074C;
}
</style>
border-color css
<style>
span { border-color: #ED074C; }
span { border-color: rgb(237,7,76); }
td.TdClassName
{
border-color: #ED074C;
}
.TagClassName
{
border-color: #ED074C;
}
</style>