Shades of Razzmatazz #ED005E
Tints of Razzmatazz #ED005E
RGB
CMYK
RGB Variations
Color information
#ED005E (or 0xED005E) is known color: Razzmatazz. HEX triplet: ED, 00 and 5E. RGB value is (237,0,94). Sum of RGB (Red+Green+Blue) = 237+0+94=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED005E is #12FFA1. Grayscale: #515151. Windows color (decimal): -1245090 or 6160621. OLE color: 6160621.
HSL color Cylindrical-coordinate representation of color #ED005E: hue angle of 336.2º 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 #ED005E is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.60 | 0.07 |
| HSL | 336.2º | 1% | 0.46% | - |
| HSV(B) | 336.2º | 1% | 0.93% | - |
| XYZ | 36.95 | 18.81 | 12.27 | - |
| YUV | 81.58 | 135.02 | 238.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 94 | 0 | 1 | 0.60 | 0.07 | 336.2 | 1 | 0.46 |
| Hex | ED | 0 | 5E | 0 | 64 | 3C | 7 | 150 | 64 | 2E |
| Octal | 355 | 0 | 136 | 0 | 144 | 74 | 7 | 520 | 144 | 56 |
| Binary | 11101101 | 0 | 1011110 | 0 | 1100100 | 111100 | 111 | 101010000 | 1100100 | 101110 |
Color Harmonies of #ED005E
Complementary color
Monochromatic Colors of #ED005E
Black with #ED005E
Text Example
Text Example
White with #ED005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED005E; }
p { color: rgb(237,0,94); }
H1.HeaderClassName
{
color: #ED005E;
}
.AnyTagClassName
{
color: #ED005E;
}
</style>
background-color css
<style>
a { background-color: #ED005E; }
a { background-color: rgb(237,0,94); }
div.DivClassName
{
background-color: #ED005E;
}
.BgClassName
{
background-color: #ED005E;
}
</style>
border-color css
<style>
span { border-color: #ED005E; }
span { border-color: rgb(237,0,94); }
td.TdClassName
{
border-color: #ED005E;
}
.TagClassName
{
border-color: #ED005E;
}
</style>