Shades of Razzmatazz #E2016D
Tints of Razzmatazz #E2016D
RGB
CMYK
RGB Variations
Color information
#E2016D (or 0xE2016D) is known color: Razzmatazz. HEX triplet: E2, 01 and 6D. RGB value is (226,1,109). Sum of RGB (Red+Green+Blue) = 226+1+109=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2016D is #1DFE92. Grayscale: #505050. Windows color (decimal): -1965715 or 7143906. OLE color: 7143906.
HSL color Cylindrical-coordinate representation of color #E2016D: hue angle of 331.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2016D is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.11 |
| HSL | 331.2º | 0.99% | 0.45% | - |
| HSV(B) | 331.2º | 1% | 0.89% | - |
| XYZ | 34.14 | 17.29 | 16.01 | - |
| YUV | 80.59 | 144.04 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 109 | 0 | 1.00 | 0.52 | 0.11 | 331.2 | 0.99 | 0.45 |
| Hex | E2 | 1 | 6D | 0 | 64 | 34 | B | 14B | 63 | 2D |
| Octal | 342 | 1 | 155 | 0 | 144 | 64 | 13 | 513 | 143 | 55 |
| Binary | 11100010 | 1 | 1101101 | 0 | 1100100 | 110100 | 1011 | 101001011 | 1100011 | 101101 |
Color Harmonies of #E2016D
Complementary color
Monochromatic Colors of #E2016D
Black with #E2016D
Text Example
Text Example
White with #E2016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2016D; }
p { color: rgb(226,1,109); }
H1.HeaderClassName
{
color: #E2016D;
}
.AnyTagClassName
{
color: #E2016D;
}
</style>
background-color css
<style>
a { background-color: #E2016D; }
a { background-color: rgb(226,1,109); }
div.DivClassName
{
background-color: #E2016D;
}
.BgClassName
{
background-color: #E2016D;
}
</style>
border-color css
<style>
span { border-color: #E2016D; }
span { border-color: rgb(226,1,109); }
td.TdClassName
{
border-color: #E2016D;
}
.TagClassName
{
border-color: #E2016D;
}
</style>