Shades of Crimson #E20046
Tints of Crimson #E20046
RGB
CMYK
RGB Variations
Color information
#E20046 (or 0xE20046) is known color: Crimson. HEX triplet: E2, 00 and 46. RGB value is (226,0,70). Sum of RGB (Red+Green+Blue) = 226+0+70=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E20046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20046 is #1DFFB9. Grayscale: #4B4B4B. Windows color (decimal): -1966010 or 4587746. OLE color: 4587746.
HSL color Cylindrical-coordinate representation of color #E20046: hue angle of 341.42º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20046 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.69 | 0.11 |
| HSL | 341.42º | 1% | 0.44% | - |
| HSV(B) | 341.42º | 1% | 0.89% | - |
| XYZ | 32.47 | 16.61 | 7.29 | - |
| YUV | 75.55 | 124.87 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 70 | 0 | 1 | 0.69 | 0.11 | 341.42 | 1 | 0.44 |
| Hex | E2 | 0 | 46 | 0 | 64 | 45 | B | 155 | 64 | 2C |
| Octal | 342 | 0 | 106 | 0 | 144 | 105 | 13 | 525 | 144 | 54 |
| Binary | 11100010 | 0 | 1000110 | 0 | 1100100 | 1000101 | 1011 | 101010101 | 1100100 | 101100 |
Color Harmonies of #E20046
Complementary color
Monochromatic Colors of #E20046
Black with #E20046
Text Example
Text Example
White with #E20046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20046; }
p { color: rgb(226,0,70); }
H1.HeaderClassName
{
color: #E20046;
}
.AnyTagClassName
{
color: #E20046;
}
</style>
background-color css
<style>
a { background-color: #E20046; }
a { background-color: rgb(226,0,70); }
div.DivClassName
{
background-color: #E20046;
}
.BgClassName
{
background-color: #E20046;
}
</style>
border-color css
<style>
span { border-color: #E20046; }
span { border-color: rgb(226,0,70); }
td.TdClassName
{
border-color: #E20046;
}
.TagClassName
{
border-color: #E20046;
}
</style>