Shades of Razzmatazz #ED0052
Tints of Razzmatazz #ED0052
RGB
CMYK
RGB Variations
Color information
#ED0052 (or 0xED0052) is known color: Razzmatazz. HEX triplet: ED, 00 and 52. RGB value is (237,0,82). Sum of RGB (Red+Green+Blue) = 237+0+82=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0052 is #12FFAD. Grayscale: #505050. Windows color (decimal): -1245102 or 5374189. OLE color: 5374189.
HSL color Cylindrical-coordinate representation of color #ED0052: hue angle of 339.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0052 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.65 | 0.07 |
| HSL | 339.24º | 1% | 0.46% | - |
| HSV(B) | 339.24º | 1% | 0.93% | - |
| XYZ | 36.45 | 18.61 | 9.65 | - |
| YUV | 80.21 | 129.02 | 239.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 82 | 0 | 1 | 0.65 | 0.07 | 339.24 | 1 | 0.46 |
| Hex | ED | 0 | 52 | 0 | 64 | 41 | 7 | 153 | 64 | 2E |
| Octal | 355 | 0 | 122 | 0 | 144 | 101 | 7 | 523 | 144 | 56 |
| Binary | 11101101 | 0 | 1010010 | 0 | 1100100 | 1000001 | 111 | 101010011 | 1100100 | 101110 |
Color Harmonies of #ED0052
Complementary color
Monochromatic Colors of #ED0052
Black with #ED0052
Text Example
Text Example
White with #ED0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0052; }
p { color: rgb(237,0,82); }
H1.HeaderClassName
{
color: #ED0052;
}
.AnyTagClassName
{
color: #ED0052;
}
</style>
background-color css
<style>
a { background-color: #ED0052; }
a { background-color: rgb(237,0,82); }
div.DivClassName
{
background-color: #ED0052;
}
.BgClassName
{
background-color: #ED0052;
}
</style>
border-color css
<style>
span { border-color: #ED0052; }
span { border-color: rgb(237,0,82); }
td.TdClassName
{
border-color: #ED0052;
}
.TagClassName
{
border-color: #ED0052;
}
</style>