Shades of Crimson #E80040
Tints of Crimson #E80040
RGB
CMYK
RGB Variations
Color information
#E80040 (or 0xE80040) is known color: Crimson. HEX triplet: E8, 00 and 40. RGB value is (232,0,64). Sum of RGB (Red+Green+Blue) = 232+0+64=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E80040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80040 is #17FFBF. Grayscale: #4C4C4C. Windows color (decimal): -1572800 or 4194536. OLE color: 4194536.
HSL color Cylindrical-coordinate representation of color #E80040: hue angle of 343.45º 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 #E80040 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.72 | 0.09 |
| HSL | 343.45º | 1% | 0.45% | - |
| HSV(B) | 343.45º | 1% | 0.91% | - |
| XYZ | 34.2 | 17.53 | 6.43 | - |
| YUV | 76.66 | 120.86 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 64 | 0 | 1 | 0.72 | 0.09 | 343.45 | 1 | 0.45 |
| Hex | E8 | 0 | 40 | 0 | 64 | 48 | 9 | 157 | 64 | 2D |
| Octal | 350 | 0 | 100 | 0 | 144 | 110 | 11 | 527 | 144 | 55 |
| Binary | 11101000 | 0 | 1000000 | 0 | 1100100 | 1001000 | 1001 | 101010111 | 1100100 | 101101 |
Color Harmonies of #E80040
Complementary color
Monochromatic Colors of #E80040
Black with #E80040
Text Example
Text Example
White with #E80040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80040; }
p { color: rgb(232,0,64); }
H1.HeaderClassName
{
color: #E80040;
}
.AnyTagClassName
{
color: #E80040;
}
</style>
background-color css
<style>
a { background-color: #E80040; }
a { background-color: rgb(232,0,64); }
div.DivClassName
{
background-color: #E80040;
}
.BgClassName
{
background-color: #E80040;
}
</style>
border-color css
<style>
span { border-color: #E80040; }
span { border-color: rgb(232,0,64); }
td.TdClassName
{
border-color: #E80040;
}
.TagClassName
{
border-color: #E80040;
}
</style>