Shades of Crimson #E10046
Tints of Crimson #E10046
RGB
CMYK
RGB Variations
Color information
#E10046 (or 0xE10046) is known color: Crimson. HEX triplet: E1, 00 and 46. RGB value is (225,0,70). Sum of RGB (Red+Green+Blue) = 225+0+70=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E10046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10046 is #1EFFB9. Grayscale: #4B4B4B. Windows color (decimal): -2031546 or 4587745. OLE color: 4587745.
HSL color Cylindrical-coordinate representation of color #E10046: hue angle of 341.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10046 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.69 | 0.12 |
| HSL | 341.33º | 1% | 0.44% | - |
| HSV(B) | 341.33º | 1% | 0.88% | - |
| XYZ | 32.16 | 16.45 | 7.27 | - |
| YUV | 75.26 | 125.04 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 70 | 0 | 1 | 0.69 | 0.12 | 341.33 | 1 | 0.44 |
| Hex | E1 | 0 | 46 | 0 | 64 | 45 | C | 155 | 64 | 2C |
| Octal | 341 | 0 | 106 | 0 | 144 | 105 | 14 | 525 | 144 | 54 |
| Binary | 11100001 | 0 | 1000110 | 0 | 1100100 | 1000101 | 1100 | 101010101 | 1100100 | 101100 |
Color Harmonies of #E10046
Complementary color
Monochromatic Colors of #E10046
Black with #E10046
Text Example
Text Example
White with #E10046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10046; }
p { color: rgb(225,0,70); }
H1.HeaderClassName
{
color: #E10046;
}
.AnyTagClassName
{
color: #E10046;
}
</style>
background-color css
<style>
a { background-color: #E10046; }
a { background-color: rgb(225,0,70); }
div.DivClassName
{
background-color: #E10046;
}
.BgClassName
{
background-color: #E10046;
}
</style>
border-color css
<style>
span { border-color: #E10046; }
span { border-color: rgb(225,0,70); }
td.TdClassName
{
border-color: #E10046;
}
.TagClassName
{
border-color: #E10046;
}
</style>