Shades of Crimson #E70144
Tints of Crimson #E70144
RGB
CMYK
RGB Variations
Color information
#E70144 (or 0xE70144) is known color: Crimson. HEX triplet: E7, 01 and 44. RGB value is (231,1,68). Sum of RGB (Red+Green+Blue) = 231+1+68=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E70144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70144 is #18FEBB. Grayscale: #4D4D4D. Windows color (decimal): -1638076 or 4456935. OLE color: 4456935.
HSL color Cylindrical-coordinate representation of color #E70144: hue angle of 342.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70144 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.09 |
| HSL | 342.52º | 0.99% | 0.45% | - |
| HSV(B) | 342.52º | 1% | 0.91% | - |
| XYZ | 34.01 | 17.43 | 7.04 | - |
| YUV | 77.41 | 122.7 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 68 | 0 | 1.00 | 0.71 | 0.09 | 342.52 | 0.99 | 0.45 |
| Hex | E7 | 1 | 44 | 0 | 64 | 47 | 9 | 157 | 63 | 2D |
| Octal | 347 | 1 | 104 | 0 | 144 | 107 | 11 | 527 | 143 | 55 |
| Binary | 11100111 | 1 | 1000100 | 0 | 1100100 | 1000111 | 1001 | 101010111 | 1100011 | 101101 |
Color Harmonies of #E70144
Complementary color
Monochromatic Colors of #E70144
Black with #E70144
Text Example
Text Example
White with #E70144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70144; }
p { color: rgb(231,1,68); }
H1.HeaderClassName
{
color: #E70144;
}
.AnyTagClassName
{
color: #E70144;
}
</style>
background-color css
<style>
a { background-color: #E70144; }
a { background-color: rgb(231,1,68); }
div.DivClassName
{
background-color: #E70144;
}
.BgClassName
{
background-color: #E70144;
}
</style>
border-color css
<style>
span { border-color: #E70144; }
span { border-color: rgb(231,1,68); }
td.TdClassName
{
border-color: #E70144;
}
.TagClassName
{
border-color: #E70144;
}
</style>