Shades of Razzmatazz #ED0A4D
Tints of Razzmatazz #ED0A4D
RGB
CMYK
RGB Variations
Color information
#ED0A4D (or 0xED0A4D) is known color: Razzmatazz. HEX triplet: ED, 0A and 4D. RGB value is (237,10,77). Sum of RGB (Red+Green+Blue) = 237+10+77=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A4D is #12F5B2. Grayscale: #555555. Windows color (decimal): -1242547 or 5049069. OLE color: 5049069.
HSL color Cylindrical-coordinate representation of color #ED0A4D: hue angle of 342.29º 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 #ED0A4D is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 77 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.07 |
| HSL | 342.29º | 0.92% | 0.48% | - |
| HSV(B) | 342.29º | 0.96% | 0.93% | - |
| XYZ | 36.37 | 18.76 | 8.72 | - |
| YUV | 85.51 | 123.21 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 77 | 0 | 0.96 | 0.68 | 0.07 | 342.29 | 0.92 | 0.48 |
| Hex | ED | A | 4D | 0 | 60 | 44 | 7 | 156 | 5C | 30 |
| Octal | 355 | 12 | 115 | 0 | 140 | 104 | 7 | 526 | 134 | 60 |
| Binary | 11101101 | 1010 | 1001101 | 0 | 1100000 | 1000100 | 111 | 101010110 | 1011100 | 110000 |
Color Harmonies of #ED0A4D
Complementary color
Monochromatic Colors of #ED0A4D
Black with #ED0A4D
Text Example
Text Example
White with #ED0A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A4D; }
p { color: rgb(237,10,77); }
H1.HeaderClassName
{
color: #ED0A4D;
}
.AnyTagClassName
{
color: #ED0A4D;
}
</style>
background-color css
<style>
a { background-color: #ED0A4D; }
a { background-color: rgb(237,10,77); }
div.DivClassName
{
background-color: #ED0A4D;
}
.BgClassName
{
background-color: #ED0A4D;
}
</style>
border-color css
<style>
span { border-color: #ED0A4D; }
span { border-color: rgb(237,10,77); }
td.TdClassName
{
border-color: #ED0A4D;
}
.TagClassName
{
border-color: #ED0A4D;
}
</style>