Shades of Razzmatazz #ED094D
Tints of Razzmatazz #ED094D
RGB
CMYK
RGB Variations
Color information
#ED094D (or 0xED094D) is known color: Razzmatazz. HEX triplet: ED, 09 and 4D. RGB value is (237,9,77). Sum of RGB (Red+Green+Blue) = 237+9+77=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED094D is #12F6B2. Grayscale: #545454. Windows color (decimal): -1242803 or 5048813. OLE color: 5048813.
HSL color Cylindrical-coordinate representation of color #ED094D: hue angle of 342.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED094D is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.07 |
| HSL | 342.11º | 0.93% | 0.48% | - |
| HSV(B) | 342.11º | 0.96% | 0.93% | - |
| XYZ | 36.36 | 18.74 | 8.72 | - |
| YUV | 84.92 | 123.54 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 77 | 0 | 0.96 | 0.68 | 0.07 | 342.11 | 0.93 | 0.48 |
| Hex | ED | 9 | 4D | 0 | 60 | 44 | 7 | 156 | 5D | 30 |
| Octal | 355 | 11 | 115 | 0 | 140 | 104 | 7 | 526 | 135 | 60 |
| Binary | 11101101 | 1001 | 1001101 | 0 | 1100000 | 1000100 | 111 | 101010110 | 1011101 | 110000 |
Color Harmonies of #ED094D
Complementary color
Monochromatic Colors of #ED094D
Black with #ED094D
Text Example
Text Example
White with #ED094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED094D; }
p { color: rgb(237,9,77); }
H1.HeaderClassName
{
color: #ED094D;
}
.AnyTagClassName
{
color: #ED094D;
}
</style>
background-color css
<style>
a { background-color: #ED094D; }
a { background-color: rgb(237,9,77); }
div.DivClassName
{
background-color: #ED094D;
}
.BgClassName
{
background-color: #ED094D;
}
</style>
border-color css
<style>
span { border-color: #ED094D; }
span { border-color: rgb(237,9,77); }
td.TdClassName
{
border-color: #ED094D;
}
.TagClassName
{
border-color: #ED094D;
}
</style>