Shades of Crimson #EA023A
Tints of Crimson #EA023A
RGB
CMYK
RGB Variations
Color information
#EA023A (or 0xEA023A) is known color: Crimson. HEX triplet: EA, 02 and 3A. RGB value is (234,2,58). Sum of RGB (Red+Green+Blue) = 234+2+58=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA023A is #15FDC5. Grayscale: #4D4D4D. Windows color (decimal): -1441222 or 3801834. OLE color: 3801834.
HSL color Cylindrical-coordinate representation of color #EA023A: hue angle of 345.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA023A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.08 |
| HSL | 345.52º | 0.98% | 0.46% | - |
| HSV(B) | 345.52º | 0.99% | 0.92% | - |
| XYZ | 34.72 | 17.84 | 5.62 | - |
| YUV | 77.75 | 116.86 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 58 | 0 | 0.99 | 0.75 | 0.08 | 345.52 | 0.98 | 0.46 |
| Hex | EA | 2 | 3A | 0 | 63 | 4B | 8 | 15A | 62 | 2E |
| Octal | 352 | 2 | 72 | 0 | 143 | 113 | 10 | 532 | 142 | 56 |
| Binary | 11101010 | 10 | 111010 | 0 | 1100011 | 1001011 | 1000 | 101011010 | 1100010 | 101110 |
Color Harmonies of #EA023A
Complementary color
Monochromatic Colors of #EA023A
Black with #EA023A
Text Example
Text Example
White with #EA023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA023A; }
p { color: rgb(234,2,58); }
H1.HeaderClassName
{
color: #EA023A;
}
.AnyTagClassName
{
color: #EA023A;
}
</style>
background-color css
<style>
a { background-color: #EA023A; }
a { background-color: rgb(234,2,58); }
div.DivClassName
{
background-color: #EA023A;
}
.BgClassName
{
background-color: #EA023A;
}
</style>
border-color css
<style>
span { border-color: #EA023A; }
span { border-color: rgb(234,2,58); }
td.TdClassName
{
border-color: #EA023A;
}
.TagClassName
{
border-color: #EA023A;
}
</style>