Shades of Razzmatazz #EB0D4D
Tints of Razzmatazz #EB0D4D
RGB
CMYK
RGB Variations
Color information
#EB0D4D (or 0xEB0D4D) is known color: Razzmatazz. HEX triplet: EB, 0D and 4D. RGB value is (235,13,77). Sum of RGB (Red+Green+Blue) = 235+13+77=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D4D is #14F2B2. Grayscale: #565656. Windows color (decimal): -1372851 or 5049835. OLE color: 5049835.
HSL color Cylindrical-coordinate representation of color #EB0D4D: hue angle of 342.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D4D is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 77 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.08 |
| HSL | 342.7º | 0.9% | 0.49% | - |
| HSV(B) | 342.7º | 0.94% | 0.92% | - |
| XYZ | 35.74 | 18.49 | 8.71 | - |
| YUV | 86.67 | 122.55 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 77 | 0 | 0.94 | 0.67 | 0.08 | 342.7 | 0.9 | 0.49 |
| Hex | EB | D | 4D | 0 | 5E | 43 | 8 | 157 | 5A | 31 |
| Octal | 353 | 15 | 115 | 0 | 136 | 103 | 10 | 527 | 132 | 61 |
| Binary | 11101011 | 1101 | 1001101 | 0 | 1011110 | 1000011 | 1000 | 101010111 | 1011010 | 110001 |
Color Harmonies of #EB0D4D
Complementary color
Monochromatic Colors of #EB0D4D
Black with #EB0D4D
Text Example
Text Example
White with #EB0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D4D; }
p { color: rgb(235,13,77); }
H1.HeaderClassName
{
color: #EB0D4D;
}
.AnyTagClassName
{
color: #EB0D4D;
}
</style>
background-color css
<style>
a { background-color: #EB0D4D; }
a { background-color: rgb(235,13,77); }
div.DivClassName
{
background-color: #EB0D4D;
}
.BgClassName
{
background-color: #EB0D4D;
}
</style>
border-color css
<style>
span { border-color: #EB0D4D; }
span { border-color: rgb(235,13,77); }
td.TdClassName
{
border-color: #EB0D4D;
}
.TagClassName
{
border-color: #EB0D4D;
}
</style>