Shades of Razzmatazz #E5144D
Tints of Razzmatazz #E5144D
RGB
CMYK
RGB Variations
Color information
#E5144D (or 0xE5144D) is known color: Razzmatazz. HEX triplet: E5, 14 and 4D. RGB value is (229,20,77). Sum of RGB (Red+Green+Blue) = 229+20+77=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5144D is #1AEBB2. Grayscale: #585858. Windows color (decimal): -1764275 or 5051621. OLE color: 5051621.
HSL color Cylindrical-coordinate representation of color #E5144D: hue angle of 343.64º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5144D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 77 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.10 |
| HSL | 343.64º | 0.84% | 0.49% | - |
| HSV(B) | 343.64º | 0.91% | 0.9% | - |
| XYZ | 33.9 | 17.69 | 8.65 | - |
| YUV | 88.99 | 121.24 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 77 | 0 | 0.91 | 0.66 | 0.10 | 343.64 | 0.84 | 0.49 |
| Hex | E5 | 14 | 4D | 0 | 5B | 42 | A | 158 | 54 | 31 |
| Octal | 345 | 24 | 115 | 0 | 133 | 102 | 12 | 530 | 124 | 61 |
| Binary | 11100101 | 10100 | 1001101 | 0 | 1011011 | 1000010 | 1010 | 101011000 | 1010100 | 110001 |
Color Harmonies of #E5144D
Complementary color
Monochromatic Colors of #E5144D
Black with #E5144D
Text Example
Text Example
White with #E5144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5144D; }
p { color: rgb(229,20,77); }
H1.HeaderClassName
{
color: #E5144D;
}
.AnyTagClassName
{
color: #E5144D;
}
</style>
background-color css
<style>
a { background-color: #E5144D; }
a { background-color: rgb(229,20,77); }
div.DivClassName
{
background-color: #E5144D;
}
.BgClassName
{
background-color: #E5144D;
}
</style>
border-color css
<style>
span { border-color: #E5144D; }
span { border-color: rgb(229,20,77); }
td.TdClassName
{
border-color: #E5144D;
}
.TagClassName
{
border-color: #E5144D;
}
</style>