Shades of Razzmatazz #EB0577
Tints of Razzmatazz #EB0577
RGB
CMYK
RGB Variations
Color information
#EB0577 (or 0xEB0577) is known color: Razzmatazz. HEX triplet: EB, 05 and 77. RGB value is (235,5,119). Sum of RGB (Red+Green+Blue) = 235+5+119=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0577 is #14FA88. Grayscale: #565656. Windows color (decimal): -1374857 or 7800299. OLE color: 7800299.
HSL color Cylindrical-coordinate representation of color #EB0577: hue angle of 330.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0577 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.08 |
| HSL | 330.26º | 0.96% | 0.47% | - |
| HSV(B) | 330.26º | 0.98% | 0.92% | - |
| XYZ | 37.65 | 19.1 | 19.16 | - |
| YUV | 86.77 | 146.2 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 5 | 119 | 0 | 0.98 | 0.49 | 0.08 | 330.26 | 0.96 | 0.47 |
| Hex | EB | 5 | 77 | 0 | 62 | 31 | 8 | 14A | 60 | 2F |
| Octal | 353 | 5 | 167 | 0 | 142 | 61 | 10 | 512 | 140 | 57 |
| Binary | 11101011 | 101 | 1110111 | 0 | 1100010 | 110001 | 1000 | 101001010 | 1100000 | 101111 |
Color Harmonies of #EB0577
Complementary color
Monochromatic Colors of #EB0577
Black with #EB0577
Text Example
Text Example
White with #EB0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0577; }
p { color: rgb(235,5,119); }
H1.HeaderClassName
{
color: #EB0577;
}
.AnyTagClassName
{
color: #EB0577;
}
</style>
background-color css
<style>
a { background-color: #EB0577; }
a { background-color: rgb(235,5,119); }
div.DivClassName
{
background-color: #EB0577;
}
.BgClassName
{
background-color: #EB0577;
}
</style>
border-color css
<style>
span { border-color: #EB0577; }
span { border-color: rgb(235,5,119); }
td.TdClassName
{
border-color: #EB0577;
}
.TagClassName
{
border-color: #EB0577;
}
</style>