Shades of Crimson #E60144
Tints of Crimson #E60144
RGB
CMYK
RGB Variations
Color information
#E60144 (or 0xE60144) is known color: Crimson. HEX triplet: E6, 01 and 44. RGB value is (230,1,68). Sum of RGB (Red+Green+Blue) = 230+1+68=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E60144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60144 is #19FEBB. Grayscale: #4D4D4D. Windows color (decimal): -1703612 or 4456934. OLE color: 4456934.
HSL color Cylindrical-coordinate representation of color #E60144: hue angle of 342.45º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60144 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.10 |
| HSL | 342.45º | 0.99% | 0.45% | - |
| HSV(B) | 342.45º | 1% | 0.9% | - |
| XYZ | 33.69 | 17.26 | 7.03 | - |
| YUV | 77.11 | 122.87 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 68 | 0 | 1.00 | 0.70 | 0.10 | 342.45 | 0.99 | 0.45 |
| Hex | E6 | 1 | 44 | 0 | 64 | 46 | A | 156 | 63 | 2D |
| Octal | 346 | 1 | 104 | 0 | 144 | 106 | 12 | 526 | 143 | 55 |
| Binary | 11100110 | 1 | 1000100 | 0 | 1100100 | 1000110 | 1010 | 101010110 | 1100011 | 101101 |
Color Harmonies of #E60144
Complementary color
Monochromatic Colors of #E60144
Black with #E60144
Text Example
Text Example
White with #E60144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60144; }
p { color: rgb(230,1,68); }
H1.HeaderClassName
{
color: #E60144;
}
.AnyTagClassName
{
color: #E60144;
}
</style>
background-color css
<style>
a { background-color: #E60144; }
a { background-color: rgb(230,1,68); }
div.DivClassName
{
background-color: #E60144;
}
.BgClassName
{
background-color: #E60144;
}
</style>
border-color css
<style>
span { border-color: #E60144; }
span { border-color: rgb(230,1,68); }
td.TdClassName
{
border-color: #E60144;
}
.TagClassName
{
border-color: #E60144;
}
</style>