Shades of Razzmatazz #ED005D
Tints of Razzmatazz #ED005D
RGB
CMYK
RGB Variations
Color information
#ED005D (or 0xED005D) is known color: Razzmatazz. HEX triplet: ED, 00 and 5D. RGB value is (237,0,93). Sum of RGB (Red+Green+Blue) = 237+0+93=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED005D is #12FFA2. Grayscale: #515151. Windows color (decimal): -1245091 or 6095085. OLE color: 6095085.
HSL color Cylindrical-coordinate representation of color #ED005D: hue angle of 336.46º 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 #ED005D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.61 | 0.07 |
| HSL | 336.46º | 1% | 0.46% | - |
| HSV(B) | 336.46º | 1% | 0.93% | - |
| XYZ | 36.9 | 18.79 | 12.04 | - |
| YUV | 81.47 | 134.52 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 93 | 0 | 1 | 0.61 | 0.07 | 336.46 | 1 | 0.46 |
| Hex | ED | 0 | 5D | 0 | 64 | 3D | 7 | 150 | 64 | 2E |
| Octal | 355 | 0 | 135 | 0 | 144 | 75 | 7 | 520 | 144 | 56 |
| Binary | 11101101 | 0 | 1011101 | 0 | 1100100 | 111101 | 111 | 101010000 | 1100100 | 101110 |
Color Harmonies of #ED005D
Complementary color
Monochromatic Colors of #ED005D
Black with #ED005D
Text Example
Text Example
White with #ED005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED005D; }
p { color: rgb(237,0,93); }
H1.HeaderClassName
{
color: #ED005D;
}
.AnyTagClassName
{
color: #ED005D;
}
</style>
background-color css
<style>
a { background-color: #ED005D; }
a { background-color: rgb(237,0,93); }
div.DivClassName
{
background-color: #ED005D;
}
.BgClassName
{
background-color: #ED005D;
}
</style>
border-color css
<style>
span { border-color: #ED005D; }
span { border-color: rgb(237,0,93); }
td.TdClassName
{
border-color: #ED005D;
}
.TagClassName
{
border-color: #ED005D;
}
</style>