Shades of Razzmatazz #ED1653
Tints of Razzmatazz #ED1653
RGB
CMYK
RGB Variations
Color information
#ED1653 (or 0xED1653) is known color: Razzmatazz. HEX triplet: ED, 16 and 53. RGB value is (237,22,83). Sum of RGB (Red+Green+Blue) = 237+22+83=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1653 is #12E9AC. Grayscale: #5D5D5D. Windows color (decimal): -1239469 or 5445357. OLE color: 5445357.
HSL color Cylindrical-coordinate representation of color #ED1653: hue angle of 342.98º 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 #ED1653 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 83 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.07 |
| HSL | 342.98º | 0.86% | 0.51% | - |
| HSV(B) | 342.98º | 0.91% | 0.93% | - |
| XYZ | 36.77 | 19.2 | 9.95 | - |
| YUV | 93.24 | 122.23 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 83 | 0 | 0.91 | 0.65 | 0.07 | 342.98 | 0.86 | 0.51 |
| Hex | ED | 16 | 53 | 0 | 5B | 41 | 7 | 157 | 56 | 33 |
| Octal | 355 | 26 | 123 | 0 | 133 | 101 | 7 | 527 | 126 | 63 |
| Binary | 11101101 | 10110 | 1010011 | 0 | 1011011 | 1000001 | 111 | 101010111 | 1010110 | 110011 |
Color Harmonies of #ED1653
Complementary color
Monochromatic Colors of #ED1653
Black with #ED1653
Text Example
Text Example
White with #ED1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1653; }
p { color: rgb(237,22,83); }
H1.HeaderClassName
{
color: #ED1653;
}
.AnyTagClassName
{
color: #ED1653;
}
</style>
background-color css
<style>
a { background-color: #ED1653; }
a { background-color: rgb(237,22,83); }
div.DivClassName
{
background-color: #ED1653;
}
.BgClassName
{
background-color: #ED1653;
}
</style>
border-color css
<style>
span { border-color: #ED1653; }
span { border-color: rgb(237,22,83); }
td.TdClassName
{
border-color: #ED1653;
}
.TagClassName
{
border-color: #ED1653;
}
</style>