Shades of Razzmatazz #E5174E
Tints of Razzmatazz #E5174E
RGB
CMYK
RGB Variations
Color information
#E5174E (or 0xE5174E) is known color: Razzmatazz. HEX triplet: E5, 17 and 4E. RGB value is (229,23,78). Sum of RGB (Red+Green+Blue) = 229+23+78=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5174E is #1AE8B1. Grayscale: #5A5A5A. Windows color (decimal): -1763506 or 5117925. OLE color: 5117925.
HSL color Cylindrical-coordinate representation of color #E5174E: hue angle of 343.98º 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 #E5174E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.10 |
| HSL | 343.98º | 0.82% | 0.49% | - |
| HSV(B) | 343.98º | 0.9% | 0.9% | - |
| XYZ | 33.99 | 17.82 | 8.86 | - |
| YUV | 90.86 | 120.75 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 78 | 0 | 0.90 | 0.66 | 0.10 | 343.98 | 0.82 | 0.49 |
| Hex | E5 | 17 | 4E | 0 | 5A | 42 | A | 158 | 52 | 31 |
| Octal | 345 | 27 | 116 | 0 | 132 | 102 | 12 | 530 | 122 | 61 |
| Binary | 11100101 | 10111 | 1001110 | 0 | 1011010 | 1000010 | 1010 | 101011000 | 1010010 | 110001 |
Color Harmonies of #E5174E
Complementary color
Monochromatic Colors of #E5174E
Black with #E5174E
Text Example
Text Example
White with #E5174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5174E; }
p { color: rgb(229,23,78); }
H1.HeaderClassName
{
color: #E5174E;
}
.AnyTagClassName
{
color: #E5174E;
}
</style>
background-color css
<style>
a { background-color: #E5174E; }
a { background-color: rgb(229,23,78); }
div.DivClassName
{
background-color: #E5174E;
}
.BgClassName
{
background-color: #E5174E;
}
</style>
border-color css
<style>
span { border-color: #E5174E; }
span { border-color: rgb(229,23,78); }
td.TdClassName
{
border-color: #E5174E;
}
.TagClassName
{
border-color: #E5174E;
}
</style>