Shades of Razzmatazz #E90B5C
Tints of Razzmatazz #E90B5C
RGB
CMYK
RGB Variations
Color information
#E90B5C (or 0xE90B5C) is known color: Razzmatazz. HEX triplet: E9, 0B and 5C. RGB value is (233,11,92). Sum of RGB (Red+Green+Blue) = 233+11+92=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90B5C is #16F4A3. Grayscale: #565656. Windows color (decimal): -1504420 or 6032361. OLE color: 6032361.
HSL color Cylindrical-coordinate representation of color #E90B5C: hue angle of 338.11º degrees, saturation: 0.91, 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 #E90B5C is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 92 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.09 |
| HSL | 338.11º | 0.91% | 0.48% | - |
| HSV(B) | 338.11º | 0.95% | 0.91% | - |
| XYZ | 35.66 | 18.34 | 11.79 | - |
| YUV | 86.61 | 131.05 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 92 | 0 | 0.95 | 0.61 | 0.09 | 338.11 | 0.91 | 0.48 |
| Hex | E9 | B | 5C | 0 | 5F | 3D | 9 | 152 | 5B | 30 |
| Octal | 351 | 13 | 134 | 0 | 137 | 75 | 11 | 522 | 133 | 60 |
| Binary | 11101001 | 1011 | 1011100 | 0 | 1011111 | 111101 | 1001 | 101010010 | 1011011 | 110000 |
Color Harmonies of #E90B5C
Complementary color
Monochromatic Colors of #E90B5C
Black with #E90B5C
Text Example
Text Example
White with #E90B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90B5C; }
p { color: rgb(233,11,92); }
H1.HeaderClassName
{
color: #E90B5C;
}
.AnyTagClassName
{
color: #E90B5C;
}
</style>
background-color css
<style>
a { background-color: #E90B5C; }
a { background-color: rgb(233,11,92); }
div.DivClassName
{
background-color: #E90B5C;
}
.BgClassName
{
background-color: #E90B5C;
}
</style>
border-color css
<style>
span { border-color: #E90B5C; }
span { border-color: rgb(233,11,92); }
td.TdClassName
{
border-color: #E90B5C;
}
.TagClassName
{
border-color: #E90B5C;
}
</style>