Shades of Razzmatazz #ED0B5E
Tints of Razzmatazz #ED0B5E
RGB
CMYK
RGB Variations
Color information
#ED0B5E (or 0xED0B5E) is known color: Razzmatazz. HEX triplet: ED, 0B and 5E. RGB value is (237,11,94). Sum of RGB (Red+Green+Blue) = 237+11+94=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0B5E is #12F4A1. Grayscale: #575757. Windows color (decimal): -1242274 or 6163437. OLE color: 6163437.
HSL color Cylindrical-coordinate representation of color #ED0B5E: hue angle of 337.96º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B5E is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 94 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.07 |
| HSL | 337.96º | 0.91% | 0.49% | - |
| HSV(B) | 337.96º | 0.95% | 0.93% | - |
| XYZ | 37.07 | 19.05 | 12.31 | - |
| YUV | 88.04 | 131.37 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 94 | 0 | 0.95 | 0.60 | 0.07 | 337.96 | 0.91 | 0.49 |
| Hex | ED | B | 5E | 0 | 5F | 3C | 7 | 152 | 5B | 31 |
| Octal | 355 | 13 | 136 | 0 | 137 | 74 | 7 | 522 | 133 | 61 |
| Binary | 11101101 | 1011 | 1011110 | 0 | 1011111 | 111100 | 111 | 101010010 | 1011011 | 110001 |
Color Harmonies of #ED0B5E
Complementary color
Monochromatic Colors of #ED0B5E
Black with #ED0B5E
Text Example
Text Example
White with #ED0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B5E; }
p { color: rgb(237,11,94); }
H1.HeaderClassName
{
color: #ED0B5E;
}
.AnyTagClassName
{
color: #ED0B5E;
}
</style>
background-color css
<style>
a { background-color: #ED0B5E; }
a { background-color: rgb(237,11,94); }
div.DivClassName
{
background-color: #ED0B5E;
}
.BgClassName
{
background-color: #ED0B5E;
}
</style>
border-color css
<style>
span { border-color: #ED0B5E; }
span { border-color: rgb(237,11,94); }
td.TdClassName
{
border-color: #ED0B5E;
}
.TagClassName
{
border-color: #ED0B5E;
}
</style>