Shades of Razzmatazz #E80469
Tints of Razzmatazz #E80469
RGB
CMYK
RGB Variations
Color information
#E80469 (or 0xE80469) is known color: Razzmatazz. HEX triplet: E8, 04 and 69. RGB value is (232,4,105). Sum of RGB (Red+Green+Blue) = 232+4+105=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E80469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80469 is #17FB96. Grayscale: #535353. Windows color (decimal): -1571735 or 6882536. OLE color: 6882536.
HSL color Cylindrical-coordinate representation of color #E80469: hue angle of 333.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80469 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.09 |
| HSL | 333.42º | 0.97% | 0.46% | - |
| HSV(B) | 333.42º | 0.98% | 0.91% | - |
| XYZ | 35.87 | 18.26 | 15 | - |
| YUV | 83.69 | 140.04 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 105 | 0 | 0.98 | 0.55 | 0.09 | 333.42 | 0.97 | 0.46 |
| Hex | E8 | 4 | 69 | 0 | 62 | 37 | 9 | 14D | 61 | 2E |
| Octal | 350 | 4 | 151 | 0 | 142 | 67 | 11 | 515 | 141 | 56 |
| Binary | 11101000 | 100 | 1101001 | 0 | 1100010 | 110111 | 1001 | 101001101 | 1100001 | 101110 |
Color Harmonies of #E80469
Complementary color
Monochromatic Colors of #E80469
Black with #E80469
Text Example
Text Example
White with #E80469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80469; }
p { color: rgb(232,4,105); }
H1.HeaderClassName
{
color: #E80469;
}
.AnyTagClassName
{
color: #E80469;
}
</style>
background-color css
<style>
a { background-color: #E80469; }
a { background-color: rgb(232,4,105); }
div.DivClassName
{
background-color: #E80469;
}
.BgClassName
{
background-color: #E80469;
}
</style>
border-color css
<style>
span { border-color: #E80469; }
span { border-color: rgb(232,4,105); }
td.TdClassName
{
border-color: #E80469;
}
.TagClassName
{
border-color: #E80469;
}
</style>