Shades of Razzmatazz #E2036B
Tints of Razzmatazz #E2036B
RGB
CMYK
RGB Variations
Color information
#E2036B (or 0xE2036B) is known color: Razzmatazz. HEX triplet: E2, 03 and 6B. RGB value is (226,3,107). Sum of RGB (Red+Green+Blue) = 226+3+107=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2036B is #1DFC94. Grayscale: #515151. Windows color (decimal): -1965205 or 7013346. OLE color: 7013346.
HSL color Cylindrical-coordinate representation of color #E2036B: hue angle of 332.02º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2036B is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.11 |
| HSL | 332.02º | 0.97% | 0.45% | - |
| HSV(B) | 332.02º | 0.99% | 0.89% | - |
| XYZ | 34.05 | 17.3 | 15.45 | - |
| YUV | 81.53 | 142.38 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 107 | 0 | 0.99 | 0.53 | 0.11 | 332.02 | 0.97 | 0.45 |
| Hex | E2 | 3 | 6B | 0 | 63 | 35 | B | 14C | 61 | 2D |
| Octal | 342 | 3 | 153 | 0 | 143 | 65 | 13 | 514 | 141 | 55 |
| Binary | 11100010 | 11 | 1101011 | 0 | 1100011 | 110101 | 1011 | 101001100 | 1100001 | 101101 |
Color Harmonies of #E2036B
Complementary color
Monochromatic Colors of #E2036B
Black with #E2036B
Text Example
Text Example
White with #E2036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2036B; }
p { color: rgb(226,3,107); }
H1.HeaderClassName
{
color: #E2036B;
}
.AnyTagClassName
{
color: #E2036B;
}
</style>
background-color css
<style>
a { background-color: #E2036B; }
a { background-color: rgb(226,3,107); }
div.DivClassName
{
background-color: #E2036B;
}
.BgClassName
{
background-color: #E2036B;
}
</style>
border-color css
<style>
span { border-color: #E2036B; }
span { border-color: rgb(226,3,107); }
td.TdClassName
{
border-color: #E2036B;
}
.TagClassName
{
border-color: #E2036B;
}
</style>