Shades of Razzmatazz #ED0A6C
Tints of Razzmatazz #ED0A6C
RGB
CMYK
RGB Variations
Color information
#ED0A6C (or 0xED0A6C) is known color: Razzmatazz. HEX triplet: ED, 0A and 6C. RGB value is (237,10,108). Sum of RGB (Red+Green+Blue) = 237+10+108=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A6C is #12F593. Grayscale: #585858. Windows color (decimal): -1242516 or 7080685. OLE color: 7080685.
HSL color Cylindrical-coordinate representation of color #ED0A6C: hue angle of 334.1º 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 #ED0A6C is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 108 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.07 |
| HSL | 334.1º | 0.92% | 0.48% | - |
| HSV(B) | 334.1º | 0.96% | 0.93% | - |
| XYZ | 37.74 | 19.3 | 15.92 | - |
| YUV | 89.05 | 138.71 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 108 | 0 | 0.96 | 0.54 | 0.07 | 334.1 | 0.92 | 0.48 |
| Hex | ED | A | 6C | 0 | 60 | 36 | 7 | 14E | 5C | 30 |
| Octal | 355 | 12 | 154 | 0 | 140 | 66 | 7 | 516 | 134 | 60 |
| Binary | 11101101 | 1010 | 1101100 | 0 | 1100000 | 110110 | 111 | 101001110 | 1011100 | 110000 |
Color Harmonies of #ED0A6C
Complementary color
Monochromatic Colors of #ED0A6C
Black with #ED0A6C
Text Example
Text Example
White with #ED0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A6C; }
p { color: rgb(237,10,108); }
H1.HeaderClassName
{
color: #ED0A6C;
}
.AnyTagClassName
{
color: #ED0A6C;
}
</style>
background-color css
<style>
a { background-color: #ED0A6C; }
a { background-color: rgb(237,10,108); }
div.DivClassName
{
background-color: #ED0A6C;
}
.BgClassName
{
background-color: #ED0A6C;
}
</style>
border-color css
<style>
span { border-color: #ED0A6C; }
span { border-color: rgb(237,10,108); }
td.TdClassName
{
border-color: #ED0A6C;
}
.TagClassName
{
border-color: #ED0A6C;
}
</style>