Shades of Razzmatazz #ED0B4E
Tints of Razzmatazz #ED0B4E
RGB
CMYK
RGB Variations
Color information
#ED0B4E (or 0xED0B4E) is known color: Razzmatazz. HEX triplet: ED, 0B and 4E. RGB value is (237,11,78). Sum of RGB (Red+Green+Blue) = 237+11+78=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0B4E is #12F4B1. Grayscale: #565656. Windows color (decimal): -1242290 or 5114861. OLE color: 5114861.
HSL color Cylindrical-coordinate representation of color #ED0B4E: hue angle of 342.21º 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 #ED0B4E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 78 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.07 |
| HSL | 342.21º | 0.91% | 0.49% | - |
| HSV(B) | 342.21º | 0.95% | 0.93% | - |
| XYZ | 36.42 | 18.79 | 8.92 | - |
| YUV | 86.21 | 123.37 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 78 | 0 | 0.95 | 0.67 | 0.07 | 342.21 | 0.91 | 0.49 |
| Hex | ED | B | 4E | 0 | 5F | 43 | 7 | 156 | 5B | 31 |
| Octal | 355 | 13 | 116 | 0 | 137 | 103 | 7 | 526 | 133 | 61 |
| Binary | 11101101 | 1011 | 1001110 | 0 | 1011111 | 1000011 | 111 | 101010110 | 1011011 | 110001 |
Color Harmonies of #ED0B4E
Complementary color
Monochromatic Colors of #ED0B4E
Black with #ED0B4E
Text Example
Text Example
White with #ED0B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B4E; }
p { color: rgb(237,11,78); }
H1.HeaderClassName
{
color: #ED0B4E;
}
.AnyTagClassName
{
color: #ED0B4E;
}
</style>
background-color css
<style>
a { background-color: #ED0B4E; }
a { background-color: rgb(237,11,78); }
div.DivClassName
{
background-color: #ED0B4E;
}
.BgClassName
{
background-color: #ED0B4E;
}
</style>
border-color css
<style>
span { border-color: #ED0B4E; }
span { border-color: rgb(237,11,78); }
td.TdClassName
{
border-color: #ED0B4E;
}
.TagClassName
{
border-color: #ED0B4E;
}
</style>