Shades of Razzmatazz #ED076A
Tints of Razzmatazz #ED076A
RGB
CMYK
RGB Variations
Color information
#ED076A (or 0xED076A) is known color: Razzmatazz. HEX triplet: ED, 07 and 6A. RGB value is (237,7,106). Sum of RGB (Red+Green+Blue) = 237+7+106=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED076A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED076A is #12F895. Grayscale: #565656. Windows color (decimal): -1243286 or 6948845. OLE color: 6948845.
HSL color Cylindrical-coordinate representation of color #ED076A: hue angle of 334.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED076A is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 106 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.07 |
| HSL | 334.17º | 0.94% | 0.48% | - |
| HSV(B) | 334.17º | 0.97% | 0.93% | - |
| XYZ | 37.6 | 19.2 | 15.36 | - |
| YUV | 87.06 | 138.7 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 106 | 0 | 0.97 | 0.55 | 0.07 | 334.17 | 0.94 | 0.48 |
| Hex | ED | 7 | 6A | 0 | 61 | 37 | 7 | 14E | 5E | 30 |
| Octal | 355 | 7 | 152 | 0 | 141 | 67 | 7 | 516 | 136 | 60 |
| Binary | 11101101 | 111 | 1101010 | 0 | 1100001 | 110111 | 111 | 101001110 | 1011110 | 110000 |
Color Harmonies of #ED076A
Complementary color
Monochromatic Colors of #ED076A
Black with #ED076A
Text Example
Text Example
White with #ED076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED076A; }
p { color: rgb(237,7,106); }
H1.HeaderClassName
{
color: #ED076A;
}
.AnyTagClassName
{
color: #ED076A;
}
</style>
background-color css
<style>
a { background-color: #ED076A; }
a { background-color: rgb(237,7,106); }
div.DivClassName
{
background-color: #ED076A;
}
.BgClassName
{
background-color: #ED076A;
}
</style>
border-color css
<style>
span { border-color: #ED076A; }
span { border-color: rgb(237,7,106); }
td.TdClassName
{
border-color: #ED076A;
}
.TagClassName
{
border-color: #ED076A;
}
</style>