Shades of Crimson #E90B44
Tints of Crimson #E90B44
RGB
CMYK
RGB Variations
Color information
#E90B44 (or 0xE90B44) is known color: Crimson. HEX triplet: E9, 0B and 44. RGB value is (233,11,68). Sum of RGB (Red+Green+Blue) = 233+11+68=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90B44 is #16F4BB. Grayscale: #535353. Windows color (decimal): -1504444 or 4459497. OLE color: 4459497.
HSL color Cylindrical-coordinate representation of color #E90B44: hue angle of 344.59º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90B44 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 68 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.09 |
| HSL | 344.59º | 0.91% | 0.48% | - |
| HSV(B) | 344.59º | 0.95% | 0.91% | - |
| XYZ | 34.77 | 17.98 | 7.11 | - |
| YUV | 83.88 | 119.05 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 68 | 0 | 0.95 | 0.71 | 0.09 | 344.59 | 0.91 | 0.48 |
| Hex | E9 | B | 44 | 0 | 5F | 47 | 9 | 159 | 5B | 30 |
| Octal | 351 | 13 | 104 | 0 | 137 | 107 | 11 | 531 | 133 | 60 |
| Binary | 11101001 | 1011 | 1000100 | 0 | 1011111 | 1000111 | 1001 | 101011001 | 1011011 | 110000 |
Color Harmonies of #E90B44
Complementary color
Monochromatic Colors of #E90B44
Black with #E90B44
Text Example
Text Example
White with #E90B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90B44; }
p { color: rgb(233,11,68); }
H1.HeaderClassName
{
color: #E90B44;
}
.AnyTagClassName
{
color: #E90B44;
}
</style>
background-color css
<style>
a { background-color: #E90B44; }
a { background-color: rgb(233,11,68); }
div.DivClassName
{
background-color: #E90B44;
}
.BgClassName
{
background-color: #E90B44;
}
</style>
border-color css
<style>
span { border-color: #E90B44; }
span { border-color: rgb(233,11,68); }
td.TdClassName
{
border-color: #E90B44;
}
.TagClassName
{
border-color: #E90B44;
}
</style>