Shades of Razzmatazz #E8007B
Tints of Razzmatazz #E8007B
RGB
CMYK
RGB Variations
Color information
#E8007B (or 0xE8007B) is known color: Razzmatazz. HEX triplet: E8, 00 and 7B. RGB value is (232,0,123). Sum of RGB (Red+Green+Blue) = 232+0+123=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E8007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8007B is #17FF84. Grayscale: #535353. Windows color (decimal): -1572741 or 8061160. OLE color: 8061160.
HSL color Cylindrical-coordinate representation of color #E8007B: hue angle of 328.19º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8007B is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.47 | 0.09 |
| HSL | 328.19º | 1% | 0.45% | - |
| HSV(B) | 328.19º | 1% | 0.91% | - |
| XYZ | 36.85 | 18.59 | 20.38 | - |
| YUV | 83.39 | 150.36 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 123 | 0 | 1 | 0.47 | 0.09 | 328.19 | 1 | 0.45 |
| Hex | E8 | 0 | 7B | 0 | 64 | 2F | 9 | 148 | 64 | 2D |
| Octal | 350 | 0 | 173 | 0 | 144 | 57 | 11 | 510 | 144 | 55 |
| Binary | 11101000 | 0 | 1111011 | 0 | 1100100 | 101111 | 1001 | 101001000 | 1100100 | 101101 |
Color Harmonies of #E8007B
Complementary color
Monochromatic Colors of #E8007B
Black with #E8007B
Text Example
Text Example
White with #E8007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8007B; }
p { color: rgb(232,0,123); }
H1.HeaderClassName
{
color: #E8007B;
}
.AnyTagClassName
{
color: #E8007B;
}
</style>
background-color css
<style>
a { background-color: #E8007B; }
a { background-color: rgb(232,0,123); }
div.DivClassName
{
background-color: #E8007B;
}
.BgClassName
{
background-color: #E8007B;
}
</style>
border-color css
<style>
span { border-color: #E8007B; }
span { border-color: rgb(232,0,123); }
td.TdClassName
{
border-color: #E8007B;
}
.TagClassName
{
border-color: #E8007B;
}
</style>