Shades of Crimson #EA1144
Tints of Crimson #EA1144
RGB
CMYK
RGB Variations
Color information
#EA1144 (or 0xEA1144) is known color: Crimson. HEX triplet: EA, 11 and 44. RGB value is (234,17,68). Sum of RGB (Red+Green+Blue) = 234+17+68=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1144 is #15EEBB. Grayscale: #575757. Windows color (decimal): -1437372 or 4461034. OLE color: 4461034.
HSL color Cylindrical-coordinate representation of color #EA1144: hue angle of 345.9º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1144 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 68 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.08 |
| HSL | 345.9º | 0.86% | 0.49% | - |
| HSV(B) | 345.9º | 0.93% | 0.92% | - |
| XYZ | 35.18 | 18.31 | 7.15 | - |
| YUV | 87.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 68 | 0 | 0.93 | 0.71 | 0.08 | 345.9 | 0.86 | 0.49 |
| Hex | EA | 11 | 44 | 0 | 5D | 47 | 8 | 15A | 56 | 31 |
| Octal | 352 | 21 | 104 | 0 | 135 | 107 | 10 | 532 | 126 | 61 |
| Binary | 11101010 | 10001 | 1000100 | 0 | 1011101 | 1000111 | 1000 | 101011010 | 1010110 | 110001 |
Color Harmonies of #EA1144
Complementary color
Monochromatic Colors of #EA1144
Black with #EA1144
Text Example
Text Example
White with #EA1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1144; }
p { color: rgb(234,17,68); }
H1.HeaderClassName
{
color: #EA1144;
}
.AnyTagClassName
{
color: #EA1144;
}
</style>
background-color css
<style>
a { background-color: #EA1144; }
a { background-color: rgb(234,17,68); }
div.DivClassName
{
background-color: #EA1144;
}
.BgClassName
{
background-color: #EA1144;
}
</style>
border-color css
<style>
span { border-color: #EA1144; }
span { border-color: rgb(234,17,68); }
td.TdClassName
{
border-color: #EA1144;
}
.TagClassName
{
border-color: #EA1144;
}
</style>