Shades of Razzmatazz #ED0D4C
Tints of Razzmatazz #ED0D4C
RGB
CMYK
RGB Variations
Color information
#ED0D4C (or 0xED0D4C) is known color: Razzmatazz. HEX triplet: ED, 0D and 4C. RGB value is (237,13,76). Sum of RGB (Red+Green+Blue) = 237+13+76=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D4C is #12F2B3. Grayscale: #575757. Windows color (decimal): -1241780 or 4984301. OLE color: 4984301.
HSL color Cylindrical-coordinate representation of color #ED0D4C: hue angle of 343.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0D4C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 76 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.07 |
| HSL | 343.13º | 0.9% | 0.49% | - |
| HSV(B) | 343.13º | 0.95% | 0.93% | - |
| XYZ | 36.37 | 18.81 | 8.55 | - |
| YUV | 87.16 | 121.71 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 76 | 0 | 0.95 | 0.68 | 0.07 | 343.13 | 0.9 | 0.49 |
| Hex | ED | D | 4C | 0 | 5F | 44 | 7 | 157 | 5A | 31 |
| Octal | 355 | 15 | 114 | 0 | 137 | 104 | 7 | 527 | 132 | 61 |
| Binary | 11101101 | 1101 | 1001100 | 0 | 1011111 | 1000100 | 111 | 101010111 | 1011010 | 110001 |
Color Harmonies of #ED0D4C
Complementary color
Monochromatic Colors of #ED0D4C
Black with #ED0D4C
Text Example
Text Example
White with #ED0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D4C; }
p { color: rgb(237,13,76); }
H1.HeaderClassName
{
color: #ED0D4C;
}
.AnyTagClassName
{
color: #ED0D4C;
}
</style>
background-color css
<style>
a { background-color: #ED0D4C; }
a { background-color: rgb(237,13,76); }
div.DivClassName
{
background-color: #ED0D4C;
}
.BgClassName
{
background-color: #ED0D4C;
}
</style>
border-color css
<style>
span { border-color: #ED0D4C; }
span { border-color: rgb(237,13,76); }
td.TdClassName
{
border-color: #ED0D4C;
}
.TagClassName
{
border-color: #ED0D4C;
}
</style>