Shades of Razzmatazz #ED1553
Tints of Razzmatazz #ED1553
RGB
CMYK
RGB Variations
Color information
#ED1553 (or 0xED1553) is known color: Razzmatazz. HEX triplet: ED, 15 and 53. RGB value is (237,21,83). Sum of RGB (Red+Green+Blue) = 237+21+83=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1553 is #12EAAC. Grayscale: #5C5C5C. Windows color (decimal): -1239725 or 5445101. OLE color: 5445101.
HSL color Cylindrical-coordinate representation of color #ED1553: hue angle of 342.78º 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 #ED1553 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 83 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.07 |
| HSL | 342.78º | 0.86% | 0.51% | - |
| HSV(B) | 342.78º | 0.91% | 0.93% | - |
| XYZ | 36.75 | 19.17 | 9.95 | - |
| YUV | 92.65 | 122.56 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 83 | 0 | 0.91 | 0.65 | 0.07 | 342.78 | 0.86 | 0.51 |
| Hex | ED | 15 | 53 | 0 | 5B | 41 | 7 | 157 | 56 | 33 |
| Octal | 355 | 25 | 123 | 0 | 133 | 101 | 7 | 527 | 126 | 63 |
| Binary | 11101101 | 10101 | 1010011 | 0 | 1011011 | 1000001 | 111 | 101010111 | 1010110 | 110011 |
Color Harmonies of #ED1553
Complementary color
Monochromatic Colors of #ED1553
Black with #ED1553
Text Example
Text Example
White with #ED1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1553; }
p { color: rgb(237,21,83); }
H1.HeaderClassName
{
color: #ED1553;
}
.AnyTagClassName
{
color: #ED1553;
}
</style>
background-color css
<style>
a { background-color: #ED1553; }
a { background-color: rgb(237,21,83); }
div.DivClassName
{
background-color: #ED1553;
}
.BgClassName
{
background-color: #ED1553;
}
</style>
border-color css
<style>
span { border-color: #ED1553; }
span { border-color: rgb(237,21,83); }
td.TdClassName
{
border-color: #ED1553;
}
.TagClassName
{
border-color: #ED1553;
}
</style>