Shades of Razzmatazz #E80A69
Tints of Razzmatazz #E80A69
RGB
CMYK
RGB Variations
Color information
#E80A69 (or 0xE80A69) is known color: Razzmatazz. HEX triplet: E8, 0A and 69. RGB value is (232,10,105). Sum of RGB (Red+Green+Blue) = 232+10+105=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80A69 is #17F596. Grayscale: #575757. Windows color (decimal): -1570199 or 6884072. OLE color: 6884072.
HSL color Cylindrical-coordinate representation of color #E80A69: hue angle of 334.32º degrees, saturation: 0.92, 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 #E80A69 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 105 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.09 |
| HSL | 334.32º | 0.92% | 0.47% | - |
| HSV(B) | 334.32º | 0.96% | 0.91% | - |
| XYZ | 35.94 | 18.39 | 15.02 | - |
| YUV | 87.21 | 138.05 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 105 | 0 | 0.96 | 0.55 | 0.09 | 334.32 | 0.92 | 0.47 |
| Hex | E8 | A | 69 | 0 | 60 | 37 | 9 | 14E | 5C | 2F |
| Octal | 350 | 12 | 151 | 0 | 140 | 67 | 11 | 516 | 134 | 57 |
| Binary | 11101000 | 1010 | 1101001 | 0 | 1100000 | 110111 | 1001 | 101001110 | 1011100 | 101111 |
Color Harmonies of #E80A69
Complementary color
Monochromatic Colors of #E80A69
Black with #E80A69
Text Example
Text Example
White with #E80A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A69; }
p { color: rgb(232,10,105); }
H1.HeaderClassName
{
color: #E80A69;
}
.AnyTagClassName
{
color: #E80A69;
}
</style>
background-color css
<style>
a { background-color: #E80A69; }
a { background-color: rgb(232,10,105); }
div.DivClassName
{
background-color: #E80A69;
}
.BgClassName
{
background-color: #E80A69;
}
</style>
border-color css
<style>
span { border-color: #E80A69; }
span { border-color: rgb(232,10,105); }
td.TdClassName
{
border-color: #E80A69;
}
.TagClassName
{
border-color: #E80A69;
}
</style>