Shades of Razzmatazz #E7035A
Tints of Razzmatazz #E7035A
RGB
CMYK
RGB Variations
Color information
#E7035A (or 0xE7035A) is known color: Razzmatazz. HEX triplet: E7, 03 and 5A. RGB value is (231,3,90). Sum of RGB (Red+Green+Blue) = 231+3+90=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7035A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7035A is #18FCA5. Grayscale: #505050. Windows color (decimal): -1637542 or 5899239. OLE color: 5899239.
HSL color Cylindrical-coordinate representation of color #E7035A: hue angle of 337.11º 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 #E7035A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.09 |
| HSL | 337.11º | 0.97% | 0.46% | - |
| HSV(B) | 337.11º | 0.99% | 0.91% | - |
| XYZ | 34.83 | 17.79 | 11.27 | - |
| YUV | 81.09 | 133.04 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 90 | 0 | 0.99 | 0.61 | 0.09 | 337.11 | 0.97 | 0.46 |
| Hex | E7 | 3 | 5A | 0 | 63 | 3D | 9 | 151 | 61 | 2E |
| Octal | 347 | 3 | 132 | 0 | 143 | 75 | 11 | 521 | 141 | 56 |
| Binary | 11100111 | 11 | 1011010 | 0 | 1100011 | 111101 | 1001 | 101010001 | 1100001 | 101110 |
Color Harmonies of #E7035A
Complementary color
Monochromatic Colors of #E7035A
Black with #E7035A
Text Example
Text Example
White with #E7035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7035A; }
p { color: rgb(231,3,90); }
H1.HeaderClassName
{
color: #E7035A;
}
.AnyTagClassName
{
color: #E7035A;
}
</style>
background-color css
<style>
a { background-color: #E7035A; }
a { background-color: rgb(231,3,90); }
div.DivClassName
{
background-color: #E7035A;
}
.BgClassName
{
background-color: #E7035A;
}
</style>
border-color css
<style>
span { border-color: #E7035A; }
span { border-color: rgb(231,3,90); }
td.TdClassName
{
border-color: #E7035A;
}
.TagClassName
{
border-color: #E7035A;
}
</style>