Shades of Razzmatazz #E70B5E
Tints of Razzmatazz #E70B5E
RGB
CMYK
RGB Variations
Color information
#E70B5E (or 0xE70B5E) is known color: Razzmatazz. HEX triplet: E7, 0B and 5E. RGB value is (231,11,94). Sum of RGB (Red+Green+Blue) = 231+11+94=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70B5E is #18F4A1. Grayscale: #565656. Windows color (decimal): -1635490 or 6163431. OLE color: 6163431.
HSL color Cylindrical-coordinate representation of color #E70B5E: hue angle of 337.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70B5E is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 94 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.09 |
| HSL | 337.36º | 0.91% | 0.47% | - |
| HSV(B) | 337.36º | 0.95% | 0.91% | - |
| XYZ | 35.1 | 18.04 | 12.22 | - |
| YUV | 86.24 | 132.39 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 94 | 0 | 0.95 | 0.59 | 0.09 | 337.36 | 0.91 | 0.47 |
| Hex | E7 | B | 5E | 0 | 5F | 3B | 9 | 151 | 5B | 2F |
| Octal | 347 | 13 | 136 | 0 | 137 | 73 | 11 | 521 | 133 | 57 |
| Binary | 11100111 | 1011 | 1011110 | 0 | 1011111 | 111011 | 1001 | 101010001 | 1011011 | 101111 |
Color Harmonies of #E70B5E
Complementary color
Monochromatic Colors of #E70B5E
Black with #E70B5E
Text Example
Text Example
White with #E70B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70B5E; }
p { color: rgb(231,11,94); }
H1.HeaderClassName
{
color: #E70B5E;
}
.AnyTagClassName
{
color: #E70B5E;
}
</style>
background-color css
<style>
a { background-color: #E70B5E; }
a { background-color: rgb(231,11,94); }
div.DivClassName
{
background-color: #E70B5E;
}
.BgClassName
{
background-color: #E70B5E;
}
</style>
border-color css
<style>
span { border-color: #E70B5E; }
span { border-color: rgb(231,11,94); }
td.TdClassName
{
border-color: #E70B5E;
}
.TagClassName
{
border-color: #E70B5E;
}
</style>