Shades of Crimson #E50546
Tints of Crimson #E50546
RGB
CMYK
RGB Variations
Color information
#E50546 (or 0xE50546) is known color: Crimson. HEX triplet: E5, 05 and 46. RGB value is (229,5,70). Sum of RGB (Red+Green+Blue) = 229+5+70=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E50546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50546 is #1AFAB9. Grayscale: #4F4F4F. Windows color (decimal): -1768122 or 4589029. OLE color: 4589029.
HSL color Cylindrical-coordinate representation of color #E50546: hue angle of 342.59º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50546 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.10 |
| HSL | 342.59º | 0.96% | 0.46% | - |
| HSV(B) | 342.59º | 0.98% | 0.9% | - |
| XYZ | 33.47 | 17.21 | 7.35 | - |
| YUV | 79.39 | 122.71 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 70 | 0 | 0.98 | 0.69 | 0.10 | 342.59 | 0.96 | 0.46 |
| Hex | E5 | 5 | 46 | 0 | 62 | 45 | A | 157 | 60 | 2E |
| Octal | 345 | 5 | 106 | 0 | 142 | 105 | 12 | 527 | 140 | 56 |
| Binary | 11100101 | 101 | 1000110 | 0 | 1100010 | 1000101 | 1010 | 101010111 | 1100000 | 101110 |
Color Harmonies of #E50546
Complementary color
Monochromatic Colors of #E50546
Black with #E50546
Text Example
Text Example
White with #E50546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50546; }
p { color: rgb(229,5,70); }
H1.HeaderClassName
{
color: #E50546;
}
.AnyTagClassName
{
color: #E50546;
}
</style>
background-color css
<style>
a { background-color: #E50546; }
a { background-color: rgb(229,5,70); }
div.DivClassName
{
background-color: #E50546;
}
.BgClassName
{
background-color: #E50546;
}
</style>
border-color css
<style>
span { border-color: #E50546; }
span { border-color: rgb(229,5,70); }
td.TdClassName
{
border-color: #E50546;
}
.TagClassName
{
border-color: #E50546;
}
</style>