Shades of Razzmatazz #E5016A
Tints of Razzmatazz #E5016A
RGB
CMYK
RGB Variations
Color information
#E5016A (or 0xE5016A) is known color: Razzmatazz. HEX triplet: E5, 01 and 6A. RGB value is (229,1,106). Sum of RGB (Red+Green+Blue) = 229+1+106=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E5016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5016A is #1AFE95. Grayscale: #505050. Windows color (decimal): -1769110 or 6947301. OLE color: 6947301.
HSL color Cylindrical-coordinate representation of color #E5016A: hue angle of 332.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5016A is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 106 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.10 |
| HSL | 332.37º | 0.99% | 0.45% | - |
| HSV(B) | 332.37º | 1% | 0.9% | - |
| XYZ | 34.93 | 17.72 | 15.22 | - |
| YUV | 81.14 | 142.04 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 106 | 0 | 1.00 | 0.54 | 0.10 | 332.37 | 0.99 | 0.45 |
| Hex | E5 | 1 | 6A | 0 | 64 | 36 | A | 14C | 63 | 2D |
| Octal | 345 | 1 | 152 | 0 | 144 | 66 | 12 | 514 | 143 | 55 |
| Binary | 11100101 | 1 | 1101010 | 0 | 1100100 | 110110 | 1010 | 101001100 | 1100011 | 101101 |
Color Harmonies of #E5016A
Complementary color
Monochromatic Colors of #E5016A
Black with #E5016A
Text Example
Text Example
White with #E5016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5016A; }
p { color: rgb(229,1,106); }
H1.HeaderClassName
{
color: #E5016A;
}
.AnyTagClassName
{
color: #E5016A;
}
</style>
background-color css
<style>
a { background-color: #E5016A; }
a { background-color: rgb(229,1,106); }
div.DivClassName
{
background-color: #E5016A;
}
.BgClassName
{
background-color: #E5016A;
}
</style>
border-color css
<style>
span { border-color: #E5016A; }
span { border-color: rgb(229,1,106); }
td.TdClassName
{
border-color: #E5016A;
}
.TagClassName
{
border-color: #E5016A;
}
</style>