Shades of Razzmatazz #E8124F
Tints of Razzmatazz #E8124F
RGB
CMYK
RGB Variations
Color information
#E8124F (or 0xE8124F) is known color: Razzmatazz. HEX triplet: E8, 12 and 4F. RGB value is (232,18,79). Sum of RGB (Red+Green+Blue) = 232+18+79=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E8124F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8124F is #17EDB0. Grayscale: #585858. Windows color (decimal): -1568177 or 5182184. OLE color: 5182184.
HSL color Cylindrical-coordinate representation of color #E8124F: hue angle of 342.9º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8124F is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.09 |
| HSL | 342.9º | 0.86% | 0.49% | - |
| HSV(B) | 342.9º | 0.92% | 0.91% | - |
| XYZ | 34.91 | 18.15 | 9.06 | - |
| YUV | 88.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 79 | 0 | 0.92 | 0.66 | 0.09 | 342.9 | 0.86 | 0.49 |
| Hex | E8 | 12 | 4F | 0 | 5C | 42 | 9 | 157 | 56 | 31 |
| Octal | 350 | 22 | 117 | 0 | 134 | 102 | 11 | 527 | 126 | 61 |
| Binary | 11101000 | 10010 | 1001111 | 0 | 1011100 | 1000010 | 1001 | 101010111 | 1010110 | 110001 |
Color Harmonies of #E8124F
Complementary color
Monochromatic Colors of #E8124F
Black with #E8124F
Text Example
Text Example
White with #E8124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8124F; }
p { color: rgb(232,18,79); }
H1.HeaderClassName
{
color: #E8124F;
}
.AnyTagClassName
{
color: #E8124F;
}
</style>
background-color css
<style>
a { background-color: #E8124F; }
a { background-color: rgb(232,18,79); }
div.DivClassName
{
background-color: #E8124F;
}
.BgClassName
{
background-color: #E8124F;
}
</style>
border-color css
<style>
span { border-color: #E8124F; }
span { border-color: rgb(232,18,79); }
td.TdClassName
{
border-color: #E8124F;
}
.TagClassName
{
border-color: #E8124F;
}
</style>