Shades of Crimson #E10144
Tints of Crimson #E10144
RGB
CMYK
RGB Variations
Color information
#E10144 (or 0xE10144) is known color: Crimson. HEX triplet: E1, 01 and 44. RGB value is (225,1,68). Sum of RGB (Red+Green+Blue) = 225+1+68=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E10144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10144 is #1EFEBB. Grayscale: #4B4B4B. Windows color (decimal): -2031292 or 4456929. OLE color: 4456929.
HSL color Cylindrical-coordinate representation of color #E10144: hue angle of 342.05º 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 #E10144 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.12 |
| HSL | 342.05º | 0.99% | 0.44% | - |
| HSV(B) | 342.05º | 1% | 0.88% | - |
| XYZ | 32.11 | 16.45 | 6.95 | - |
| YUV | 75.61 | 123.71 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 68 | 0 | 1.00 | 0.70 | 0.12 | 342.05 | 0.99 | 0.44 |
| Hex | E1 | 1 | 44 | 0 | 64 | 46 | C | 156 | 63 | 2C |
| Octal | 341 | 1 | 104 | 0 | 144 | 106 | 14 | 526 | 143 | 54 |
| Binary | 11100001 | 1 | 1000100 | 0 | 1100100 | 1000110 | 1100 | 101010110 | 1100011 | 101100 |
Color Harmonies of #E10144
Complementary color
Monochromatic Colors of #E10144
Black with #E10144
Text Example
Text Example
White with #E10144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10144; }
p { color: rgb(225,1,68); }
H1.HeaderClassName
{
color: #E10144;
}
.AnyTagClassName
{
color: #E10144;
}
</style>
background-color css
<style>
a { background-color: #E10144; }
a { background-color: rgb(225,1,68); }
div.DivClassName
{
background-color: #E10144;
}
.BgClassName
{
background-color: #E10144;
}
</style>
border-color css
<style>
span { border-color: #E10144; }
span { border-color: rgb(225,1,68); }
td.TdClassName
{
border-color: #E10144;
}
.TagClassName
{
border-color: #E10144;
}
</style>