Shades of Razzmatazz #ED0D4A
Tints of Razzmatazz #ED0D4A
RGB
CMYK
RGB Variations
Color information
#ED0D4A (or 0xED0D4A) is known color: Razzmatazz. HEX triplet: ED, 0D and 4A. RGB value is (237,13,74). Sum of RGB (Red+Green+Blue) = 237+13+74=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D4A is #12F2B5. Grayscale: #565656. Windows color (decimal): -1241782 or 4853229. OLE color: 4853229.
HSL color Cylindrical-coordinate representation of color #ED0D4A: hue angle of 343.66º 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 #ED0D4A is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 74 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.07 |
| HSL | 343.66º | 0.9% | 0.49% | - |
| HSV(B) | 343.66º | 0.95% | 0.93% | - |
| XYZ | 36.31 | 18.79 | 8.19 | - |
| YUV | 86.93 | 120.71 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 74 | 0 | 0.95 | 0.69 | 0.07 | 343.66 | 0.9 | 0.49 |
| Hex | ED | D | 4A | 0 | 5F | 45 | 7 | 158 | 5A | 31 |
| Octal | 355 | 15 | 112 | 0 | 137 | 105 | 7 | 530 | 132 | 61 |
| Binary | 11101101 | 1101 | 1001010 | 0 | 1011111 | 1000101 | 111 | 101011000 | 1011010 | 110001 |
Color Harmonies of #ED0D4A
Complementary color
Monochromatic Colors of #ED0D4A
Black with #ED0D4A
Text Example
Text Example
White with #ED0D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D4A; }
p { color: rgb(237,13,74); }
H1.HeaderClassName
{
color: #ED0D4A;
}
.AnyTagClassName
{
color: #ED0D4A;
}
</style>
background-color css
<style>
a { background-color: #ED0D4A; }
a { background-color: rgb(237,13,74); }
div.DivClassName
{
background-color: #ED0D4A;
}
.BgClassName
{
background-color: #ED0D4A;
}
</style>
border-color css
<style>
span { border-color: #ED0D4A; }
span { border-color: rgb(237,13,74); }
td.TdClassName
{
border-color: #ED0D4A;
}
.TagClassName
{
border-color: #ED0D4A;
}
</style>