Shades of Razzmatazz #ED004F
Tints of Razzmatazz #ED004F
RGB
CMYK
RGB Variations
Color information
#ED004F (or 0xED004F) is known color: Razzmatazz. HEX triplet: ED, 00 and 4F. RGB value is (237,0,79). Sum of RGB (Red+Green+Blue) = 237+0+79=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED004F is #12FFB0. Grayscale: #4F4F4F. Windows color (decimal): -1245105 or 5177581. OLE color: 5177581.
HSL color Cylindrical-coordinate representation of color #ED004F: hue angle of 340º 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 #ED004F is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.67 | 0.07 |
| HSL | 340º | 1% | 0.46% | - |
| HSV(B) | 340º | 1% | 0.93% | - |
| XYZ | 36.34 | 18.57 | 9.07 | - |
| YUV | 79.87 | 127.52 | 240.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 79 | 0 | 1 | 0.67 | 0.07 | 340 | 1 | 0.46 |
| Hex | ED | 0 | 4F | 0 | 64 | 43 | 7 | 154 | 64 | 2E |
| Octal | 355 | 0 | 117 | 0 | 144 | 103 | 7 | 524 | 144 | 56 |
| Binary | 11101101 | 0 | 1001111 | 0 | 1100100 | 1000011 | 111 | 101010100 | 1100100 | 101110 |
Color Harmonies of #ED004F
Complementary color
Monochromatic Colors of #ED004F
Black with #ED004F
Text Example
Text Example
White with #ED004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED004F; }
p { color: rgb(237,0,79); }
H1.HeaderClassName
{
color: #ED004F;
}
.AnyTagClassName
{
color: #ED004F;
}
</style>
background-color css
<style>
a { background-color: #ED004F; }
a { background-color: rgb(237,0,79); }
div.DivClassName
{
background-color: #ED004F;
}
.BgClassName
{
background-color: #ED004F;
}
</style>
border-color css
<style>
span { border-color: #ED004F; }
span { border-color: rgb(237,0,79); }
td.TdClassName
{
border-color: #ED004F;
}
.TagClassName
{
border-color: #ED004F;
}
</style>