Shades of Crimson #E10146
Tints of Crimson #E10146
RGB
CMYK
RGB Variations
Color information
#E10146 (or 0xE10146) is known color: Crimson. HEX triplet: E1, 01 and 46. RGB value is (225,1,70). Sum of RGB (Red+Green+Blue) = 225+1+70=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E10146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10146 is #1EFEB9. Grayscale: #4B4B4B. Windows color (decimal): -2031290 or 4588001. OLE color: 4588001.
HSL color Cylindrical-coordinate representation of color #E10146: hue angle of 341.52º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10146 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 70 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.12 |
| HSL | 341.52º | 0.99% | 0.44% | - |
| HSV(B) | 341.52º | 1% | 0.88% | - |
| XYZ | 32.17 | 16.47 | 7.28 | - |
| YUV | 75.84 | 124.71 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 70 | 0 | 1.00 | 0.69 | 0.12 | 341.52 | 0.99 | 0.44 |
| Hex | E1 | 1 | 46 | 0 | 64 | 45 | C | 156 | 63 | 2C |
| Octal | 341 | 1 | 106 | 0 | 144 | 105 | 14 | 526 | 143 | 54 |
| Binary | 11100001 | 1 | 1000110 | 0 | 1100100 | 1000101 | 1100 | 101010110 | 1100011 | 101100 |
Color Harmonies of #E10146
Complementary color
Monochromatic Colors of #E10146
Black with #E10146
Text Example
Text Example
White with #E10146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10146; }
p { color: rgb(225,1,70); }
H1.HeaderClassName
{
color: #E10146;
}
.AnyTagClassName
{
color: #E10146;
}
</style>
background-color css
<style>
a { background-color: #E10146; }
a { background-color: rgb(225,1,70); }
div.DivClassName
{
background-color: #E10146;
}
.BgClassName
{
background-color: #E10146;
}
</style>
border-color css
<style>
span { border-color: #E10146; }
span { border-color: rgb(225,1,70); }
td.TdClassName
{
border-color: #E10146;
}
.TagClassName
{
border-color: #E10146;
}
</style>