Shades of Razzmatazz #ED005B
Tints of Razzmatazz #ED005B
RGB
CMYK
RGB Variations
Color information
#ED005B (or 0xED005B) is known color: Razzmatazz. HEX triplet: ED, 00 and 5B. RGB value is (237,0,91). Sum of RGB (Red+Green+Blue) = 237+0+91=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED005B is #12FFA4. Grayscale: #515151. Windows color (decimal): -1245093 or 5964013. OLE color: 5964013.
HSL color Cylindrical-coordinate representation of color #ED005B: hue angle of 336.96º 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 #ED005B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.62 | 0.07 |
| HSL | 336.96º | 1% | 0.46% | - |
| HSV(B) | 336.96º | 1% | 0.93% | - |
| XYZ | 36.81 | 18.76 | 11.58 | - |
| YUV | 81.24 | 133.52 | 239.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 91 | 0 | 1 | 0.62 | 0.07 | 336.96 | 1 | 0.46 |
| Hex | ED | 0 | 5B | 0 | 64 | 3E | 7 | 151 | 64 | 2E |
| Octal | 355 | 0 | 133 | 0 | 144 | 76 | 7 | 521 | 144 | 56 |
| Binary | 11101101 | 0 | 1011011 | 0 | 1100100 | 111110 | 111 | 101010001 | 1100100 | 101110 |
Color Harmonies of #ED005B
Complementary color
Monochromatic Colors of #ED005B
Black with #ED005B
Text Example
Text Example
White with #ED005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED005B; }
p { color: rgb(237,0,91); }
H1.HeaderClassName
{
color: #ED005B;
}
.AnyTagClassName
{
color: #ED005B;
}
</style>
background-color css
<style>
a { background-color: #ED005B; }
a { background-color: rgb(237,0,91); }
div.DivClassName
{
background-color: #ED005B;
}
.BgClassName
{
background-color: #ED005B;
}
</style>
border-color css
<style>
span { border-color: #ED005B; }
span { border-color: rgb(237,0,91); }
td.TdClassName
{
border-color: #ED005B;
}
.TagClassName
{
border-color: #ED005B;
}
</style>