Shades of Razzmatazz #ED006C
Tints of Razzmatazz #ED006C
RGB
CMYK
RGB Variations
Color information
#ED006C (or 0xED006C) is known color: Razzmatazz. HEX triplet: ED, 00 and 6C. RGB value is (237,0,108). Sum of RGB (Red+Green+Blue) = 237+0+108=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED006C is #12FF93. Grayscale: #525252. Windows color (decimal): -1245076 or 7078125. OLE color: 7078125.
HSL color Cylindrical-coordinate representation of color #ED006C: hue angle of 332.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED006C is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.54 | 0.07 |
| HSL | 332.66º | 1% | 0.46% | - |
| HSV(B) | 332.66º | 1% | 0.93% | - |
| XYZ | 37.63 | 19.09 | 15.89 | - |
| YUV | 83.18 | 142.02 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 108 | 0 | 1 | 0.54 | 0.07 | 332.66 | 1 | 0.46 |
| Hex | ED | 0 | 6C | 0 | 64 | 36 | 7 | 14D | 64 | 2E |
| Octal | 355 | 0 | 154 | 0 | 144 | 66 | 7 | 515 | 144 | 56 |
| Binary | 11101101 | 0 | 1101100 | 0 | 1100100 | 110110 | 111 | 101001101 | 1100100 | 101110 |
Color Harmonies of #ED006C
Complementary color
Monochromatic Colors of #ED006C
Black with #ED006C
Text Example
Text Example
White with #ED006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED006C; }
p { color: rgb(237,0,108); }
H1.HeaderClassName
{
color: #ED006C;
}
.AnyTagClassName
{
color: #ED006C;
}
</style>
background-color css
<style>
a { background-color: #ED006C; }
a { background-color: rgb(237,0,108); }
div.DivClassName
{
background-color: #ED006C;
}
.BgClassName
{
background-color: #ED006C;
}
</style>
border-color css
<style>
span { border-color: #ED006C; }
span { border-color: rgb(237,0,108); }
td.TdClassName
{
border-color: #ED006C;
}
.TagClassName
{
border-color: #ED006C;
}
</style>