Shades of Crimson #E90145
Tints of Crimson #E90145
RGB
CMYK
RGB Variations
Color information
#E90145 (or 0xE90145) is known color: Crimson. HEX triplet: E9, 01 and 45. RGB value is (233,1,69). Sum of RGB (Red+Green+Blue) = 233+1+69=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E90145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90145 is #16FEBA. Grayscale: #4E4E4E. Windows color (decimal): -1507003 or 4522473. OLE color: 4522473.
HSL color Cylindrical-coordinate representation of color #E90145: hue angle of 342.41º 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 #E90145 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.09 |
| HSL | 342.41º | 0.99% | 0.46% | - |
| HSV(B) | 342.41º | 1% | 0.91% | - |
| XYZ | 34.69 | 17.78 | 7.23 | - |
| YUV | 78.12 | 122.86 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 69 | 0 | 1.00 | 0.70 | 0.09 | 342.41 | 0.99 | 0.46 |
| Hex | E9 | 1 | 45 | 0 | 64 | 46 | 9 | 156 | 63 | 2E |
| Octal | 351 | 1 | 105 | 0 | 144 | 106 | 11 | 526 | 143 | 56 |
| Binary | 11101001 | 1 | 1000101 | 0 | 1100100 | 1000110 | 1001 | 101010110 | 1100011 | 101110 |
Color Harmonies of #E90145
Complementary color
Monochromatic Colors of #E90145
Black with #E90145
Text Example
Text Example
White with #E90145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90145; }
p { color: rgb(233,1,69); }
H1.HeaderClassName
{
color: #E90145;
}
.AnyTagClassName
{
color: #E90145;
}
</style>
background-color css
<style>
a { background-color: #E90145; }
a { background-color: rgb(233,1,69); }
div.DivClassName
{
background-color: #E90145;
}
.BgClassName
{
background-color: #E90145;
}
</style>
border-color css
<style>
span { border-color: #E90145; }
span { border-color: rgb(233,1,69); }
td.TdClassName
{
border-color: #E90145;
}
.TagClassName
{
border-color: #E90145;
}
</style>