Shades of Crimson #E2174E
Tints of Crimson #E2174E
RGB
CMYK
RGB Variations
Color information
#E2174E (or 0xE2174E) is known color: Crimson. HEX triplet: E2, 17 and 4E. RGB value is (226,23,78). Sum of RGB (Red+Green+Blue) = 226+23+78=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E2174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2174E is #1DE8B1. Grayscale: #595959. Windows color (decimal): -1960114 or 5117922. OLE color: 5117922.
HSL color Cylindrical-coordinate representation of color #E2174E: hue angle of 343.74º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2174E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.11 |
| HSL | 343.74º | 0.82% | 0.49% | - |
| HSV(B) | 343.74º | 0.9% | 0.89% | - |
| XYZ | 33.05 | 17.33 | 8.81 | - |
| YUV | 89.97 | 121.25 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 78 | 0 | 0.90 | 0.65 | 0.11 | 343.74 | 0.82 | 0.49 |
| Hex | E2 | 17 | 4E | 0 | 5A | 41 | B | 158 | 52 | 31 |
| Octal | 342 | 27 | 116 | 0 | 132 | 101 | 13 | 530 | 122 | 61 |
| Binary | 11100010 | 10111 | 1001110 | 0 | 1011010 | 1000001 | 1011 | 101011000 | 1010010 | 110001 |
Color Harmonies of #E2174E
Complementary color
Monochromatic Colors of #E2174E
Black with #E2174E
Text Example
Text Example
White with #E2174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2174E; }
p { color: rgb(226,23,78); }
H1.HeaderClassName
{
color: #E2174E;
}
.AnyTagClassName
{
color: #E2174E;
}
</style>
background-color css
<style>
a { background-color: #E2174E; }
a { background-color: rgb(226,23,78); }
div.DivClassName
{
background-color: #E2174E;
}
.BgClassName
{
background-color: #E2174E;
}
</style>
border-color css
<style>
span { border-color: #E2174E; }
span { border-color: rgb(226,23,78); }
td.TdClassName
{
border-color: #E2174E;
}
.TagClassName
{
border-color: #E2174E;
}
</style>