Shades of Razzmatazz #ED0A5E
Tints of Razzmatazz #ED0A5E
RGB
CMYK
RGB Variations
Color information
#ED0A5E (or 0xED0A5E) is known color: Razzmatazz. HEX triplet: ED, 0A and 5E. RGB value is (237,10,94). Sum of RGB (Red+Green+Blue) = 237+10+94=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A5E is #12F5A1. Grayscale: #575757. Windows color (decimal): -1242530 or 6163181. OLE color: 6163181.
HSL color Cylindrical-coordinate representation of color #ED0A5E: hue angle of 337.8º 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 #ED0A5E is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 94 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.07 |
| HSL | 337.8º | 0.92% | 0.48% | - |
| HSV(B) | 337.8º | 0.96% | 0.93% | - |
| XYZ | 37.05 | 19.03 | 12.31 | - |
| YUV | 87.45 | 131.71 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 94 | 0 | 0.96 | 0.60 | 0.07 | 337.8 | 0.92 | 0.48 |
| Hex | ED | A | 5E | 0 | 60 | 3C | 7 | 152 | 5C | 30 |
| Octal | 355 | 12 | 136 | 0 | 140 | 74 | 7 | 522 | 134 | 60 |
| Binary | 11101101 | 1010 | 1011110 | 0 | 1100000 | 111100 | 111 | 101010010 | 1011100 | 110000 |
Color Harmonies of #ED0A5E
Complementary color
Monochromatic Colors of #ED0A5E
Black with #ED0A5E
Text Example
Text Example
White with #ED0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A5E; }
p { color: rgb(237,10,94); }
H1.HeaderClassName
{
color: #ED0A5E;
}
.AnyTagClassName
{
color: #ED0A5E;
}
</style>
background-color css
<style>
a { background-color: #ED0A5E; }
a { background-color: rgb(237,10,94); }
div.DivClassName
{
background-color: #ED0A5E;
}
.BgClassName
{
background-color: #ED0A5E;
}
</style>
border-color css
<style>
span { border-color: #ED0A5E; }
span { border-color: rgb(237,10,94); }
td.TdClassName
{
border-color: #ED0A5E;
}
.TagClassName
{
border-color: #ED0A5E;
}
</style>