Shades of Razzmatazz #E1056D
Tints of Razzmatazz #E1056D
RGB
CMYK
RGB Variations
Color information
#E1056D (or 0xE1056D) is known color: Razzmatazz. HEX triplet: E1, 05 and 6D. RGB value is (225,5,109). Sum of RGB (Red+Green+Blue) = 225+5+109=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1056D is #1EFA92. Grayscale: #525252. Windows color (decimal): -2030227 or 7144929. OLE color: 7144929.
HSL color Cylindrical-coordinate representation of color #E1056D: hue angle of 331.64º 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 #E1056D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.12 |
| HSL | 331.64º | 0.96% | 0.45% | - |
| HSV(B) | 331.64º | 0.98% | 0.88% | - |
| XYZ | 33.87 | 17.22 | 16.01 | - |
| YUV | 82.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 109 | 0 | 0.98 | 0.52 | 0.12 | 331.64 | 0.96 | 0.45 |
| Hex | E1 | 5 | 6D | 0 | 62 | 34 | C | 14C | 60 | 2D |
| Octal | 341 | 5 | 155 | 0 | 142 | 64 | 14 | 514 | 140 | 55 |
| Binary | 11100001 | 101 | 1101101 | 0 | 1100010 | 110100 | 1100 | 101001100 | 1100000 | 101101 |
Color Harmonies of #E1056D
Complementary color
Monochromatic Colors of #E1056D
Black with #E1056D
Text Example
Text Example
White with #E1056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1056D; }
p { color: rgb(225,5,109); }
H1.HeaderClassName
{
color: #E1056D;
}
.AnyTagClassName
{
color: #E1056D;
}
</style>
background-color css
<style>
a { background-color: #E1056D; }
a { background-color: rgb(225,5,109); }
div.DivClassName
{
background-color: #E1056D;
}
.BgClassName
{
background-color: #E1056D;
}
</style>
border-color css
<style>
span { border-color: #E1056D; }
span { border-color: rgb(225,5,109); }
td.TdClassName
{
border-color: #E1056D;
}
.TagClassName
{
border-color: #E1056D;
}
</style>