Shades of Crimson #E70044
Tints of Crimson #E70044
RGB
CMYK
RGB Variations
Color information
#E70044 (or 0xE70044) is known color: Crimson. HEX triplet: E7, 00 and 44. RGB value is (231,0,68). Sum of RGB (Red+Green+Blue) = 231+0+68=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E70044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70044 is #18FFBB. Grayscale: #4C4C4C. Windows color (decimal): -1638332 or 4456679. OLE color: 4456679.
HSL color Cylindrical-coordinate representation of color #E70044: hue angle of 342.34º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70044 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.71 | 0.09 |
| HSL | 342.34º | 1% | 0.45% | - |
| HSV(B) | 342.34º | 1% | 0.91% | - |
| XYZ | 34 | 17.41 | 7.04 | - |
| YUV | 76.82 | 123.03 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 68 | 0 | 1 | 0.71 | 0.09 | 342.34 | 1 | 0.45 |
| Hex | E7 | 0 | 44 | 0 | 64 | 47 | 9 | 156 | 64 | 2D |
| Octal | 347 | 0 | 104 | 0 | 144 | 107 | 11 | 526 | 144 | 55 |
| Binary | 11100111 | 0 | 1000100 | 0 | 1100100 | 1000111 | 1001 | 101010110 | 1100100 | 101101 |
Color Harmonies of #E70044
Complementary color
Monochromatic Colors of #E70044
Black with #E70044
Text Example
Text Example
White with #E70044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70044; }
p { color: rgb(231,0,68); }
H1.HeaderClassName
{
color: #E70044;
}
.AnyTagClassName
{
color: #E70044;
}
</style>
background-color css
<style>
a { background-color: #E70044; }
a { background-color: rgb(231,0,68); }
div.DivClassName
{
background-color: #E70044;
}
.BgClassName
{
background-color: #E70044;
}
</style>
border-color css
<style>
span { border-color: #E70044; }
span { border-color: rgb(231,0,68); }
td.TdClassName
{
border-color: #E70044;
}
.TagClassName
{
border-color: #E70044;
}
</style>