Shades of Razzmatazz #E9154D
Tints of Razzmatazz #E9154D
RGB
CMYK
RGB Variations
Color information
#E9154D (or 0xE9154D) is known color: Razzmatazz. HEX triplet: E9, 15 and 4D. RGB value is (233,21,77). Sum of RGB (Red+Green+Blue) = 233+21+77=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9154D is #16EAB2. Grayscale: #5A5A5A. Windows color (decimal): -1501875 or 5051881. OLE color: 5051881.
HSL color Cylindrical-coordinate representation of color #E9154D: hue angle of 344.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9154D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.09 |
| HSL | 344.15º | 0.83% | 0.5% | - |
| HSV(B) | 344.15º | 0.91% | 0.91% | - |
| XYZ | 35.21 | 18.4 | 8.72 | - |
| YUV | 90.77 | 120.24 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 77 | 0 | 0.91 | 0.67 | 0.09 | 344.15 | 0.83 | 0.5 |
| Hex | E9 | 15 | 4D | 0 | 5B | 43 | 9 | 158 | 53 | 32 |
| Octal | 351 | 25 | 115 | 0 | 133 | 103 | 11 | 530 | 123 | 62 |
| Binary | 11101001 | 10101 | 1001101 | 0 | 1011011 | 1000011 | 1001 | 101011000 | 1010011 | 110010 |
Color Harmonies of #E9154D
Complementary color
Monochromatic Colors of #E9154D
Black with #E9154D
Text Example
Text Example
White with #E9154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9154D; }
p { color: rgb(233,21,77); }
H1.HeaderClassName
{
color: #E9154D;
}
.AnyTagClassName
{
color: #E9154D;
}
</style>
background-color css
<style>
a { background-color: #E9154D; }
a { background-color: rgb(233,21,77); }
div.DivClassName
{
background-color: #E9154D;
}
.BgClassName
{
background-color: #E9154D;
}
</style>
border-color css
<style>
span { border-color: #E9154D; }
span { border-color: rgb(233,21,77); }
td.TdClassName
{
border-color: #E9154D;
}
.TagClassName
{
border-color: #E9154D;
}
</style>