Shades of Razzmatazz #ED154C
Tints of Razzmatazz #ED154C
RGB
CMYK
RGB Variations
Color information
#ED154C (or 0xED154C) is known color: Razzmatazz. HEX triplet: ED, 15 and 4C. RGB value is (237,21,76). Sum of RGB (Red+Green+Blue) = 237+21+76=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED154C is #12EAB3. Grayscale: #5B5B5B. Windows color (decimal): -1239732 or 4986349. OLE color: 4986349.
HSL color Cylindrical-coordinate representation of color #ED154C: hue angle of 344.72º 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 #ED154C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 76 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 344.72º | 0.86% | 0.51% | - |
| HSV(B) | 344.72º | 0.91% | 0.93% | - |
| XYZ | 36.5 | 19.06 | 8.59 | - |
| YUV | 91.85 | 119.06 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 76 | 0 | 0.91 | 0.68 | 0.07 | 344.72 | 0.86 | 0.51 |
| Hex | ED | 15 | 4C | 0 | 5B | 44 | 7 | 159 | 56 | 33 |
| Octal | 355 | 25 | 114 | 0 | 133 | 104 | 7 | 531 | 126 | 63 |
| Binary | 11101101 | 10101 | 1001100 | 0 | 1011011 | 1000100 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #ED154C
Complementary color
Monochromatic Colors of #ED154C
Black with #ED154C
Text Example
Text Example
White with #ED154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED154C; }
p { color: rgb(237,21,76); }
H1.HeaderClassName
{
color: #ED154C;
}
.AnyTagClassName
{
color: #ED154C;
}
</style>
background-color css
<style>
a { background-color: #ED154C; }
a { background-color: rgb(237,21,76); }
div.DivClassName
{
background-color: #ED154C;
}
.BgClassName
{
background-color: #ED154C;
}
</style>
border-color css
<style>
span { border-color: #ED154C; }
span { border-color: rgb(237,21,76); }
td.TdClassName
{
border-color: #ED154C;
}
.TagClassName
{
border-color: #ED154C;
}
</style>