Shades of Crimson #E50145
Tints of Crimson #E50145
RGB
CMYK
RGB Variations
Color information
#E50145 (or 0xE50145) is known color: Crimson. HEX triplet: E5, 01 and 45. RGB value is (229,1,69). Sum of RGB (Red+Green+Blue) = 229+1+69=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E50145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50145 is #1AFEBA. Grayscale: #4C4C4C. Windows color (decimal): -1769147 or 4522469. OLE color: 4522469.
HSL color Cylindrical-coordinate representation of color #E50145: hue angle of 342.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50145 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.10 |
| HSL | 342.11º | 0.99% | 0.45% | - |
| HSV(B) | 342.11º | 1% | 0.9% | - |
| XYZ | 33.4 | 17.11 | 7.17 | - |
| YUV | 76.92 | 123.54 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 69 | 0 | 1.00 | 0.70 | 0.10 | 342.11 | 0.99 | 0.45 |
| Hex | E5 | 1 | 45 | 0 | 64 | 46 | A | 156 | 63 | 2D |
| Octal | 345 | 1 | 105 | 0 | 144 | 106 | 12 | 526 | 143 | 55 |
| Binary | 11100101 | 1 | 1000101 | 0 | 1100100 | 1000110 | 1010 | 101010110 | 1100011 | 101101 |
Color Harmonies of #E50145
Complementary color
Monochromatic Colors of #E50145
Black with #E50145
Text Example
Text Example
White with #E50145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50145; }
p { color: rgb(229,1,69); }
H1.HeaderClassName
{
color: #E50145;
}
.AnyTagClassName
{
color: #E50145;
}
</style>
background-color css
<style>
a { background-color: #E50145; }
a { background-color: rgb(229,1,69); }
div.DivClassName
{
background-color: #E50145;
}
.BgClassName
{
background-color: #E50145;
}
</style>
border-color css
<style>
span { border-color: #E50145; }
span { border-color: rgb(229,1,69); }
td.TdClassName
{
border-color: #E50145;
}
.TagClassName
{
border-color: #E50145;
}
</style>