Shades of Razzmatazz #E71255
Tints of Razzmatazz #E71255
RGB
CMYK
RGB Variations
Color information
#E71255 (or 0xE71255) is known color: Razzmatazz. HEX triplet: E7, 12 and 55. RGB value is (231,18,85). Sum of RGB (Red+Green+Blue) = 231+18+85=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E71255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71255 is #18EDAA. Grayscale: #595959. Windows color (decimal): -1633707 or 5575399. OLE color: 5575399.
HSL color Cylindrical-coordinate representation of color #E71255: hue angle of 341.13º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71255 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 85 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.09 |
| HSL | 341.13º | 0.86% | 0.49% | - |
| HSV(B) | 341.13º | 0.92% | 0.91% | - |
| XYZ | 34.81 | 18.08 | 10.25 | - |
| YUV | 89.33 | 125.57 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 85 | 0 | 0.92 | 0.63 | 0.09 | 341.13 | 0.86 | 0.49 |
| Hex | E7 | 12 | 55 | 0 | 5C | 3F | 9 | 155 | 56 | 31 |
| Octal | 347 | 22 | 125 | 0 | 134 | 77 | 11 | 525 | 126 | 61 |
| Binary | 11100111 | 10010 | 1010101 | 0 | 1011100 | 111111 | 1001 | 101010101 | 1010110 | 110001 |
Color Harmonies of #E71255
Complementary color
Monochromatic Colors of #E71255
Black with #E71255
Text Example
Text Example
White with #E71255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71255; }
p { color: rgb(231,18,85); }
H1.HeaderClassName
{
color: #E71255;
}
.AnyTagClassName
{
color: #E71255;
}
</style>
background-color css
<style>
a { background-color: #E71255; }
a { background-color: rgb(231,18,85); }
div.DivClassName
{
background-color: #E71255;
}
.BgClassName
{
background-color: #E71255;
}
</style>
border-color css
<style>
span { border-color: #E71255; }
span { border-color: rgb(231,18,85); }
td.TdClassName
{
border-color: #E71255;
}
.TagClassName
{
border-color: #E71255;
}
</style>