Shades of Razzmatazz #ED006E
Tints of Razzmatazz #ED006E
RGB
CMYK
RGB Variations
Color information
#ED006E (or 0xED006E) is known color: Razzmatazz. HEX triplet: ED, 00 and 6E. RGB value is (237,0,110). Sum of RGB (Red+Green+Blue) = 237+0+110=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED006E is #12FF91. Grayscale: #535353. Windows color (decimal): -1245074 or 7209197. OLE color: 7209197.
HSL color Cylindrical-coordinate representation of color #ED006E: hue angle of 332.15º 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 #ED006E is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.54 | 0.07 |
| HSL | 332.15º | 1% | 0.46% | - |
| HSV(B) | 332.15º | 1% | 0.93% | - |
| XYZ | 37.74 | 19.13 | 16.46 | - |
| YUV | 83.4 | 143.02 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 110 | 0 | 1 | 0.54 | 0.07 | 332.15 | 1 | 0.46 |
| Hex | ED | 0 | 6E | 0 | 64 | 36 | 7 | 14C | 64 | 2E |
| Octal | 355 | 0 | 156 | 0 | 144 | 66 | 7 | 514 | 144 | 56 |
| Binary | 11101101 | 0 | 1101110 | 0 | 1100100 | 110110 | 111 | 101001100 | 1100100 | 101110 |
Color Harmonies of #ED006E
Complementary color
Monochromatic Colors of #ED006E
Black with #ED006E
Text Example
Text Example
White with #ED006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED006E; }
p { color: rgb(237,0,110); }
H1.HeaderClassName
{
color: #ED006E;
}
.AnyTagClassName
{
color: #ED006E;
}
</style>
background-color css
<style>
a { background-color: #ED006E; }
a { background-color: rgb(237,0,110); }
div.DivClassName
{
background-color: #ED006E;
}
.BgClassName
{
background-color: #ED006E;
}
</style>
border-color css
<style>
span { border-color: #ED006E; }
span { border-color: rgb(237,0,110); }
td.TdClassName
{
border-color: #ED006E;
}
.TagClassName
{
border-color: #ED006E;
}
</style>