Shades of Razzmatazz #E90F5C
Tints of Razzmatazz #E90F5C
RGB
CMYK
RGB Variations
Color information
#E90F5C (or 0xE90F5C) is known color: Razzmatazz. HEX triplet: E9, 0F and 5C. RGB value is (233,15,92). Sum of RGB (Red+Green+Blue) = 233+15+92=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F5C is #16F0A3. Grayscale: #585858. Windows color (decimal): -1503396 or 6033385. OLE color: 6033385.
HSL color Cylindrical-coordinate representation of color #E90F5C: hue angle of 338.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F5C is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 92 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.09 |
| HSL | 338.81º | 0.88% | 0.49% | - |
| HSV(B) | 338.81º | 0.94% | 0.91% | - |
| XYZ | 35.71 | 18.44 | 11.8 | - |
| YUV | 88.96 | 129.72 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 92 | 0 | 0.94 | 0.61 | 0.09 | 338.81 | 0.88 | 0.49 |
| Hex | E9 | F | 5C | 0 | 5E | 3D | 9 | 153 | 58 | 31 |
| Octal | 351 | 17 | 134 | 0 | 136 | 75 | 11 | 523 | 130 | 61 |
| Binary | 11101001 | 1111 | 1011100 | 0 | 1011110 | 111101 | 1001 | 101010011 | 1011000 | 110001 |
Color Harmonies of #E90F5C
Complementary color
Monochromatic Colors of #E90F5C
Black with #E90F5C
Text Example
Text Example
White with #E90F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F5C; }
p { color: rgb(233,15,92); }
H1.HeaderClassName
{
color: #E90F5C;
}
.AnyTagClassName
{
color: #E90F5C;
}
</style>
background-color css
<style>
a { background-color: #E90F5C; }
a { background-color: rgb(233,15,92); }
div.DivClassName
{
background-color: #E90F5C;
}
.BgClassName
{
background-color: #E90F5C;
}
</style>
border-color css
<style>
span { border-color: #E90F5C; }
span { border-color: rgb(233,15,92); }
td.TdClassName
{
border-color: #E90F5C;
}
.TagClassName
{
border-color: #E90F5C;
}
</style>