Shades of Razzmatazz #E7065C
Tints of Razzmatazz #E7065C
RGB
CMYK
RGB Variations
Color information
#E7065C (or 0xE7065C) is known color: Razzmatazz. HEX triplet: E7, 06 and 5C. RGB value is (231,6,92). Sum of RGB (Red+Green+Blue) = 231+6+92=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7065C is #18F9A3. Grayscale: #525252. Windows color (decimal): -1636772 or 6031079. OLE color: 6031079.
HSL color Cylindrical-coordinate representation of color #E7065C: hue angle of 337.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7065C is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.09 |
| HSL | 337.07º | 0.95% | 0.46% | - |
| HSV(B) | 337.07º | 0.97% | 0.91% | - |
| XYZ | 34.95 | 17.89 | 11.74 | - |
| YUV | 83.08 | 133.04 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 92 | 0 | 0.97 | 0.60 | 0.09 | 337.07 | 0.95 | 0.46 |
| Hex | E7 | 6 | 5C | 0 | 61 | 3C | 9 | 151 | 5F | 2E |
| Octal | 347 | 6 | 134 | 0 | 141 | 74 | 11 | 521 | 137 | 56 |
| Binary | 11100111 | 110 | 1011100 | 0 | 1100001 | 111100 | 1001 | 101010001 | 1011111 | 101110 |
Color Harmonies of #E7065C
Complementary color
Monochromatic Colors of #E7065C
Black with #E7065C
Text Example
Text Example
White with #E7065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7065C; }
p { color: rgb(231,6,92); }
H1.HeaderClassName
{
color: #E7065C;
}
.AnyTagClassName
{
color: #E7065C;
}
</style>
background-color css
<style>
a { background-color: #E7065C; }
a { background-color: rgb(231,6,92); }
div.DivClassName
{
background-color: #E7065C;
}
.BgClassName
{
background-color: #E7065C;
}
</style>
border-color css
<style>
span { border-color: #E7065C; }
span { border-color: rgb(231,6,92); }
td.TdClassName
{
border-color: #E7065C;
}
.TagClassName
{
border-color: #E7065C;
}
</style>