Shades of Razzmatazz #E10355
Tints of Razzmatazz #E10355
RGB
CMYK
RGB Variations
Color information
#E10355 (or 0xE10355) is known color: Razzmatazz. HEX triplet: E1, 03 and 55. RGB value is (225,3,85). Sum of RGB (Red+Green+Blue) = 225+3+85=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E10355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10355 is #1EFCAA. Grayscale: #4E4E4E. Windows color (decimal): -2030763 or 5571553. OLE color: 5571553.
HSL color Cylindrical-coordinate representation of color #E10355: hue angle of 337.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10355 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.12 |
| HSL | 337.84º | 0.97% | 0.45% | - |
| HSV(B) | 337.84º | 0.99% | 0.88% | - |
| XYZ | 32.72 | 16.73 | 10.1 | - |
| YUV | 78.73 | 131.55 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 85 | 0 | 0.99 | 0.62 | 0.12 | 337.84 | 0.97 | 0.45 |
| Hex | E1 | 3 | 55 | 0 | 63 | 3E | C | 152 | 61 | 2D |
| Octal | 341 | 3 | 125 | 0 | 143 | 76 | 14 | 522 | 141 | 55 |
| Binary | 11100001 | 11 | 1010101 | 0 | 1100011 | 111110 | 1100 | 101010010 | 1100001 | 101101 |
Color Harmonies of #E10355
Complementary color
Monochromatic Colors of #E10355
Black with #E10355
Text Example
Text Example
White with #E10355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10355; }
p { color: rgb(225,3,85); }
H1.HeaderClassName
{
color: #E10355;
}
.AnyTagClassName
{
color: #E10355;
}
</style>
background-color css
<style>
a { background-color: #E10355; }
a { background-color: rgb(225,3,85); }
div.DivClassName
{
background-color: #E10355;
}
.BgClassName
{
background-color: #E10355;
}
</style>
border-color css
<style>
span { border-color: #E10355; }
span { border-color: rgb(225,3,85); }
td.TdClassName
{
border-color: #E10355;
}
.TagClassName
{
border-color: #E10355;
}
</style>