Shades of Crimson #E0174E
Tints of Crimson #E0174E
RGB
CMYK
RGB Variations
Color information
#E0174E (or 0xE0174E) is known color: Crimson. HEX triplet: E0, 17 and 4E. RGB value is (224,23,78). Sum of RGB (Red+Green+Blue) = 224+23+78=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0174E is #1FE8B1. Grayscale: #595959. Windows color (decimal): -2091186 or 5117920. OLE color: 5117920.
HSL color Cylindrical-coordinate representation of color #E0174E: hue angle of 343.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0174E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.12 |
| HSL | 343.58º | 0.81% | 0.48% | - |
| HSV(B) | 343.58º | 0.9% | 0.88% | - |
| XYZ | 32.42 | 17.01 | 8.78 | - |
| YUV | 89.37 | 121.59 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 78 | 0 | 0.90 | 0.65 | 0.12 | 343.58 | 0.81 | 0.48 |
| Hex | E0 | 17 | 4E | 0 | 5A | 41 | C | 158 | 51 | 30 |
| Octal | 340 | 27 | 116 | 0 | 132 | 101 | 14 | 530 | 121 | 60 |
| Binary | 11100000 | 10111 | 1001110 | 0 | 1011010 | 1000001 | 1100 | 101011000 | 1010001 | 110000 |
Color Harmonies of #E0174E
Complementary color
Monochromatic Colors of #E0174E
Black with #E0174E
Text Example
Text Example
White with #E0174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0174E; }
p { color: rgb(224,23,78); }
H1.HeaderClassName
{
color: #E0174E;
}
.AnyTagClassName
{
color: #E0174E;
}
</style>
background-color css
<style>
a { background-color: #E0174E; }
a { background-color: rgb(224,23,78); }
div.DivClassName
{
background-color: #E0174E;
}
.BgClassName
{
background-color: #E0174E;
}
</style>
border-color css
<style>
span { border-color: #E0174E; }
span { border-color: rgb(224,23,78); }
td.TdClassName
{
border-color: #E0174E;
}
.TagClassName
{
border-color: #E0174E;
}
</style>