Shades of Razzmatazz #E70355
Tints of Razzmatazz #E70355
RGB
CMYK
RGB Variations
Color information
#E70355 (or 0xE70355) is known color: Razzmatazz. HEX triplet: E7, 03 and 55. RGB value is (231,3,85). Sum of RGB (Red+Green+Blue) = 231+3+85=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E70355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70355 is #18FCAA. Grayscale: #505050. Windows color (decimal): -1637547 or 5571559. OLE color: 5571559.
HSL color Cylindrical-coordinate representation of color #E70355: hue angle of 338.42º 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 #E70355 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.09 |
| HSL | 338.42º | 0.97% | 0.46% | - |
| HSV(B) | 338.42º | 0.99% | 0.91% | - |
| XYZ | 34.63 | 17.71 | 10.19 | - |
| YUV | 80.52 | 130.54 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 85 | 0 | 0.99 | 0.63 | 0.09 | 338.42 | 0.97 | 0.46 |
| Hex | E7 | 3 | 55 | 0 | 63 | 3F | 9 | 152 | 61 | 2E |
| Octal | 347 | 3 | 125 | 0 | 143 | 77 | 11 | 522 | 141 | 56 |
| Binary | 11100111 | 11 | 1010101 | 0 | 1100011 | 111111 | 1001 | 101010010 | 1100001 | 101110 |
Color Harmonies of #E70355
Complementary color
Monochromatic Colors of #E70355
Black with #E70355
Text Example
Text Example
White with #E70355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70355; }
p { color: rgb(231,3,85); }
H1.HeaderClassName
{
color: #E70355;
}
.AnyTagClassName
{
color: #E70355;
}
</style>
background-color css
<style>
a { background-color: #E70355; }
a { background-color: rgb(231,3,85); }
div.DivClassName
{
background-color: #E70355;
}
.BgClassName
{
background-color: #E70355;
}
</style>
border-color css
<style>
span { border-color: #E70355; }
span { border-color: rgb(231,3,85); }
td.TdClassName
{
border-color: #E70355;
}
.TagClassName
{
border-color: #E70355;
}
</style>