Shades of Razzmatazz #E7035C
Tints of Razzmatazz #E7035C
RGB
CMYK
RGB Variations
Color information
#E7035C (or 0xE7035C) is known color: Razzmatazz. HEX triplet: E7, 03 and 5C. RGB value is (231,3,92). Sum of RGB (Red+Green+Blue) = 231+3+92=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E7035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7035C is #18FCA3. Grayscale: #515151. Windows color (decimal): -1637540 or 6030311. OLE color: 6030311.
HSL color Cylindrical-coordinate representation of color #E7035C: hue angle of 336.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7035C is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.09 |
| HSL | 336.58º | 0.97% | 0.46% | - |
| HSV(B) | 336.58º | 0.99% | 0.91% | - |
| XYZ | 34.92 | 17.83 | 11.73 | - |
| YUV | 81.32 | 134.04 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 92 | 0 | 0.99 | 0.60 | 0.09 | 336.58 | 0.97 | 0.46 |
| Hex | E7 | 3 | 5C | 0 | 63 | 3C | 9 | 151 | 61 | 2E |
| Octal | 347 | 3 | 134 | 0 | 143 | 74 | 11 | 521 | 141 | 56 |
| Binary | 11100111 | 11 | 1011100 | 0 | 1100011 | 111100 | 1001 | 101010001 | 1100001 | 101110 |
Color Harmonies of #E7035C
Complementary color
Monochromatic Colors of #E7035C
Black with #E7035C
Text Example
Text Example
White with #E7035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7035C; }
p { color: rgb(231,3,92); }
H1.HeaderClassName
{
color: #E7035C;
}
.AnyTagClassName
{
color: #E7035C;
}
</style>
background-color css
<style>
a { background-color: #E7035C; }
a { background-color: rgb(231,3,92); }
div.DivClassName
{
background-color: #E7035C;
}
.BgClassName
{
background-color: #E7035C;
}
</style>
border-color css
<style>
span { border-color: #E7035C; }
span { border-color: rgb(231,3,92); }
td.TdClassName
{
border-color: #E7035C;
}
.TagClassName
{
border-color: #E7035C;
}
</style>