Shades of Razzmatazz #ED0360
Tints of Razzmatazz #ED0360
RGB
CMYK
RGB Variations
Color information
#ED0360 (or 0xED0360) is known color: Razzmatazz. HEX triplet: ED, 03 and 60. RGB value is (237,3,96). Sum of RGB (Red+Green+Blue) = 237+3+96=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0360 is #12FC9F. Grayscale: #535353. Windows color (decimal): -1244320 or 6292461. OLE color: 6292461.
HSL color Cylindrical-coordinate representation of color #ED0360: hue angle of 336.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0360 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.07 |
| HSL | 336.15º | 0.98% | 0.47% | - |
| HSV(B) | 336.15º | 0.99% | 0.93% | - |
| XYZ | 37.07 | 18.91 | 12.76 | - |
| YUV | 83.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 96 | 0 | 0.99 | 0.59 | 0.07 | 336.15 | 0.98 | 0.47 |
| Hex | ED | 3 | 60 | 0 | 63 | 3B | 7 | 150 | 62 | 2F |
| Octal | 355 | 3 | 140 | 0 | 143 | 73 | 7 | 520 | 142 | 57 |
| Binary | 11101101 | 11 | 1100000 | 0 | 1100011 | 111011 | 111 | 101010000 | 1100010 | 101111 |
Color Harmonies of #ED0360
Complementary color
Monochromatic Colors of #ED0360
Black with #ED0360
Text Example
Text Example
White with #ED0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0360; }
p { color: rgb(237,3,96); }
H1.HeaderClassName
{
color: #ED0360;
}
.AnyTagClassName
{
color: #ED0360;
}
</style>
background-color css
<style>
a { background-color: #ED0360; }
a { background-color: rgb(237,3,96); }
div.DivClassName
{
background-color: #ED0360;
}
.BgClassName
{
background-color: #ED0360;
}
</style>
border-color css
<style>
span { border-color: #ED0360; }
span { border-color: rgb(237,3,96); }
td.TdClassName
{
border-color: #ED0360;
}
.TagClassName
{
border-color: #ED0360;
}
</style>