Shades of Razzmatazz #E7007B
Tints of Razzmatazz #E7007B
RGB
CMYK
RGB Variations
Color information
#E7007B (or 0xE7007B) is known color: Razzmatazz. HEX triplet: E7, 00 and 7B. RGB value is (231,0,123). Sum of RGB (Red+Green+Blue) = 231+0+123=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E7007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7007B is #18FF84. Grayscale: #525252. Windows color (decimal): -1638277 or 8061159. OLE color: 8061159.
HSL color Cylindrical-coordinate representation of color #E7007B: hue angle of 328.05º 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 #E7007B is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.47 | 0.09 |
| HSL | 328.05º | 1% | 0.45% | - |
| HSV(B) | 328.05º | 1% | 0.91% | - |
| XYZ | 36.53 | 18.42 | 20.37 | - |
| YUV | 83.09 | 150.53 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 123 | 0 | 1 | 0.47 | 0.09 | 328.05 | 1 | 0.45 |
| Hex | E7 | 0 | 7B | 0 | 64 | 2F | 9 | 148 | 64 | 2D |
| Octal | 347 | 0 | 173 | 0 | 144 | 57 | 11 | 510 | 144 | 55 |
| Binary | 11100111 | 0 | 1111011 | 0 | 1100100 | 101111 | 1001 | 101001000 | 1100100 | 101101 |
Color Harmonies of #E7007B
Complementary color
Monochromatic Colors of #E7007B
Black with #E7007B
Text Example
Text Example
White with #E7007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7007B; }
p { color: rgb(231,0,123); }
H1.HeaderClassName
{
color: #E7007B;
}
.AnyTagClassName
{
color: #E7007B;
}
</style>
background-color css
<style>
a { background-color: #E7007B; }
a { background-color: rgb(231,0,123); }
div.DivClassName
{
background-color: #E7007B;
}
.BgClassName
{
background-color: #E7007B;
}
</style>
border-color css
<style>
span { border-color: #E7007B; }
span { border-color: rgb(231,0,123); }
td.TdClassName
{
border-color: #E7007B;
}
.TagClassName
{
border-color: #E7007B;
}
</style>