Shades of Razzmatazz #E5017A
Tints of Razzmatazz #E5017A
RGB
CMYK
RGB Variations
Color information
#E5017A (or 0xE5017A) is known color: Razzmatazz. HEX triplet: E5, 01 and 7A. RGB value is (229,1,122). Sum of RGB (Red+Green+Blue) = 229+1+122=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E5017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5017A is #1AFE85. Grayscale: #525252. Windows color (decimal): -1769094 or 7995877. OLE color: 7995877.
HSL color Cylindrical-coordinate representation of color #E5017A: hue angle of 328.16º 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 #E5017A is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.10 |
| HSL | 328.16º | 0.99% | 0.45% | - |
| HSV(B) | 328.16º | 1% | 0.9% | - |
| XYZ | 35.84 | 18.08 | 20.01 | - |
| YUV | 82.97 | 150.04 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 122 | 0 | 1.00 | 0.47 | 0.10 | 328.16 | 0.99 | 0.45 |
| Hex | E5 | 1 | 7A | 0 | 64 | 2F | A | 148 | 63 | 2D |
| Octal | 345 | 1 | 172 | 0 | 144 | 57 | 12 | 510 | 143 | 55 |
| Binary | 11100101 | 1 | 1111010 | 0 | 1100100 | 101111 | 1010 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E5017A
Complementary color
Monochromatic Colors of #E5017A
Black with #E5017A
Text Example
Text Example
White with #E5017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5017A; }
p { color: rgb(229,1,122); }
H1.HeaderClassName
{
color: #E5017A;
}
.AnyTagClassName
{
color: #E5017A;
}
</style>
background-color css
<style>
a { background-color: #E5017A; }
a { background-color: rgb(229,1,122); }
div.DivClassName
{
background-color: #E5017A;
}
.BgClassName
{
background-color: #E5017A;
}
</style>
border-color css
<style>
span { border-color: #E5017A; }
span { border-color: rgb(229,1,122); }
td.TdClassName
{
border-color: #E5017A;
}
.TagClassName
{
border-color: #E5017A;
}
</style>