Shades of Razzmatazz #ED0F62
Tints of Razzmatazz #ED0F62
RGB
CMYK
RGB Variations
Color information
#ED0F62 (or 0xED0F62) is known color: Razzmatazz. HEX triplet: ED, 0F and 62. RGB value is (237,15,98). Sum of RGB (Red+Green+Blue) = 237+15+98=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0F62 is #12F09D. Grayscale: #5A5A5A. Windows color (decimal): -1241246 or 6426605. OLE color: 6426605.
HSL color Cylindrical-coordinate representation of color #ED0F62: hue angle of 337.57º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F62 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 98 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.07 |
| HSL | 337.57º | 0.88% | 0.49% | - |
| HSV(B) | 337.57º | 0.94% | 0.93% | - |
| XYZ | 37.3 | 19.23 | 13.3 | - |
| YUV | 90.84 | 132.05 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 98 | 0 | 0.94 | 0.59 | 0.07 | 337.57 | 0.88 | 0.49 |
| Hex | ED | F | 62 | 0 | 5E | 3B | 7 | 152 | 58 | 31 |
| Octal | 355 | 17 | 142 | 0 | 136 | 73 | 7 | 522 | 130 | 61 |
| Binary | 11101101 | 1111 | 1100010 | 0 | 1011110 | 111011 | 111 | 101010010 | 1011000 | 110001 |
Color Harmonies of #ED0F62
Complementary color
Monochromatic Colors of #ED0F62
Black with #ED0F62
Text Example
Text Example
White with #ED0F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0F62; }
p { color: rgb(237,15,98); }
H1.HeaderClassName
{
color: #ED0F62;
}
.AnyTagClassName
{
color: #ED0F62;
}
</style>
background-color css
<style>
a { background-color: #ED0F62; }
a { background-color: rgb(237,15,98); }
div.DivClassName
{
background-color: #ED0F62;
}
.BgClassName
{
background-color: #ED0F62;
}
</style>
border-color css
<style>
span { border-color: #ED0F62; }
span { border-color: rgb(237,15,98); }
td.TdClassName
{
border-color: #ED0F62;
}
.TagClassName
{
border-color: #ED0F62;
}
</style>