Shades of Razzmatazz #E70965
Tints of Razzmatazz #E70965
RGB
CMYK
RGB Variations
Color information
#E70965 (or 0xE70965) is known color: Razzmatazz. HEX triplet: E7, 09 and 65. RGB value is (231,9,101). Sum of RGB (Red+Green+Blue) = 231+9+101=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E70965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70965 is #18F69A. Grayscale: #555555. Windows color (decimal): -1635995 or 6621671. OLE color: 6621671.
HSL color Cylindrical-coordinate representation of color #E70965: hue angle of 335.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70965 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.09 |
| HSL | 335.14º | 0.93% | 0.47% | - |
| HSV(B) | 335.14º | 0.96% | 0.91% | - |
| XYZ | 35.4 | 18.12 | 13.94 | - |
| YUV | 85.87 | 136.55 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 101 | 0 | 0.96 | 0.56 | 0.09 | 335.14 | 0.93 | 0.47 |
| Hex | E7 | 9 | 65 | 0 | 60 | 38 | 9 | 14F | 5C | 2F |
| Octal | 347 | 11 | 145 | 0 | 140 | 70 | 11 | 517 | 134 | 57 |
| Binary | 11100111 | 1001 | 1100101 | 0 | 1100000 | 111000 | 1001 | 101001111 | 1011100 | 101111 |
Color Harmonies of #E70965
Complementary color
Monochromatic Colors of #E70965
Black with #E70965
Text Example
Text Example
White with #E70965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70965; }
p { color: rgb(231,9,101); }
H1.HeaderClassName
{
color: #E70965;
}
.AnyTagClassName
{
color: #E70965;
}
</style>
background-color css
<style>
a { background-color: #E70965; }
a { background-color: rgb(231,9,101); }
div.DivClassName
{
background-color: #E70965;
}
.BgClassName
{
background-color: #E70965;
}
</style>
border-color css
<style>
span { border-color: #E70965; }
span { border-color: rgb(231,9,101); }
td.TdClassName
{
border-color: #E70965;
}
.TagClassName
{
border-color: #E70965;
}
</style>