Shades of Razzmatazz #E9065C
Tints of Razzmatazz #E9065C
RGB
CMYK
RGB Variations
Color information
#E9065C (or 0xE9065C) is known color: Razzmatazz. HEX triplet: E9, 06 and 5C. RGB value is (233,6,92). Sum of RGB (Red+Green+Blue) = 233+6+92=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9065C is #16F9A3. Grayscale: #535353. Windows color (decimal): -1505700 or 6031081. OLE color: 6031081.
HSL color Cylindrical-coordinate representation of color #E9065C: hue angle of 337.27º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9065C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.09 |
| HSL | 337.27º | 0.95% | 0.47% | - |
| HSV(B) | 337.27º | 0.97% | 0.91% | - |
| XYZ | 35.6 | 18.23 | 11.77 | - |
| YUV | 83.68 | 132.71 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 92 | 0 | 0.97 | 0.61 | 0.09 | 337.27 | 0.95 | 0.47 |
| Hex | E9 | 6 | 5C | 0 | 61 | 3D | 9 | 151 | 5F | 2F |
| Octal | 351 | 6 | 134 | 0 | 141 | 75 | 11 | 521 | 137 | 57 |
| Binary | 11101001 | 110 | 1011100 | 0 | 1100001 | 111101 | 1001 | 101010001 | 1011111 | 101111 |
Color Harmonies of #E9065C
Complementary color
Monochromatic Colors of #E9065C
Black with #E9065C
Text Example
Text Example
White with #E9065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9065C; }
p { color: rgb(233,6,92); }
H1.HeaderClassName
{
color: #E9065C;
}
.AnyTagClassName
{
color: #E9065C;
}
</style>
background-color css
<style>
a { background-color: #E9065C; }
a { background-color: rgb(233,6,92); }
div.DivClassName
{
background-color: #E9065C;
}
.BgClassName
{
background-color: #E9065C;
}
</style>
border-color css
<style>
span { border-color: #E9065C; }
span { border-color: rgb(233,6,92); }
td.TdClassName
{
border-color: #E9065C;
}
.TagClassName
{
border-color: #E9065C;
}
</style>