Shades of Razzmatazz #ED0A70
Tints of Razzmatazz #ED0A70
RGB
CMYK
RGB Variations
Color information
#ED0A70 (or 0xED0A70) is known color: Razzmatazz. HEX triplet: ED, 0A and 70. RGB value is (237,10,112). Sum of RGB (Red+Green+Blue) = 237+10+112=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A70 is #12F58F. Grayscale: #595959. Windows color (decimal): -1242512 or 7342829. OLE color: 7342829.
HSL color Cylindrical-coordinate representation of color #ED0A70: hue angle of 333.04º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A70 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.07 |
| HSL | 333.04º | 0.92% | 0.48% | - |
| HSV(B) | 333.04º | 0.96% | 0.93% | - |
| XYZ | 37.96 | 19.39 | 17.07 | - |
| YUV | 89.5 | 140.71 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 112 | 0 | 0.96 | 0.53 | 0.07 | 333.04 | 0.92 | 0.48 |
| Hex | ED | A | 70 | 0 | 60 | 35 | 7 | 14D | 5C | 30 |
| Octal | 355 | 12 | 160 | 0 | 140 | 65 | 7 | 515 | 134 | 60 |
| Binary | 11101101 | 1010 | 1110000 | 0 | 1100000 | 110101 | 111 | 101001101 | 1011100 | 110000 |
Color Harmonies of #ED0A70
Complementary color
Monochromatic Colors of #ED0A70
Black with #ED0A70
Text Example
Text Example
White with #ED0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A70; }
p { color: rgb(237,10,112); }
H1.HeaderClassName
{
color: #ED0A70;
}
.AnyTagClassName
{
color: #ED0A70;
}
</style>
background-color css
<style>
a { background-color: #ED0A70; }
a { background-color: rgb(237,10,112); }
div.DivClassName
{
background-color: #ED0A70;
}
.BgClassName
{
background-color: #ED0A70;
}
</style>
border-color css
<style>
span { border-color: #ED0A70; }
span { border-color: rgb(237,10,112); }
td.TdClassName
{
border-color: #ED0A70;
}
.TagClassName
{
border-color: #ED0A70;
}
</style>