Shades of Crimson #EA0142
Tints of Crimson #EA0142
RGB
CMYK
RGB Variations
Color information
#EA0142 (or 0xEA0142) is known color: Crimson. HEX triplet: EA, 01 and 42. RGB value is (234,1,66). Sum of RGB (Red+Green+Blue) = 234+1+66=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0142 is #15FEBD. Grayscale: #4E4E4E. Windows color (decimal): -1441470 or 4325866. OLE color: 4325866.
HSL color Cylindrical-coordinate representation of color #EA0142: hue angle of 343.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0142 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.08 |
| HSL | 343.26º | 0.99% | 0.46% | - |
| HSV(B) | 343.26º | 1% | 0.92% | - |
| XYZ | 34.93 | 17.91 | 6.77 | - |
| YUV | 78.08 | 121.19 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 66 | 0 | 1.00 | 0.72 | 0.08 | 343.26 | 0.99 | 0.46 |
| Hex | EA | 1 | 42 | 0 | 64 | 48 | 8 | 157 | 63 | 2E |
| Octal | 352 | 1 | 102 | 0 | 144 | 110 | 10 | 527 | 143 | 56 |
| Binary | 11101010 | 1 | 1000010 | 0 | 1100100 | 1001000 | 1000 | 101010111 | 1100011 | 101110 |
Color Harmonies of #EA0142
Complementary color
Monochromatic Colors of #EA0142
Black with #EA0142
Text Example
Text Example
White with #EA0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0142; }
p { color: rgb(234,1,66); }
H1.HeaderClassName
{
color: #EA0142;
}
.AnyTagClassName
{
color: #EA0142;
}
</style>
background-color css
<style>
a { background-color: #EA0142; }
a { background-color: rgb(234,1,66); }
div.DivClassName
{
background-color: #EA0142;
}
.BgClassName
{
background-color: #EA0142;
}
</style>
border-color css
<style>
span { border-color: #EA0142; }
span { border-color: rgb(234,1,66); }
td.TdClassName
{
border-color: #EA0142;
}
.TagClassName
{
border-color: #EA0142;
}
</style>