Shades of Razzmatazz #ED0364
Tints of Razzmatazz #ED0364
RGB
CMYK
RGB Variations
Color information
#ED0364 (or 0xED0364) is known color: Razzmatazz. HEX triplet: ED, 03 and 64. RGB value is (237,3,100). Sum of RGB (Red+Green+Blue) = 237+3+100=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0364 is #12FC9B. Grayscale: #535353. Windows color (decimal): -1244316 or 6554605. OLE color: 6554605.
HSL color Cylindrical-coordinate representation of color #ED0364: hue angle of 335.13º 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 #ED0364 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.07 |
| HSL | 335.13º | 0.98% | 0.47% | - |
| HSV(B) | 335.13º | 0.99% | 0.93% | - |
| XYZ | 37.26 | 18.99 | 13.76 | - |
| YUV | 84.02 | 137.02 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 100 | 0 | 0.99 | 0.58 | 0.07 | 335.13 | 0.98 | 0.47 |
| Hex | ED | 3 | 64 | 0 | 63 | 3A | 7 | 14F | 62 | 2F |
| Octal | 355 | 3 | 144 | 0 | 143 | 72 | 7 | 517 | 142 | 57 |
| Binary | 11101101 | 11 | 1100100 | 0 | 1100011 | 111010 | 111 | 101001111 | 1100010 | 101111 |
Color Harmonies of #ED0364
Complementary color
Monochromatic Colors of #ED0364
Black with #ED0364
Text Example
Text Example
White with #ED0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0364; }
p { color: rgb(237,3,100); }
H1.HeaderClassName
{
color: #ED0364;
}
.AnyTagClassName
{
color: #ED0364;
}
</style>
background-color css
<style>
a { background-color: #ED0364; }
a { background-color: rgb(237,3,100); }
div.DivClassName
{
background-color: #ED0364;
}
.BgClassName
{
background-color: #ED0364;
}
</style>
border-color css
<style>
span { border-color: #ED0364; }
span { border-color: rgb(237,3,100); }
td.TdClassName
{
border-color: #ED0364;
}
.TagClassName
{
border-color: #ED0364;
}
</style>