Shades of Razzmatazz #ED154D
Tints of Razzmatazz #ED154D
RGB
CMYK
RGB Variations
Color information
#ED154D (or 0xED154D) is known color: Razzmatazz. HEX triplet: ED, 15 and 4D. RGB value is (237,21,77). Sum of RGB (Red+Green+Blue) = 237+21+77=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED154D is #12EAB2. Grayscale: #5B5B5B. Windows color (decimal): -1239731 or 5051885. OLE color: 5051885.
HSL color Cylindrical-coordinate representation of color #ED154D: hue angle of 344.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED154D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 344.44º | 0.86% | 0.51% | - |
| HSV(B) | 344.44º | 0.91% | 0.93% | - |
| XYZ | 36.53 | 19.08 | 8.78 | - |
| YUV | 91.97 | 119.56 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 77 | 0 | 0.91 | 0.68 | 0.07 | 344.44 | 0.86 | 0.51 |
| Hex | ED | 15 | 4D | 0 | 5B | 44 | 7 | 158 | 56 | 33 |
| Octal | 355 | 25 | 115 | 0 | 133 | 104 | 7 | 530 | 126 | 63 |
| Binary | 11101101 | 10101 | 1001101 | 0 | 1011011 | 1000100 | 111 | 101011000 | 1010110 | 110011 |
Color Harmonies of #ED154D
Complementary color
Monochromatic Colors of #ED154D
Black with #ED154D
Text Example
Text Example
White with #ED154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED154D; }
p { color: rgb(237,21,77); }
H1.HeaderClassName
{
color: #ED154D;
}
.AnyTagClassName
{
color: #ED154D;
}
</style>
background-color css
<style>
a { background-color: #ED154D; }
a { background-color: rgb(237,21,77); }
div.DivClassName
{
background-color: #ED154D;
}
.BgClassName
{
background-color: #ED154D;
}
</style>
border-color css
<style>
span { border-color: #ED154D; }
span { border-color: rgb(237,21,77); }
td.TdClassName
{
border-color: #ED154D;
}
.TagClassName
{
border-color: #ED154D;
}
</style>