Shades of Razzmatazz #E5006C
Tints of Razzmatazz #E5006C
RGB
CMYK
RGB Variations
Color information
#E5006C (or 0xE5006C) is known color: Razzmatazz. HEX triplet: E5, 00 and 6C. RGB value is (229,0,108). Sum of RGB (Red+Green+Blue) = 229+0+108=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5006C is #1AFF93. Grayscale: #505050. Windows color (decimal): -1769364 or 7078117. OLE color: 7078117.
HSL color Cylindrical-coordinate representation of color #E5006C: hue angle of 331.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5006C is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.53 | 0.10 |
| HSL | 331.7º | 1% | 0.45% | - |
| HSV(B) | 331.7º | 1% | 0.9% | - |
| XYZ | 35.02 | 17.74 | 15.77 | - |
| YUV | 80.78 | 143.37 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 108 | 0 | 1 | 0.53 | 0.10 | 331.7 | 1 | 0.45 |
| Hex | E5 | 0 | 6C | 0 | 64 | 35 | A | 14C | 64 | 2D |
| Octal | 345 | 0 | 154 | 0 | 144 | 65 | 12 | 514 | 144 | 55 |
| Binary | 11100101 | 0 | 1101100 | 0 | 1100100 | 110101 | 1010 | 101001100 | 1100100 | 101101 |
Color Harmonies of #E5006C
Complementary color
Monochromatic Colors of #E5006C
Black with #E5006C
Text Example
Text Example
White with #E5006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5006C; }
p { color: rgb(229,0,108); }
H1.HeaderClassName
{
color: #E5006C;
}
.AnyTagClassName
{
color: #E5006C;
}
</style>
background-color css
<style>
a { background-color: #E5006C; }
a { background-color: rgb(229,0,108); }
div.DivClassName
{
background-color: #E5006C;
}
.BgClassName
{
background-color: #E5006C;
}
</style>
border-color css
<style>
span { border-color: #E5006C; }
span { border-color: rgb(229,0,108); }
td.TdClassName
{
border-color: #E5006C;
}
.TagClassName
{
border-color: #E5006C;
}
</style>