Shades of Razzmatazz #ED154E
Tints of Razzmatazz #ED154E
RGB
CMYK
RGB Variations
Color information
#ED154E (or 0xED154E) is known color: Razzmatazz. HEX triplet: ED, 15 and 4E. RGB value is (237,21,78). Sum of RGB (Red+Green+Blue) = 237+21+78=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED154E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED154E is #12EAB1. Grayscale: #5C5C5C. Windows color (decimal): -1239730 or 5117421. OLE color: 5117421.
HSL color Cylindrical-coordinate representation of color #ED154E: hue angle of 344.17º 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 #ED154E is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 78 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.07 |
| HSL | 344.17º | 0.86% | 0.51% | - |
| HSV(B) | 344.17º | 0.91% | 0.93% | - |
| XYZ | 36.57 | 19.09 | 8.97 | - |
| YUV | 92.08 | 120.06 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 78 | 0 | 0.91 | 0.67 | 0.07 | 344.17 | 0.86 | 0.51 |
| Hex | ED | 15 | 4E | 0 | 5B | 43 | 7 | 158 | 56 | 33 |
| Octal | 355 | 25 | 116 | 0 | 133 | 103 | 7 | 530 | 126 | 63 |
| Binary | 11101101 | 10101 | 1001110 | 0 | 1011011 | 1000011 | 111 | 101011000 | 1010110 | 110011 |
Color Harmonies of #ED154E
Complementary color
Monochromatic Colors of #ED154E
Black with #ED154E
Text Example
Text Example
White with #ED154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED154E; }
p { color: rgb(237,21,78); }
H1.HeaderClassName
{
color: #ED154E;
}
.AnyTagClassName
{
color: #ED154E;
}
</style>
background-color css
<style>
a { background-color: #ED154E; }
a { background-color: rgb(237,21,78); }
div.DivClassName
{
background-color: #ED154E;
}
.BgClassName
{
background-color: #ED154E;
}
</style>
border-color css
<style>
span { border-color: #ED154E; }
span { border-color: rgb(237,21,78); }
td.TdClassName
{
border-color: #ED154E;
}
.TagClassName
{
border-color: #ED154E;
}
</style>