Shades of Razzmatazz #E5174F
Tints of Razzmatazz #E5174F
RGB
CMYK
RGB Variations
Color information
#E5174F (or 0xE5174F) is known color: Razzmatazz. HEX triplet: E5, 17 and 4F. RGB value is (229,23,79). Sum of RGB (Red+Green+Blue) = 229+23+79=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E5174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5174F is #1AE8B0. Grayscale: #5A5A5A. Windows color (decimal): -1763505 or 5183461. OLE color: 5183461.
HSL color Cylindrical-coordinate representation of color #E5174F: hue angle of 343.69º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5174F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 79 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.10 |
| HSL | 343.69º | 0.82% | 0.49% | - |
| HSV(B) | 343.69º | 0.9% | 0.9% | - |
| XYZ | 34.03 | 17.84 | 9.05 | - |
| YUV | 90.98 | 121.25 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 79 | 0 | 0.90 | 0.66 | 0.10 | 343.69 | 0.82 | 0.49 |
| Hex | E5 | 17 | 4F | 0 | 5A | 42 | A | 158 | 52 | 31 |
| Octal | 345 | 27 | 117 | 0 | 132 | 102 | 12 | 530 | 122 | 61 |
| Binary | 11100101 | 10111 | 1001111 | 0 | 1011010 | 1000010 | 1010 | 101011000 | 1010010 | 110001 |
Color Harmonies of #E5174F
Complementary color
Monochromatic Colors of #E5174F
Black with #E5174F
Text Example
Text Example
White with #E5174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5174F; }
p { color: rgb(229,23,79); }
H1.HeaderClassName
{
color: #E5174F;
}
.AnyTagClassName
{
color: #E5174F;
}
</style>
background-color css
<style>
a { background-color: #E5174F; }
a { background-color: rgb(229,23,79); }
div.DivClassName
{
background-color: #E5174F;
}
.BgClassName
{
background-color: #E5174F;
}
</style>
border-color css
<style>
span { border-color: #E5174F; }
span { border-color: rgb(229,23,79); }
td.TdClassName
{
border-color: #E5174F;
}
.TagClassName
{
border-color: #E5174F;
}
</style>