Shades of Razzmatazz #E70669
Tints of Razzmatazz #E70669
RGB
CMYK
RGB Variations
Color information
#E70669 (or 0xE70669) is known color: Razzmatazz. HEX triplet: E7, 06 and 69. RGB value is (231,6,105). Sum of RGB (Red+Green+Blue) = 231+6+105=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E70669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70669 is #18F996. Grayscale: #545454. Windows color (decimal): -1636759 or 6883047. OLE color: 6883047.
HSL color Cylindrical-coordinate representation of color #E70669: hue angle of 333.6º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70669 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.09 |
| HSL | 333.6º | 0.95% | 0.46% | - |
| HSV(B) | 333.6º | 0.97% | 0.91% | - |
| XYZ | 35.57 | 18.14 | 14.99 | - |
| YUV | 84.56 | 139.54 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 105 | 0 | 0.97 | 0.55 | 0.09 | 333.6 | 0.95 | 0.46 |
| Hex | E7 | 6 | 69 | 0 | 61 | 37 | 9 | 14E | 5F | 2E |
| Octal | 347 | 6 | 151 | 0 | 141 | 67 | 11 | 516 | 137 | 56 |
| Binary | 11100111 | 110 | 1101001 | 0 | 1100001 | 110111 | 1001 | 101001110 | 1011111 | 101110 |
Color Harmonies of #E70669
Complementary color
Monochromatic Colors of #E70669
Black with #E70669
Text Example
Text Example
White with #E70669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70669; }
p { color: rgb(231,6,105); }
H1.HeaderClassName
{
color: #E70669;
}
.AnyTagClassName
{
color: #E70669;
}
</style>
background-color css
<style>
a { background-color: #E70669; }
a { background-color: rgb(231,6,105); }
div.DivClassName
{
background-color: #E70669;
}
.BgClassName
{
background-color: #E70669;
}
</style>
border-color css
<style>
span { border-color: #E70669; }
span { border-color: rgb(231,6,105); }
td.TdClassName
{
border-color: #E70669;
}
.TagClassName
{
border-color: #E70669;
}
</style>