Shades of Razzmatazz #ED0173
Tints of Razzmatazz #ED0173
RGB
CMYK
RGB Variations
Color information
#ED0173 (or 0xED0173) is known color: Razzmatazz. HEX triplet: ED, 01 and 73. RGB value is (237,1,115). Sum of RGB (Red+Green+Blue) = 237+1+115=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0173 is #12FE8C. Grayscale: #545454. Windows color (decimal): -1244813 or 7537133. OLE color: 7537133.
HSL color Cylindrical-coordinate representation of color #ED0173: hue angle of 331.02º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0173 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.07 |
| HSL | 331.02º | 0.99% | 0.47% | - |
| HSV(B) | 331.02º | 1% | 0.93% | - |
| XYZ | 38.03 | 19.26 | 17.93 | - |
| YUV | 84.56 | 145.19 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 115 | 0 | 1.00 | 0.51 | 0.07 | 331.02 | 0.99 | 0.47 |
| Hex | ED | 1 | 73 | 0 | 64 | 33 | 7 | 14B | 63 | 2F |
| Octal | 355 | 1 | 163 | 0 | 144 | 63 | 7 | 513 | 143 | 57 |
| Binary | 11101101 | 1 | 1110011 | 0 | 1100100 | 110011 | 111 | 101001011 | 1100011 | 101111 |
Color Harmonies of #ED0173
Complementary color
Monochromatic Colors of #ED0173
Black with #ED0173
Text Example
Text Example
White with #ED0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0173; }
p { color: rgb(237,1,115); }
H1.HeaderClassName
{
color: #ED0173;
}
.AnyTagClassName
{
color: #ED0173;
}
</style>
background-color css
<style>
a { background-color: #ED0173; }
a { background-color: rgb(237,1,115); }
div.DivClassName
{
background-color: #ED0173;
}
.BgClassName
{
background-color: #ED0173;
}
</style>
border-color css
<style>
span { border-color: #ED0173; }
span { border-color: rgb(237,1,115); }
td.TdClassName
{
border-color: #ED0173;
}
.TagClassName
{
border-color: #ED0173;
}
</style>