Shades of Razzmatazz #E70768
Tints of Razzmatazz #E70768
RGB
CMYK
RGB Variations
Color information
#E70768 (or 0xE70768) is known color: Razzmatazz. HEX triplet: E7, 07 and 68. RGB value is (231,7,104). Sum of RGB (Red+Green+Blue) = 231+7+104=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E70768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70768 is #18F897. Grayscale: #545454. Windows color (decimal): -1636504 or 6817767. OLE color: 6817767.
HSL color Cylindrical-coordinate representation of color #E70768: hue angle of 334.02º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70768 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.09 |
| HSL | 334.02º | 0.94% | 0.47% | - |
| HSV(B) | 334.02º | 0.97% | 0.91% | - |
| XYZ | 35.53 | 18.14 | 14.73 | - |
| YUV | 85.03 | 138.71 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 104 | 0 | 0.97 | 0.55 | 0.09 | 334.02 | 0.94 | 0.47 |
| Hex | E7 | 7 | 68 | 0 | 61 | 37 | 9 | 14E | 5E | 2F |
| Octal | 347 | 7 | 150 | 0 | 141 | 67 | 11 | 516 | 136 | 57 |
| Binary | 11100111 | 111 | 1101000 | 0 | 1100001 | 110111 | 1001 | 101001110 | 1011110 | 101111 |
Color Harmonies of #E70768
Complementary color
Monochromatic Colors of #E70768
Black with #E70768
Text Example
Text Example
White with #E70768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70768; }
p { color: rgb(231,7,104); }
H1.HeaderClassName
{
color: #E70768;
}
.AnyTagClassName
{
color: #E70768;
}
</style>
background-color css
<style>
a { background-color: #E70768; }
a { background-color: rgb(231,7,104); }
div.DivClassName
{
background-color: #E70768;
}
.BgClassName
{
background-color: #E70768;
}
</style>
border-color css
<style>
span { border-color: #E70768; }
span { border-color: rgb(231,7,104); }
td.TdClassName
{
border-color: #E70768;
}
.TagClassName
{
border-color: #E70768;
}
</style>