Shades of Razzmatazz #ED0B4D
Tints of Razzmatazz #ED0B4D
RGB
CMYK
RGB Variations
Color information
#ED0B4D (or 0xED0B4D) is known color: Razzmatazz. HEX triplet: ED, 0B and 4D. RGB value is (237,11,77). Sum of RGB (Red+Green+Blue) = 237+11+77=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0B4D is #12F4B2. Grayscale: #565656. Windows color (decimal): -1242291 or 5049325. OLE color: 5049325.
HSL color Cylindrical-coordinate representation of color #ED0B4D: hue angle of 342.48º 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 #ED0B4D is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 77 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.07 |
| HSL | 342.48º | 0.91% | 0.49% | - |
| HSV(B) | 342.48º | 0.95% | 0.93% | - |
| XYZ | 36.38 | 18.78 | 8.73 | - |
| YUV | 86.1 | 122.87 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 77 | 0 | 0.95 | 0.68 | 0.07 | 342.48 | 0.91 | 0.49 |
| Hex | ED | B | 4D | 0 | 5F | 44 | 7 | 156 | 5B | 31 |
| Octal | 355 | 13 | 115 | 0 | 137 | 104 | 7 | 526 | 133 | 61 |
| Binary | 11101101 | 1011 | 1001101 | 0 | 1011111 | 1000100 | 111 | 101010110 | 1011011 | 110001 |
Color Harmonies of #ED0B4D
Complementary color
Monochromatic Colors of #ED0B4D
Black with #ED0B4D
Text Example
Text Example
White with #ED0B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B4D; }
p { color: rgb(237,11,77); }
H1.HeaderClassName
{
color: #ED0B4D;
}
.AnyTagClassName
{
color: #ED0B4D;
}
</style>
background-color css
<style>
a { background-color: #ED0B4D; }
a { background-color: rgb(237,11,77); }
div.DivClassName
{
background-color: #ED0B4D;
}
.BgClassName
{
background-color: #ED0B4D;
}
</style>
border-color css
<style>
span { border-color: #ED0B4D; }
span { border-color: rgb(237,11,77); }
td.TdClassName
{
border-color: #ED0B4D;
}
.TagClassName
{
border-color: #ED0B4D;
}
</style>