Shades of Razzmatazz #ED1551
Tints of Razzmatazz #ED1551
RGB
CMYK
RGB Variations
Color information
#ED1551 (or 0xED1551) is known color: Razzmatazz. HEX triplet: ED, 15 and 51. RGB value is (237,21,81). Sum of RGB (Red+Green+Blue) = 237+21+81=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1551 is #12EAAE. Grayscale: #5C5C5C. Windows color (decimal): -1239727 or 5314029. OLE color: 5314029.
HSL color Cylindrical-coordinate representation of color #ED1551: hue angle of 343.33º 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 #ED1551 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 81 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.07 |
| HSL | 343.33º | 0.86% | 0.51% | - |
| HSV(B) | 343.33º | 0.91% | 0.93% | - |
| XYZ | 36.68 | 19.13 | 9.54 | - |
| YUV | 92.42 | 121.56 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 81 | 0 | 0.91 | 0.66 | 0.07 | 343.33 | 0.86 | 0.51 |
| Hex | ED | 15 | 51 | 0 | 5B | 42 | 7 | 157 | 56 | 33 |
| Octal | 355 | 25 | 121 | 0 | 133 | 102 | 7 | 527 | 126 | 63 |
| Binary | 11101101 | 10101 | 1010001 | 0 | 1011011 | 1000010 | 111 | 101010111 | 1010110 | 110011 |
Color Harmonies of #ED1551
Complementary color
Monochromatic Colors of #ED1551
Black with #ED1551
Text Example
Text Example
White with #ED1551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1551; }
p { color: rgb(237,21,81); }
H1.HeaderClassName
{
color: #ED1551;
}
.AnyTagClassName
{
color: #ED1551;
}
</style>
background-color css
<style>
a { background-color: #ED1551; }
a { background-color: rgb(237,21,81); }
div.DivClassName
{
background-color: #ED1551;
}
.BgClassName
{
background-color: #ED1551;
}
</style>
border-color css
<style>
span { border-color: #ED1551; }
span { border-color: rgb(237,21,81); }
td.TdClassName
{
border-color: #ED1551;
}
.TagClassName
{
border-color: #ED1551;
}
</style>