Shades of Crimson #E1174E
Tints of Crimson #E1174E
RGB
CMYK
RGB Variations
Color information
#E1174E (or 0xE1174E) is known color: Crimson. HEX triplet: E1, 17 and 4E. RGB value is (225,23,78). Sum of RGB (Red+Green+Blue) = 225+23+78=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1174E is #1EE8B1. Grayscale: #595959. Windows color (decimal): -2025650 or 5117921. OLE color: 5117921.
HSL color Cylindrical-coordinate representation of color #E1174E: hue angle of 343.66º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1174E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.12 |
| HSL | 343.66º | 0.81% | 0.49% | - |
| HSV(B) | 343.66º | 0.9% | 0.88% | - |
| XYZ | 32.73 | 17.17 | 8.8 | - |
| YUV | 89.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 78 | 0 | 0.90 | 0.65 | 0.12 | 343.66 | 0.81 | 0.49 |
| Hex | E1 | 17 | 4E | 0 | 5A | 41 | C | 158 | 51 | 31 |
| Octal | 341 | 27 | 116 | 0 | 132 | 101 | 14 | 530 | 121 | 61 |
| Binary | 11100001 | 10111 | 1001110 | 0 | 1011010 | 1000001 | 1100 | 101011000 | 1010001 | 110001 |
Color Harmonies of #E1174E
Complementary color
Monochromatic Colors of #E1174E
Black with #E1174E
Text Example
Text Example
White with #E1174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1174E; }
p { color: rgb(225,23,78); }
H1.HeaderClassName
{
color: #E1174E;
}
.AnyTagClassName
{
color: #E1174E;
}
</style>
background-color css
<style>
a { background-color: #E1174E; }
a { background-color: rgb(225,23,78); }
div.DivClassName
{
background-color: #E1174E;
}
.BgClassName
{
background-color: #E1174E;
}
</style>
border-color css
<style>
span { border-color: #E1174E; }
span { border-color: rgb(225,23,78); }
td.TdClassName
{
border-color: #E1174E;
}
.TagClassName
{
border-color: #E1174E;
}
</style>