Shades of Razzmatazz #E80265
Tints of Razzmatazz #E80265
RGB
CMYK
RGB Variations
Color information
#E80265 (or 0xE80265) is known color: Razzmatazz. HEX triplet: E8, 02 and 65. RGB value is (232,2,101). Sum of RGB (Red+Green+Blue) = 232+2+101=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E80265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80265 is #17FD9A. Grayscale: #515151. Windows color (decimal): -1572251 or 6619880. OLE color: 6619880.
HSL color Cylindrical-coordinate representation of color #E80265: hue angle of 334.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80265 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.09 |
| HSL | 334.17º | 0.98% | 0.46% | - |
| HSV(B) | 334.17º | 0.99% | 0.91% | - |
| XYZ | 35.65 | 18.14 | 13.93 | - |
| YUV | 82.06 | 138.7 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 101 | 0 | 0.99 | 0.56 | 0.09 | 334.17 | 0.98 | 0.46 |
| Hex | E8 | 2 | 65 | 0 | 63 | 38 | 9 | 14E | 62 | 2E |
| Octal | 350 | 2 | 145 | 0 | 143 | 70 | 11 | 516 | 142 | 56 |
| Binary | 11101000 | 10 | 1100101 | 0 | 1100011 | 111000 | 1001 | 101001110 | 1100010 | 101110 |
Color Harmonies of #E80265
Complementary color
Monochromatic Colors of #E80265
Black with #E80265
Text Example
Text Example
White with #E80265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80265; }
p { color: rgb(232,2,101); }
H1.HeaderClassName
{
color: #E80265;
}
.AnyTagClassName
{
color: #E80265;
}
</style>
background-color css
<style>
a { background-color: #E80265; }
a { background-color: rgb(232,2,101); }
div.DivClassName
{
background-color: #E80265;
}
.BgClassName
{
background-color: #E80265;
}
</style>
border-color css
<style>
span { border-color: #E80265; }
span { border-color: rgb(232,2,101); }
td.TdClassName
{
border-color: #E80265;
}
.TagClassName
{
border-color: #E80265;
}
</style>