Shades of Razzmatazz #E9056B
Tints of Razzmatazz #E9056B
RGB
CMYK
RGB Variations
Color information
#E9056B (or 0xE9056B) is known color: Razzmatazz. HEX triplet: E9, 05 and 6B. RGB value is (233,5,107). Sum of RGB (Red+Green+Blue) = 233+5+107=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9056B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9056B is #16FA94. Grayscale: #545454. Windows color (decimal): -1505941 or 7013865. OLE color: 7013865.
HSL color Cylindrical-coordinate representation of color #E9056B: hue angle of 333.16º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9056B is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.09 |
| HSL | 333.16º | 0.96% | 0.47% | - |
| HSV(B) | 333.16º | 0.98% | 0.91% | - |
| XYZ | 36.31 | 18.49 | 15.57 | - |
| YUV | 84.8 | 140.54 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 107 | 0 | 0.98 | 0.54 | 0.09 | 333.16 | 0.96 | 0.47 |
| Hex | E9 | 5 | 6B | 0 | 62 | 36 | 9 | 14D | 60 | 2F |
| Octal | 351 | 5 | 153 | 0 | 142 | 66 | 11 | 515 | 140 | 57 |
| Binary | 11101001 | 101 | 1101011 | 0 | 1100010 | 110110 | 1001 | 101001101 | 1100000 | 101111 |
Color Harmonies of #E9056B
Complementary color
Monochromatic Colors of #E9056B
Black with #E9056B
Text Example
Text Example
White with #E9056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9056B; }
p { color: rgb(233,5,107); }
H1.HeaderClassName
{
color: #E9056B;
}
.AnyTagClassName
{
color: #E9056B;
}
</style>
background-color css
<style>
a { background-color: #E9056B; }
a { background-color: rgb(233,5,107); }
div.DivClassName
{
background-color: #E9056B;
}
.BgClassName
{
background-color: #E9056B;
}
</style>
border-color css
<style>
span { border-color: #E9056B; }
span { border-color: rgb(233,5,107); }
td.TdClassName
{
border-color: #E9056B;
}
.TagClassName
{
border-color: #E9056B;
}
</style>