Shades of Crimson #E80546
Tints of Crimson #E80546
RGB
CMYK
RGB Variations
Color information
#E80546 (or 0xE80546) is known color: Crimson. HEX triplet: E8, 05 and 46. RGB value is (232,5,70). Sum of RGB (Red+Green+Blue) = 232+5+70=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E80546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80546 is #17FAB9. Grayscale: #505050. Windows color (decimal): -1571514 or 4589032. OLE color: 4589032.
HSL color Cylindrical-coordinate representation of color #E80546: hue angle of 342.82º 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 #E80546 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.09 |
| HSL | 342.82º | 0.96% | 0.46% | - |
| HSV(B) | 342.82º | 0.98% | 0.91% | - |
| XYZ | 34.44 | 17.71 | 7.4 | - |
| YUV | 80.28 | 122.21 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 70 | 0 | 0.98 | 0.70 | 0.09 | 342.82 | 0.96 | 0.46 |
| Hex | E8 | 5 | 46 | 0 | 62 | 46 | 9 | 157 | 60 | 2E |
| Octal | 350 | 5 | 106 | 0 | 142 | 106 | 11 | 527 | 140 | 56 |
| Binary | 11101000 | 101 | 1000110 | 0 | 1100010 | 1000110 | 1001 | 101010111 | 1100000 | 101110 |
Color Harmonies of #E80546
Complementary color
Monochromatic Colors of #E80546
Black with #E80546
Text Example
Text Example
White with #E80546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80546; }
p { color: rgb(232,5,70); }
H1.HeaderClassName
{
color: #E80546;
}
.AnyTagClassName
{
color: #E80546;
}
</style>
background-color css
<style>
a { background-color: #E80546; }
a { background-color: rgb(232,5,70); }
div.DivClassName
{
background-color: #E80546;
}
.BgClassName
{
background-color: #E80546;
}
</style>
border-color css
<style>
span { border-color: #E80546; }
span { border-color: rgb(232,5,70); }
td.TdClassName
{
border-color: #E80546;
}
.TagClassName
{
border-color: #E80546;
}
</style>