Shades of Razzmatazz #E5014C
Tints of Razzmatazz #E5014C
RGB
CMYK
RGB Variations
Color information
#E5014C (or 0xE5014C) is known color: Razzmatazz. HEX triplet: E5, 01 and 4C. RGB value is (229,1,76). Sum of RGB (Red+Green+Blue) = 229+1+76=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5014C is #1AFEB3. Grayscale: #4D4D4D. Windows color (decimal): -1769140 or 4981221. OLE color: 4981221.
HSL color Cylindrical-coordinate representation of color #E5014C: hue angle of 340.26º 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 #E5014C is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.10 |
| HSL | 340.26º | 0.99% | 0.45% | - |
| HSV(B) | 340.26º | 1% | 0.9% | - |
| XYZ | 33.63 | 17.2 | 8.39 | - |
| YUV | 77.72 | 127.04 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 76 | 0 | 1.00 | 0.67 | 0.10 | 340.26 | 0.99 | 0.45 |
| Hex | E5 | 1 | 4C | 0 | 64 | 43 | A | 154 | 63 | 2D |
| Octal | 345 | 1 | 114 | 0 | 144 | 103 | 12 | 524 | 143 | 55 |
| Binary | 11100101 | 1 | 1001100 | 0 | 1100100 | 1000011 | 1010 | 101010100 | 1100011 | 101101 |
Color Harmonies of #E5014C
Complementary color
Monochromatic Colors of #E5014C
Black with #E5014C
Text Example
Text Example
White with #E5014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5014C; }
p { color: rgb(229,1,76); }
H1.HeaderClassName
{
color: #E5014C;
}
.AnyTagClassName
{
color: #E5014C;
}
</style>
background-color css
<style>
a { background-color: #E5014C; }
a { background-color: rgb(229,1,76); }
div.DivClassName
{
background-color: #E5014C;
}
.BgClassName
{
background-color: #E5014C;
}
</style>
border-color css
<style>
span { border-color: #E5014C; }
span { border-color: rgb(229,1,76); }
td.TdClassName
{
border-color: #E5014C;
}
.TagClassName
{
border-color: #E5014C;
}
</style>