Shades of Crimson #EA0E48
Tints of Crimson #EA0E48
RGB
CMYK
RGB Variations
Color information
#EA0E48 (or 0xEA0E48) is known color: Crimson. HEX triplet: EA, 0E and 48. RGB value is (234,14,72). Sum of RGB (Red+Green+Blue) = 234+14+72=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0E48 is #15F1B7. Grayscale: #565656. Windows color (decimal): -1438136 or 4722410. OLE color: 4722410.
HSL color Cylindrical-coordinate representation of color #EA0E48: hue angle of 344.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0E48 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 72 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.08 |
| HSL | 344.18º | 0.89% | 0.49% | - |
| HSV(B) | 344.18º | 0.94% | 0.92% | - |
| XYZ | 35.26 | 18.27 | 7.8 | - |
| YUV | 86.39 | 119.89 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 72 | 0 | 0.94 | 0.69 | 0.08 | 344.18 | 0.89 | 0.49 |
| Hex | EA | E | 48 | 0 | 5E | 45 | 8 | 158 | 59 | 31 |
| Octal | 352 | 16 | 110 | 0 | 136 | 105 | 10 | 530 | 131 | 61 |
| Binary | 11101010 | 1110 | 1001000 | 0 | 1011110 | 1000101 | 1000 | 101011000 | 1011001 | 110001 |
Color Harmonies of #EA0E48
Complementary color
Monochromatic Colors of #EA0E48
Black with #EA0E48
Text Example
Text Example
White with #EA0E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0E48; }
p { color: rgb(234,14,72); }
H1.HeaderClassName
{
color: #EA0E48;
}
.AnyTagClassName
{
color: #EA0E48;
}
</style>
background-color css
<style>
a { background-color: #EA0E48; }
a { background-color: rgb(234,14,72); }
div.DivClassName
{
background-color: #EA0E48;
}
.BgClassName
{
background-color: #EA0E48;
}
</style>
border-color css
<style>
span { border-color: #EA0E48; }
span { border-color: rgb(234,14,72); }
td.TdClassName
{
border-color: #EA0E48;
}
.TagClassName
{
border-color: #EA0E48;
}
</style>