Shades of Razzmatazz #ED1552
Tints of Razzmatazz #ED1552
RGB
CMYK
RGB Variations
Color information
#ED1552 (or 0xED1552) is known color: Razzmatazz. HEX triplet: ED, 15 and 52. RGB value is (237,21,82). Sum of RGB (Red+Green+Blue) = 237+21+82=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1552 is #12EAAD. Grayscale: #5C5C5C. Windows color (decimal): -1239726 or 5379565. OLE color: 5379565.
HSL color Cylindrical-coordinate representation of color #ED1552: hue angle of 343.06º 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 #ED1552 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 82 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.07 |
| HSL | 343.06º | 0.86% | 0.51% | - |
| HSV(B) | 343.06º | 0.91% | 0.93% | - |
| XYZ | 36.72 | 19.15 | 9.74 | - |
| YUV | 92.54 | 122.06 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 82 | 0 | 0.91 | 0.65 | 0.07 | 343.06 | 0.86 | 0.51 |
| Hex | ED | 15 | 52 | 0 | 5B | 41 | 7 | 157 | 56 | 33 |
| Octal | 355 | 25 | 122 | 0 | 133 | 101 | 7 | 527 | 126 | 63 |
| Binary | 11101101 | 10101 | 1010010 | 0 | 1011011 | 1000001 | 111 | 101010111 | 1010110 | 110011 |
Color Harmonies of #ED1552
Complementary color
Monochromatic Colors of #ED1552
Black with #ED1552
Text Example
Text Example
White with #ED1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1552; }
p { color: rgb(237,21,82); }
H1.HeaderClassName
{
color: #ED1552;
}
.AnyTagClassName
{
color: #ED1552;
}
</style>
background-color css
<style>
a { background-color: #ED1552; }
a { background-color: rgb(237,21,82); }
div.DivClassName
{
background-color: #ED1552;
}
.BgClassName
{
background-color: #ED1552;
}
</style>
border-color css
<style>
span { border-color: #ED1552; }
span { border-color: rgb(237,21,82); }
td.TdClassName
{
border-color: #ED1552;
}
.TagClassName
{
border-color: #ED1552;
}
</style>