Shades of Razzmatazz #ED004C
Tints of Razzmatazz #ED004C
RGB
CMYK
RGB Variations
Color information
#ED004C (or 0xED004C) is known color: Razzmatazz. HEX triplet: ED, 00 and 4C. RGB value is (237,0,76). Sum of RGB (Red+Green+Blue) = 237+0+76=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED004C is #12FFB3. Grayscale: #4F4F4F. Windows color (decimal): -1245108 or 4980973. OLE color: 4980973.
HSL color Cylindrical-coordinate representation of color #ED004C: hue angle of 340.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED004C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.68 | 0.07 |
| HSL | 340.76º | 1% | 0.46% | - |
| HSV(B) | 340.76º | 1% | 0.93% | - |
| XYZ | 36.23 | 18.53 | 8.5 | - |
| YUV | 79.53 | 126.02 | 240.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 76 | 0 | 1 | 0.68 | 0.07 | 340.76 | 1 | 0.46 |
| Hex | ED | 0 | 4C | 0 | 64 | 44 | 7 | 155 | 64 | 2E |
| Octal | 355 | 0 | 114 | 0 | 144 | 104 | 7 | 525 | 144 | 56 |
| Binary | 11101101 | 0 | 1001100 | 0 | 1100100 | 1000100 | 111 | 101010101 | 1100100 | 101110 |
Color Harmonies of #ED004C
Complementary color
Monochromatic Colors of #ED004C
Black with #ED004C
Text Example
Text Example
White with #ED004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED004C; }
p { color: rgb(237,0,76); }
H1.HeaderClassName
{
color: #ED004C;
}
.AnyTagClassName
{
color: #ED004C;
}
</style>
background-color css
<style>
a { background-color: #ED004C; }
a { background-color: rgb(237,0,76); }
div.DivClassName
{
background-color: #ED004C;
}
.BgClassName
{
background-color: #ED004C;
}
</style>
border-color css
<style>
span { border-color: #ED004C; }
span { border-color: rgb(237,0,76); }
td.TdClassName
{
border-color: #ED004C;
}
.TagClassName
{
border-color: #ED004C;
}
</style>