Shades of Razzmatazz #EB0D4E
Tints of Razzmatazz #EB0D4E
RGB
CMYK
RGB Variations
Color information
#EB0D4E (or 0xEB0D4E) is known color: Razzmatazz. HEX triplet: EB, 0D and 4E. RGB value is (235,13,78). Sum of RGB (Red+Green+Blue) = 235+13+78=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D4E is #14F2B1. Grayscale: #565656. Windows color (decimal): -1372850 or 5115371. OLE color: 5115371.
HSL color Cylindrical-coordinate representation of color #EB0D4E: hue angle of 342.43º 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 #EB0D4E is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.08 |
| HSL | 342.43º | 0.9% | 0.49% | - |
| HSV(B) | 342.43º | 0.94% | 0.92% | - |
| XYZ | 35.78 | 18.5 | 8.89 | - |
| YUV | 86.79 | 123.05 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 78 | 0 | 0.94 | 0.67 | 0.08 | 342.43 | 0.9 | 0.49 |
| Hex | EB | D | 4E | 0 | 5E | 43 | 8 | 156 | 5A | 31 |
| Octal | 353 | 15 | 116 | 0 | 136 | 103 | 10 | 526 | 132 | 61 |
| Binary | 11101011 | 1101 | 1001110 | 0 | 1011110 | 1000011 | 1000 | 101010110 | 1011010 | 110001 |
Color Harmonies of #EB0D4E
Complementary color
Monochromatic Colors of #EB0D4E
Black with #EB0D4E
Text Example
Text Example
White with #EB0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D4E; }
p { color: rgb(235,13,78); }
H1.HeaderClassName
{
color: #EB0D4E;
}
.AnyTagClassName
{
color: #EB0D4E;
}
</style>
background-color css
<style>
a { background-color: #EB0D4E; }
a { background-color: rgb(235,13,78); }
div.DivClassName
{
background-color: #EB0D4E;
}
.BgClassName
{
background-color: #EB0D4E;
}
</style>
border-color css
<style>
span { border-color: #EB0D4E; }
span { border-color: rgb(235,13,78); }
td.TdClassName
{
border-color: #EB0D4E;
}
.TagClassName
{
border-color: #EB0D4E;
}
</style>