Shades of Razzmatazz #E10855
Tints of Razzmatazz #E10855
RGB
CMYK
RGB Variations
Color information
#E10855 (or 0xE10855) is known color: Razzmatazz. HEX triplet: E1, 08 and 55. RGB value is (225,8,85). Sum of RGB (Red+Green+Blue) = 225+8+85=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E10855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10855 is #1EF7AA. Grayscale: #515151. Windows color (decimal): -2029483 or 5572833. OLE color: 5572833.
HSL color Cylindrical-coordinate representation of color #E10855: hue angle of 338.71º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10855 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 85 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.12 |
| HSL | 338.71º | 0.93% | 0.46% | - |
| HSV(B) | 338.71º | 0.96% | 0.88% | - |
| XYZ | 32.78 | 16.84 | 10.12 | - |
| YUV | 81.66 | 129.89 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 85 | 0 | 0.96 | 0.62 | 0.12 | 338.71 | 0.93 | 0.46 |
| Hex | E1 | 8 | 55 | 0 | 60 | 3E | C | 153 | 5D | 2E |
| Octal | 341 | 10 | 125 | 0 | 140 | 76 | 14 | 523 | 135 | 56 |
| Binary | 11100001 | 1000 | 1010101 | 0 | 1100000 | 111110 | 1100 | 101010011 | 1011101 | 101110 |
Color Harmonies of #E10855
Complementary color
Monochromatic Colors of #E10855
Black with #E10855
Text Example
Text Example
White with #E10855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10855; }
p { color: rgb(225,8,85); }
H1.HeaderClassName
{
color: #E10855;
}
.AnyTagClassName
{
color: #E10855;
}
</style>
background-color css
<style>
a { background-color: #E10855; }
a { background-color: rgb(225,8,85); }
div.DivClassName
{
background-color: #E10855;
}
.BgClassName
{
background-color: #E10855;
}
</style>
border-color css
<style>
span { border-color: #E10855; }
span { border-color: rgb(225,8,85); }
td.TdClassName
{
border-color: #E10855;
}
.TagClassName
{
border-color: #E10855;
}
</style>