Shades of Crimson #EA0A47
Tints of Crimson #EA0A47
RGB
CMYK
RGB Variations
Color information
#EA0A47 (or 0xEA0A47) is known color: Crimson. HEX triplet: EA, 0A and 47. RGB value is (234,10,71). Sum of RGB (Red+Green+Blue) = 234+10+71=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A47 is #15F5B8. Grayscale: #535353. Windows color (decimal): -1439161 or 4655850. OLE color: 4655850.
HSL color Cylindrical-coordinate representation of color #EA0A47: hue angle of 343.66º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A47 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 71 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.08 |
| HSL | 343.66º | 0.92% | 0.48% | - |
| HSV(B) | 343.66º | 0.96% | 0.92% | - |
| XYZ | 35.18 | 18.16 | 7.61 | - |
| YUV | 83.93 | 120.71 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 71 | 0 | 0.96 | 0.70 | 0.08 | 343.66 | 0.92 | 0.48 |
| Hex | EA | A | 47 | 0 | 60 | 46 | 8 | 158 | 5C | 30 |
| Octal | 352 | 12 | 107 | 0 | 140 | 106 | 10 | 530 | 134 | 60 |
| Binary | 11101010 | 1010 | 1000111 | 0 | 1100000 | 1000110 | 1000 | 101011000 | 1011100 | 110000 |
Color Harmonies of #EA0A47
Complementary color
Monochromatic Colors of #EA0A47
Black with #EA0A47
Text Example
Text Example
White with #EA0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A47; }
p { color: rgb(234,10,71); }
H1.HeaderClassName
{
color: #EA0A47;
}
.AnyTagClassName
{
color: #EA0A47;
}
</style>
background-color css
<style>
a { background-color: #EA0A47; }
a { background-color: rgb(234,10,71); }
div.DivClassName
{
background-color: #EA0A47;
}
.BgClassName
{
background-color: #EA0A47;
}
</style>
border-color css
<style>
span { border-color: #EA0A47; }
span { border-color: rgb(234,10,71); }
td.TdClassName
{
border-color: #EA0A47;
}
.TagClassName
{
border-color: #EA0A47;
}
</style>