Shades of Razzmatazz #ED1062
Tints of Razzmatazz #ED1062
RGB
CMYK
RGB Variations
Color information
#ED1062 (or 0xED1062) is known color: Razzmatazz. HEX triplet: ED, 10 and 62. RGB value is (237,16,98). Sum of RGB (Red+Green+Blue) = 237+16+98=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1062 is #12EF9D. Grayscale: #5B5B5B. Windows color (decimal): -1240990 or 6426861. OLE color: 6426861.
HSL color Cylindrical-coordinate representation of color #ED1062: hue angle of 337.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1062 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 98 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.07 |
| HSL | 337.74º | 0.87% | 0.5% | - |
| HSV(B) | 337.74º | 0.93% | 0.93% | - |
| XYZ | 37.31 | 19.26 | 13.31 | - |
| YUV | 91.43 | 131.72 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 98 | 0 | 0.93 | 0.59 | 0.07 | 337.74 | 0.87 | 0.5 |
| Hex | ED | 10 | 62 | 0 | 5D | 3B | 7 | 152 | 57 | 32 |
| Octal | 355 | 20 | 142 | 0 | 135 | 73 | 7 | 522 | 127 | 62 |
| Binary | 11101101 | 10000 | 1100010 | 0 | 1011101 | 111011 | 111 | 101010010 | 1010111 | 110010 |
Color Harmonies of #ED1062
Complementary color
Monochromatic Colors of #ED1062
Black with #ED1062
Text Example
Text Example
White with #ED1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1062; }
p { color: rgb(237,16,98); }
H1.HeaderClassName
{
color: #ED1062;
}
.AnyTagClassName
{
color: #ED1062;
}
</style>
background-color css
<style>
a { background-color: #ED1062; }
a { background-color: rgb(237,16,98); }
div.DivClassName
{
background-color: #ED1062;
}
.BgClassName
{
background-color: #ED1062;
}
</style>
border-color css
<style>
span { border-color: #ED1062; }
span { border-color: rgb(237,16,98); }
td.TdClassName
{
border-color: #ED1062;
}
.TagClassName
{
border-color: #ED1062;
}
</style>