Shades of Razzmatazz #ED016C
Tints of Razzmatazz #ED016C
RGB
CMYK
RGB Variations
Color information
#ED016C (or 0xED016C) is known color: Razzmatazz. HEX triplet: ED, 01 and 6C. RGB value is (237,1,108). Sum of RGB (Red+Green+Blue) = 237+1+108=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED016C is #12FE93. Grayscale: #535353. Windows color (decimal): -1244820 or 7078381. OLE color: 7078381.
HSL color Cylindrical-coordinate representation of color #ED016C: hue angle of 332.8º 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 #ED016C is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.07 |
| HSL | 332.8º | 0.99% | 0.47% | - |
| HSV(B) | 332.8º | 1% | 0.93% | - |
| XYZ | 37.64 | 19.11 | 15.89 | - |
| YUV | 83.76 | 141.69 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 108 | 0 | 1.00 | 0.54 | 0.07 | 332.8 | 0.99 | 0.47 |
| Hex | ED | 1 | 6C | 0 | 64 | 36 | 7 | 14D | 63 | 2F |
| Octal | 355 | 1 | 154 | 0 | 144 | 66 | 7 | 515 | 143 | 57 |
| Binary | 11101101 | 1 | 1101100 | 0 | 1100100 | 110110 | 111 | 101001101 | 1100011 | 101111 |
Color Harmonies of #ED016C
Complementary color
Monochromatic Colors of #ED016C
Black with #ED016C
Text Example
Text Example
White with #ED016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED016C; }
p { color: rgb(237,1,108); }
H1.HeaderClassName
{
color: #ED016C;
}
.AnyTagClassName
{
color: #ED016C;
}
</style>
background-color css
<style>
a { background-color: #ED016C; }
a { background-color: rgb(237,1,108); }
div.DivClassName
{
background-color: #ED016C;
}
.BgClassName
{
background-color: #ED016C;
}
</style>
border-color css
<style>
span { border-color: #ED016C; }
span { border-color: rgb(237,1,108); }
td.TdClassName
{
border-color: #ED016C;
}
.TagClassName
{
border-color: #ED016C;
}
</style>