Shades of Razzmatazz #E90C53
Tints of Razzmatazz #E90C53
RGB
CMYK
RGB Variations
Color information
#E90C53 (or 0xE90C53) is known color: Razzmatazz. HEX triplet: E9, 0C and 53. RGB value is (233,12,83). Sum of RGB (Red+Green+Blue) = 233+12+83=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90C53 is #16F3AC. Grayscale: #565656. Windows color (decimal): -1504173 or 5442793. OLE color: 5442793.
HSL color Cylindrical-coordinate representation of color #E90C53: hue angle of 340.72º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C53 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 83 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.09 |
| HSL | 340.72º | 0.9% | 0.48% | - |
| HSV(B) | 340.72º | 0.95% | 0.91% | - |
| XYZ | 35.3 | 18.21 | 9.84 | - |
| YUV | 86.17 | 126.22 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 83 | 0 | 0.95 | 0.64 | 0.09 | 340.72 | 0.9 | 0.48 |
| Hex | E9 | C | 53 | 0 | 5F | 40 | 9 | 155 | 5A | 30 |
| Octal | 351 | 14 | 123 | 0 | 137 | 100 | 11 | 525 | 132 | 60 |
| Binary | 11101001 | 1100 | 1010011 | 0 | 1011111 | 1000000 | 1001 | 101010101 | 1011010 | 110000 |
Color Harmonies of #E90C53
Complementary color
Monochromatic Colors of #E90C53
Black with #E90C53
Text Example
Text Example
White with #E90C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C53; }
p { color: rgb(233,12,83); }
H1.HeaderClassName
{
color: #E90C53;
}
.AnyTagClassName
{
color: #E90C53;
}
</style>
background-color css
<style>
a { background-color: #E90C53; }
a { background-color: rgb(233,12,83); }
div.DivClassName
{
background-color: #E90C53;
}
.BgClassName
{
background-color: #E90C53;
}
</style>
border-color css
<style>
span { border-color: #E90C53; }
span { border-color: rgb(233,12,83); }
td.TdClassName
{
border-color: #E90C53;
}
.TagClassName
{
border-color: #E90C53;
}
</style>