Shades of Razzmatazz #E1055C
Tints of Razzmatazz #E1055C
RGB
CMYK
RGB Variations
Color information
#E1055C (or 0xE1055C) is known color: Razzmatazz. HEX triplet: E1, 05 and 5C. RGB value is (225,5,92). Sum of RGB (Red+Green+Blue) = 225+5+92=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1055C is #1EFAA3. Grayscale: #505050. Windows color (decimal): -2030244 or 6030817. OLE color: 6030817.
HSL color Cylindrical-coordinate representation of color #E1055C: hue angle of 336.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1055C is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 92 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.12 |
| HSL | 336.27º | 0.96% | 0.45% | - |
| HSV(B) | 336.27º | 0.98% | 0.88% | - |
| XYZ | 33.04 | 16.89 | 11.64 | - |
| YUV | 80.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 92 | 0 | 0.98 | 0.59 | 0.12 | 336.27 | 0.96 | 0.45 |
| Hex | E1 | 5 | 5C | 0 | 62 | 3B | C | 150 | 60 | 2D |
| Octal | 341 | 5 | 134 | 0 | 142 | 73 | 14 | 520 | 140 | 55 |
| Binary | 11100001 | 101 | 1011100 | 0 | 1100010 | 111011 | 1100 | 101010000 | 1100000 | 101101 |
Color Harmonies of #E1055C
Complementary color
Monochromatic Colors of #E1055C
Black with #E1055C
Text Example
Text Example
White with #E1055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1055C; }
p { color: rgb(225,5,92); }
H1.HeaderClassName
{
color: #E1055C;
}
.AnyTagClassName
{
color: #E1055C;
}
</style>
background-color css
<style>
a { background-color: #E1055C; }
a { background-color: rgb(225,5,92); }
div.DivClassName
{
background-color: #E1055C;
}
.BgClassName
{
background-color: #E1055C;
}
</style>
border-color css
<style>
span { border-color: #E1055C; }
span { border-color: rgb(225,5,92); }
td.TdClassName
{
border-color: #E1055C;
}
.TagClassName
{
border-color: #E1055C;
}
</style>