Shades of Crimson #EA0F47
Tints of Crimson #EA0F47
RGB
CMYK
RGB Variations
Color information
#EA0F47 (or 0xEA0F47) is known color: Crimson. HEX triplet: EA, 0F and 47. RGB value is (234,15,71). Sum of RGB (Red+Green+Blue) = 234+15+71=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F47 is #15F0B8. Grayscale: #565656. Windows color (decimal): -1437881 or 4657130. OLE color: 4657130.
HSL color Cylindrical-coordinate representation of color #EA0F47: hue angle of 344.66º degrees, saturation: 0.88, 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 #EA0F47 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 71 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.08 |
| HSL | 344.66º | 0.88% | 0.49% | - |
| HSV(B) | 344.66º | 0.94% | 0.92% | - |
| XYZ | 35.24 | 18.29 | 7.63 | - |
| YUV | 86.87 | 119.05 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 71 | 0 | 0.94 | 0.70 | 0.08 | 344.66 | 0.88 | 0.49 |
| Hex | EA | F | 47 | 0 | 5E | 46 | 8 | 159 | 58 | 31 |
| Octal | 352 | 17 | 107 | 0 | 136 | 106 | 10 | 531 | 130 | 61 |
| Binary | 11101010 | 1111 | 1000111 | 0 | 1011110 | 1000110 | 1000 | 101011001 | 1011000 | 110001 |
Color Harmonies of #EA0F47
Complementary color
Monochromatic Colors of #EA0F47
Black with #EA0F47
Text Example
Text Example
White with #EA0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F47; }
p { color: rgb(234,15,71); }
H1.HeaderClassName
{
color: #EA0F47;
}
.AnyTagClassName
{
color: #EA0F47;
}
</style>
background-color css
<style>
a { background-color: #EA0F47; }
a { background-color: rgb(234,15,71); }
div.DivClassName
{
background-color: #EA0F47;
}
.BgClassName
{
background-color: #EA0F47;
}
</style>
border-color css
<style>
span { border-color: #EA0F47; }
span { border-color: rgb(234,15,71); }
td.TdClassName
{
border-color: #EA0F47;
}
.TagClassName
{
border-color: #EA0F47;
}
</style>