Shades of Razzmatazz #ED0264
Tints of Razzmatazz #ED0264
RGB
CMYK
RGB Variations
Color information
#ED0264 (or 0xED0264) is known color: Razzmatazz. HEX triplet: ED, 02 and 64. RGB value is (237,2,100). Sum of RGB (Red+Green+Blue) = 237+2+100=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0264 is #12FD9B. Grayscale: #535353. Windows color (decimal): -1244572 or 6554349. OLE color: 6554349.
HSL color Cylindrical-coordinate representation of color #ED0264: hue angle of 334.98º 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 #ED0264 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.07 |
| HSL | 334.98º | 0.98% | 0.47% | - |
| HSV(B) | 334.98º | 0.99% | 0.93% | - |
| XYZ | 37.25 | 18.97 | 13.75 | - |
| YUV | 83.44 | 137.36 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 100 | 0 | 0.99 | 0.58 | 0.07 | 334.98 | 0.98 | 0.47 |
| Hex | ED | 2 | 64 | 0 | 63 | 3A | 7 | 14F | 62 | 2F |
| Octal | 355 | 2 | 144 | 0 | 143 | 72 | 7 | 517 | 142 | 57 |
| Binary | 11101101 | 10 | 1100100 | 0 | 1100011 | 111010 | 111 | 101001111 | 1100010 | 101111 |
Color Harmonies of #ED0264
Complementary color
Monochromatic Colors of #ED0264
Black with #ED0264
Text Example
Text Example
White with #ED0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0264; }
p { color: rgb(237,2,100); }
H1.HeaderClassName
{
color: #ED0264;
}
.AnyTagClassName
{
color: #ED0264;
}
</style>
background-color css
<style>
a { background-color: #ED0264; }
a { background-color: rgb(237,2,100); }
div.DivClassName
{
background-color: #ED0264;
}
.BgClassName
{
background-color: #ED0264;
}
</style>
border-color css
<style>
span { border-color: #ED0264; }
span { border-color: rgb(237,2,100); }
td.TdClassName
{
border-color: #ED0264;
}
.TagClassName
{
border-color: #ED0264;
}
</style>