Shades of Razzmatazz #ED0A5D
Tints of Razzmatazz #ED0A5D
RGB
CMYK
RGB Variations
Color information
#ED0A5D (or 0xED0A5D) is known color: Razzmatazz. HEX triplet: ED, 0A and 5D. RGB value is (237,10,93). Sum of RGB (Red+Green+Blue) = 237+10+93=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A5D is #12F5A2. Grayscale: #575757. Windows color (decimal): -1242531 or 6097645. OLE color: 6097645.
HSL color Cylindrical-coordinate representation of color #ED0A5D: hue angle of 338.06º 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 #ED0A5D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 93 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.07 |
| HSL | 338.06º | 0.92% | 0.48% | - |
| HSV(B) | 338.06º | 0.96% | 0.93% | - |
| XYZ | 37.01 | 19.01 | 12.07 | - |
| YUV | 87.34 | 131.21 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 93 | 0 | 0.96 | 0.61 | 0.07 | 338.06 | 0.92 | 0.48 |
| Hex | ED | A | 5D | 0 | 60 | 3D | 7 | 152 | 5C | 30 |
| Octal | 355 | 12 | 135 | 0 | 140 | 75 | 7 | 522 | 134 | 60 |
| Binary | 11101101 | 1010 | 1011101 | 0 | 1100000 | 111101 | 111 | 101010010 | 1011100 | 110000 |
Color Harmonies of #ED0A5D
Complementary color
Monochromatic Colors of #ED0A5D
Black with #ED0A5D
Text Example
Text Example
White with #ED0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A5D; }
p { color: rgb(237,10,93); }
H1.HeaderClassName
{
color: #ED0A5D;
}
.AnyTagClassName
{
color: #ED0A5D;
}
</style>
background-color css
<style>
a { background-color: #ED0A5D; }
a { background-color: rgb(237,10,93); }
div.DivClassName
{
background-color: #ED0A5D;
}
.BgClassName
{
background-color: #ED0A5D;
}
</style>
border-color css
<style>
span { border-color: #ED0A5D; }
span { border-color: rgb(237,10,93); }
td.TdClassName
{
border-color: #ED0A5D;
}
.TagClassName
{
border-color: #ED0A5D;
}
</style>