Shades of Razzmatazz #E70855
Tints of Razzmatazz #E70855
RGB
CMYK
RGB Variations
Color information
#E70855 (or 0xE70855) is known color: Razzmatazz. HEX triplet: E7, 08 and 55. RGB value is (231,8,85). Sum of RGB (Red+Green+Blue) = 231+8+85=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E70855 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70855 is #18F7AA. Grayscale: #535353. Windows color (decimal): -1636267 or 5572839. OLE color: 5572839.
HSL color Cylindrical-coordinate representation of color #E70855: hue angle of 339.28º degrees, saturation: 0.93, 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 #E70855 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 85 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.09 |
| HSL | 339.28º | 0.93% | 0.47% | - |
| HSV(B) | 339.28º | 0.97% | 0.91% | - |
| XYZ | 34.68 | 17.82 | 10.21 | - |
| YUV | 83.46 | 128.88 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 85 | 0 | 0.97 | 0.63 | 0.09 | 339.28 | 0.93 | 0.47 |
| Hex | E7 | 8 | 55 | 0 | 61 | 3F | 9 | 153 | 5D | 2F |
| Octal | 347 | 10 | 125 | 0 | 141 | 77 | 11 | 523 | 135 | 57 |
| Binary | 11100111 | 1000 | 1010101 | 0 | 1100001 | 111111 | 1001 | 101010011 | 1011101 | 101111 |
Color Harmonies of #E70855
Complementary color
Monochromatic Colors of #E70855
Black with #E70855
Text Example
Text Example
White with #E70855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70855; }
p { color: rgb(231,8,85); }
H1.HeaderClassName
{
color: #E70855;
}
.AnyTagClassName
{
color: #E70855;
}
</style>
background-color css
<style>
a { background-color: #E70855; }
a { background-color: rgb(231,8,85); }
div.DivClassName
{
background-color: #E70855;
}
.BgClassName
{
background-color: #E70855;
}
</style>
border-color css
<style>
span { border-color: #E70855; }
span { border-color: rgb(231,8,85); }
td.TdClassName
{
border-color: #E70855;
}
.TagClassName
{
border-color: #E70855;
}
</style>