Shades of Crimson #E90138
Tints of Crimson #E90138
RGB
CMYK
RGB Variations
Color information
#E90138 (or 0xE90138) is known color: Crimson. HEX triplet: E9, 01 and 38. RGB value is (233,1,56). Sum of RGB (Red+Green+Blue) = 233+1+56=290 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.34% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 233 - color contains mainly: red. Hex color #E90138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90138 is #16FEC7. Grayscale: #4C4C4C. Windows color (decimal): -1507016 or 3670505. OLE color: 3670505.
HSL color Cylindrical-coordinate representation of color #E90138: hue angle of 345.78º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90138 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 56 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.09 |
| HSL | 345.78º | 0.99% | 0.46% | - |
| HSV(B) | 345.78º | 1% | 0.91% | - |
| XYZ | 34.33 | 17.63 | 5.34 | - |
| YUV | 76.64 | 116.36 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 56 | 0 | 1.00 | 0.76 | 0.09 | 345.78 | 0.99 | 0.46 |
| Hex | E9 | 1 | 38 | 0 | 64 | 4C | 9 | 15A | 63 | 2E |
| Octal | 351 | 1 | 70 | 0 | 144 | 114 | 11 | 532 | 143 | 56 |
| Binary | 11101001 | 1 | 111000 | 0 | 1100100 | 1001100 | 1001 | 101011010 | 1100011 | 101110 |
Color Harmonies of #E90138
Complementary color
Monochromatic Colors of #E90138
Black with #E90138
Text Example
Text Example
White with #E90138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90138; }
p { color: rgb(233,1,56); }
H1.HeaderClassName
{
color: #E90138;
}
.AnyTagClassName
{
color: #E90138;
}
</style>
background-color css
<style>
a { background-color: #E90138; }
a { background-color: rgb(233,1,56); }
div.DivClassName
{
background-color: #E90138;
}
.BgClassName
{
background-color: #E90138;
}
</style>
border-color css
<style>
span { border-color: #E90138; }
span { border-color: rgb(233,1,56); }
td.TdClassName
{
border-color: #E90138;
}
.TagClassName
{
border-color: #E90138;
}
</style>