Shades of Crimson #E80044
Tints of Crimson #E80044
RGB
CMYK
RGB Variations
Color information
#E80044 (or 0xE80044) is known color: Crimson. HEX triplet: E8, 00 and 44. RGB value is (232,0,68). Sum of RGB (Red+Green+Blue) = 232+0+68=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E80044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80044 is #17FFBB. Grayscale: #4D4D4D. Windows color (decimal): -1572796 or 4456680. OLE color: 4456680.
HSL color Cylindrical-coordinate representation of color #E80044: hue angle of 342.41º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80044 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.71 | 0.09 |
| HSL | 342.41º | 1% | 0.45% | - |
| HSV(B) | 342.41º | 1% | 0.91% | - |
| XYZ | 34.32 | 17.57 | 7.05 | - |
| YUV | 77.12 | 122.86 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 68 | 0 | 1 | 0.71 | 0.09 | 342.41 | 1 | 0.45 |
| Hex | E8 | 0 | 44 | 0 | 64 | 47 | 9 | 156 | 64 | 2D |
| Octal | 350 | 0 | 104 | 0 | 144 | 107 | 11 | 526 | 144 | 55 |
| Binary | 11101000 | 0 | 1000100 | 0 | 1100100 | 1000111 | 1001 | 101010110 | 1100100 | 101101 |
Color Harmonies of #E80044
Complementary color
Monochromatic Colors of #E80044
Black with #E80044
Text Example
Text Example
White with #E80044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80044; }
p { color: rgb(232,0,68); }
H1.HeaderClassName
{
color: #E80044;
}
.AnyTagClassName
{
color: #E80044;
}
</style>
background-color css
<style>
a { background-color: #E80044; }
a { background-color: rgb(232,0,68); }
div.DivClassName
{
background-color: #E80044;
}
.BgClassName
{
background-color: #E80044;
}
</style>
border-color css
<style>
span { border-color: #E80044; }
span { border-color: rgb(232,0,68); }
td.TdClassName
{
border-color: #E80044;
}
.TagClassName
{
border-color: #E80044;
}
</style>