Shades of Razzmatazz #E1056B
Tints of Razzmatazz #E1056B
RGB
CMYK
RGB Variations
Color information
#E1056B (or 0xE1056B) is known color: Razzmatazz. HEX triplet: E1, 05 and 6B. RGB value is (225,5,107). Sum of RGB (Red+Green+Blue) = 225+5+107=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1056B is #1EFA94. Grayscale: #525252. Windows color (decimal): -2030229 or 7013857. OLE color: 7013857.
HSL color Cylindrical-coordinate representation of color #E1056B: hue angle of 332.18º 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 #E1056B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.12 |
| HSL | 332.18º | 0.96% | 0.45% | - |
| HSV(B) | 332.18º | 0.98% | 0.88% | - |
| XYZ | 33.76 | 17.18 | 15.45 | - |
| YUV | 82.41 | 141.89 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 107 | 0 | 0.98 | 0.52 | 0.12 | 332.18 | 0.96 | 0.45 |
| Hex | E1 | 5 | 6B | 0 | 62 | 34 | C | 14C | 60 | 2D |
| Octal | 341 | 5 | 153 | 0 | 142 | 64 | 14 | 514 | 140 | 55 |
| Binary | 11100001 | 101 | 1101011 | 0 | 1100010 | 110100 | 1100 | 101001100 | 1100000 | 101101 |
Color Harmonies of #E1056B
Complementary color
Monochromatic Colors of #E1056B
Black with #E1056B
Text Example
Text Example
White with #E1056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1056B; }
p { color: rgb(225,5,107); }
H1.HeaderClassName
{
color: #E1056B;
}
.AnyTagClassName
{
color: #E1056B;
}
</style>
background-color css
<style>
a { background-color: #E1056B; }
a { background-color: rgb(225,5,107); }
div.DivClassName
{
background-color: #E1056B;
}
.BgClassName
{
background-color: #E1056B;
}
</style>
border-color css
<style>
span { border-color: #E1056B; }
span { border-color: rgb(225,5,107); }
td.TdClassName
{
border-color: #E1056B;
}
.TagClassName
{
border-color: #E1056B;
}
</style>