Shades of Razzmatazz #ED0962
Tints of Razzmatazz #ED0962
RGB
CMYK
RGB Variations
Color information
#ED0962 (or 0xED0962) is known color: Razzmatazz. HEX triplet: ED, 09 and 62. RGB value is (237,9,98). Sum of RGB (Red+Green+Blue) = 237+9+98=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0962 is #12F69D. Grayscale: #575757. Windows color (decimal): -1242782 or 6425069. OLE color: 6425069.
HSL color Cylindrical-coordinate representation of color #ED0962: hue angle of 336.58º degrees, saturation: 0.93, 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 #ED0962 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.07 |
| HSL | 336.58º | 0.93% | 0.48% | - |
| HSV(B) | 336.58º | 0.96% | 0.93% | - |
| XYZ | 37.23 | 19.08 | 13.28 | - |
| YUV | 87.32 | 134.04 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 98 | 0 | 0.96 | 0.59 | 0.07 | 336.58 | 0.93 | 0.48 |
| Hex | ED | 9 | 62 | 0 | 60 | 3B | 7 | 151 | 5D | 30 |
| Octal | 355 | 11 | 142 | 0 | 140 | 73 | 7 | 521 | 135 | 60 |
| Binary | 11101101 | 1001 | 1100010 | 0 | 1100000 | 111011 | 111 | 101010001 | 1011101 | 110000 |
Color Harmonies of #ED0962
Complementary color
Monochromatic Colors of #ED0962
Black with #ED0962
Text Example
Text Example
White with #ED0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0962; }
p { color: rgb(237,9,98); }
H1.HeaderClassName
{
color: #ED0962;
}
.AnyTagClassName
{
color: #ED0962;
}
</style>
background-color css
<style>
a { background-color: #ED0962; }
a { background-color: rgb(237,9,98); }
div.DivClassName
{
background-color: #ED0962;
}
.BgClassName
{
background-color: #ED0962;
}
</style>
border-color css
<style>
span { border-color: #ED0962; }
span { border-color: rgb(237,9,98); }
td.TdClassName
{
border-color: #ED0962;
}
.TagClassName
{
border-color: #ED0962;
}
</style>