Shades of Razzmatazz #E8054E
Tints of Razzmatazz #E8054E
RGB
CMYK
RGB Variations
Color information
#E8054E (or 0xE8054E) is known color: Razzmatazz. HEX triplet: E8, 05 and 4E. RGB value is (232,5,78). Sum of RGB (Red+Green+Blue) = 232+5+78=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E8054E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8054E is #17FAB1. Grayscale: #515151. Windows color (decimal): -1571506 or 5113320. OLE color: 5113320.
HSL color Cylindrical-coordinate representation of color #E8054E: hue angle of 340.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8054E is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.09 |
| HSL | 340.7º | 0.96% | 0.46% | - |
| HSV(B) | 340.7º | 0.98% | 0.91% | - |
| XYZ | 34.71 | 17.81 | 8.82 | - |
| YUV | 81.2 | 126.21 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 78 | 0 | 0.98 | 0.66 | 0.09 | 340.7 | 0.96 | 0.46 |
| Hex | E8 | 5 | 4E | 0 | 62 | 42 | 9 | 155 | 60 | 2E |
| Octal | 350 | 5 | 116 | 0 | 142 | 102 | 11 | 525 | 140 | 56 |
| Binary | 11101000 | 101 | 1001110 | 0 | 1100010 | 1000010 | 1001 | 101010101 | 1100000 | 101110 |
Color Harmonies of #E8054E
Complementary color
Monochromatic Colors of #E8054E
Black with #E8054E
Text Example
Text Example
White with #E8054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8054E; }
p { color: rgb(232,5,78); }
H1.HeaderClassName
{
color: #E8054E;
}
.AnyTagClassName
{
color: #E8054E;
}
</style>
background-color css
<style>
a { background-color: #E8054E; }
a { background-color: rgb(232,5,78); }
div.DivClassName
{
background-color: #E8054E;
}
.BgClassName
{
background-color: #E8054E;
}
</style>
border-color css
<style>
span { border-color: #E8054E; }
span { border-color: rgb(232,5,78); }
td.TdClassName
{
border-color: #E8054E;
}
.TagClassName
{
border-color: #E8054E;
}
</style>