Shades of Razzmatazz #E8026B
Tints of Razzmatazz #E8026B
RGB
CMYK
RGB Variations
Color information
#E8026B (or 0xE8026B) is known color: Razzmatazz. HEX triplet: E8, 02 and 6B. RGB value is (232,2,107). Sum of RGB (Red+Green+Blue) = 232+2+107=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8026B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8026B is #17FD94. Grayscale: #525252. Windows color (decimal): -1572245 or 7013096. OLE color: 7013096.
HSL color Cylindrical-coordinate representation of color #E8026B: hue angle of 332.61º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8026B is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.09 |
| HSL | 332.61º | 0.98% | 0.46% | - |
| HSV(B) | 332.61º | 0.99% | 0.91% | - |
| XYZ | 35.95 | 18.26 | 15.54 | - |
| YUV | 82.74 | 141.7 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 107 | 0 | 0.99 | 0.54 | 0.09 | 332.61 | 0.98 | 0.46 |
| Hex | E8 | 2 | 6B | 0 | 63 | 36 | 9 | 14D | 62 | 2E |
| Octal | 350 | 2 | 153 | 0 | 143 | 66 | 11 | 515 | 142 | 56 |
| Binary | 11101000 | 10 | 1101011 | 0 | 1100011 | 110110 | 1001 | 101001101 | 1100010 | 101110 |
Color Harmonies of #E8026B
Complementary color
Monochromatic Colors of #E8026B
Black with #E8026B
Text Example
Text Example
White with #E8026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8026B; }
p { color: rgb(232,2,107); }
H1.HeaderClassName
{
color: #E8026B;
}
.AnyTagClassName
{
color: #E8026B;
}
</style>
background-color css
<style>
a { background-color: #E8026B; }
a { background-color: rgb(232,2,107); }
div.DivClassName
{
background-color: #E8026B;
}
.BgClassName
{
background-color: #E8026B;
}
</style>
border-color css
<style>
span { border-color: #E8026B; }
span { border-color: rgb(232,2,107); }
td.TdClassName
{
border-color: #E8026B;
}
.TagClassName
{
border-color: #E8026B;
}
</style>