Shades of Razzmatazz #ED006D
Tints of Razzmatazz #ED006D
RGB
CMYK
RGB Variations
Color information
#ED006D (or 0xED006D) is known color: Razzmatazz. HEX triplet: ED, 00 and 6D. RGB value is (237,0,109). Sum of RGB (Red+Green+Blue) = 237+0+109=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED006D is #12FF92. Grayscale: #535353. Windows color (decimal): -1245075 or 7143661. OLE color: 7143661.
HSL color Cylindrical-coordinate representation of color #ED006D: hue angle of 332.41º 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 #ED006D is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.54 | 0.07 |
| HSL | 332.41º | 1% | 0.46% | - |
| HSV(B) | 332.41º | 1% | 0.93% | - |
| XYZ | 37.69 | 19.11 | 16.17 | - |
| YUV | 83.29 | 142.52 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 109 | 0 | 1 | 0.54 | 0.07 | 332.41 | 1 | 0.46 |
| Hex | ED | 0 | 6D | 0 | 64 | 36 | 7 | 14C | 64 | 2E |
| Octal | 355 | 0 | 155 | 0 | 144 | 66 | 7 | 514 | 144 | 56 |
| Binary | 11101101 | 0 | 1101101 | 0 | 1100100 | 110110 | 111 | 101001100 | 1100100 | 101110 |
Color Harmonies of #ED006D
Complementary color
Monochromatic Colors of #ED006D
Black with #ED006D
Text Example
Text Example
White with #ED006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED006D; }
p { color: rgb(237,0,109); }
H1.HeaderClassName
{
color: #ED006D;
}
.AnyTagClassName
{
color: #ED006D;
}
</style>
background-color css
<style>
a { background-color: #ED006D; }
a { background-color: rgb(237,0,109); }
div.DivClassName
{
background-color: #ED006D;
}
.BgClassName
{
background-color: #ED006D;
}
</style>
border-color css
<style>
span { border-color: #ED006D; }
span { border-color: rgb(237,0,109); }
td.TdClassName
{
border-color: #ED006D;
}
.TagClassName
{
border-color: #ED006D;
}
</style>