Shades of Razzmatazz #E5014E
Tints of Razzmatazz #E5014E
RGB
CMYK
RGB Variations
Color information
#E5014E (or 0xE5014E) is known color: Razzmatazz. HEX triplet: E5, 01 and 4E. RGB value is (229,1,78). Sum of RGB (Red+Green+Blue) = 229+1+78=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5014E is #1AFEB1. Grayscale: #4D4D4D. Windows color (decimal): -1769138 or 5112293. OLE color: 5112293.
HSL color Cylindrical-coordinate representation of color #E5014E: hue angle of 339.74º 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 #E5014E is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.10 |
| HSL | 339.74º | 0.99% | 0.45% | - |
| HSV(B) | 339.74º | 1% | 0.9% | - |
| XYZ | 33.7 | 17.23 | 8.76 | - |
| YUV | 77.95 | 128.04 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 78 | 0 | 1.00 | 0.66 | 0.10 | 339.74 | 0.99 | 0.45 |
| Hex | E5 | 1 | 4E | 0 | 64 | 42 | A | 154 | 63 | 2D |
| Octal | 345 | 1 | 116 | 0 | 144 | 102 | 12 | 524 | 143 | 55 |
| Binary | 11100101 | 1 | 1001110 | 0 | 1100100 | 1000010 | 1010 | 101010100 | 1100011 | 101101 |
Color Harmonies of #E5014E
Complementary color
Monochromatic Colors of #E5014E
Black with #E5014E
Text Example
Text Example
White with #E5014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5014E; }
p { color: rgb(229,1,78); }
H1.HeaderClassName
{
color: #E5014E;
}
.AnyTagClassName
{
color: #E5014E;
}
</style>
background-color css
<style>
a { background-color: #E5014E; }
a { background-color: rgb(229,1,78); }
div.DivClassName
{
background-color: #E5014E;
}
.BgClassName
{
background-color: #E5014E;
}
</style>
border-color css
<style>
span { border-color: #E5014E; }
span { border-color: rgb(229,1,78); }
td.TdClassName
{
border-color: #E5014E;
}
.TagClassName
{
border-color: #E5014E;
}
</style>