Shades of Crimson #E50346
Tints of Crimson #E50346
RGB
CMYK
RGB Variations
Color information
#E50346 (or 0xE50346) is known color: Crimson. HEX triplet: E5, 03 and 46. RGB value is (229,3,70). Sum of RGB (Red+Green+Blue) = 229+3+70=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E50346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50346 is #1AFCB9. Grayscale: #4E4E4E. Windows color (decimal): -1768634 or 4588517. OLE color: 4588517.
HSL color Cylindrical-coordinate representation of color #E50346: hue angle of 342.21º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50346 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.10 |
| HSL | 342.21º | 0.97% | 0.45% | - |
| HSV(B) | 342.21º | 0.99% | 0.9% | - |
| XYZ | 33.45 | 17.17 | 7.34 | - |
| YUV | 78.21 | 123.37 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 70 | 0 | 0.99 | 0.69 | 0.10 | 342.21 | 0.97 | 0.45 |
| Hex | E5 | 3 | 46 | 0 | 63 | 45 | A | 156 | 61 | 2D |
| Octal | 345 | 3 | 106 | 0 | 143 | 105 | 12 | 526 | 141 | 55 |
| Binary | 11100101 | 11 | 1000110 | 0 | 1100011 | 1000101 | 1010 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E50346
Complementary color
Monochromatic Colors of #E50346
Black with #E50346
Text Example
Text Example
White with #E50346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50346; }
p { color: rgb(229,3,70); }
H1.HeaderClassName
{
color: #E50346;
}
.AnyTagClassName
{
color: #E50346;
}
</style>
background-color css
<style>
a { background-color: #E50346; }
a { background-color: rgb(229,3,70); }
div.DivClassName
{
background-color: #E50346;
}
.BgClassName
{
background-color: #E50346;
}
</style>
border-color css
<style>
span { border-color: #E50346; }
span { border-color: rgb(229,3,70); }
td.TdClassName
{
border-color: #E50346;
}
.TagClassName
{
border-color: #E50346;
}
</style>