Shades of Crimson #E80948
Tints of Crimson #E80948
RGB
CMYK
RGB Variations
Color information
#E80948 (or 0xE80948) is known color: Crimson. HEX triplet: E8, 09 and 48. RGB value is (232,9,72). Sum of RGB (Red+Green+Blue) = 232+9+72=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E80948 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80948 is #17F6B7. Grayscale: #525252. Windows color (decimal): -1570488 or 4721128. OLE color: 4721128.
HSL color Cylindrical-coordinate representation of color #E80948: hue angle of 343.05º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80948 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 72 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.09 |
| HSL | 343.05º | 0.93% | 0.47% | - |
| HSV(B) | 343.05º | 0.96% | 0.91% | - |
| XYZ | 34.55 | 17.82 | 7.75 | - |
| YUV | 82.86 | 121.88 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 72 | 0 | 0.96 | 0.69 | 0.09 | 343.05 | 0.93 | 0.47 |
| Hex | E8 | 9 | 48 | 0 | 60 | 45 | 9 | 157 | 5D | 2F |
| Octal | 350 | 11 | 110 | 0 | 140 | 105 | 11 | 527 | 135 | 57 |
| Binary | 11101000 | 1001 | 1001000 | 0 | 1100000 | 1000101 | 1001 | 101010111 | 1011101 | 101111 |
Color Harmonies of #E80948
Complementary color
Monochromatic Colors of #E80948
Black with #E80948
Text Example
Text Example
White with #E80948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80948; }
p { color: rgb(232,9,72); }
H1.HeaderClassName
{
color: #E80948;
}
.AnyTagClassName
{
color: #E80948;
}
</style>
background-color css
<style>
a { background-color: #E80948; }
a { background-color: rgb(232,9,72); }
div.DivClassName
{
background-color: #E80948;
}
.BgClassName
{
background-color: #E80948;
}
</style>
border-color css
<style>
span { border-color: #E80948; }
span { border-color: rgb(232,9,72); }
td.TdClassName
{
border-color: #E80948;
}
.TagClassName
{
border-color: #E80948;
}
</style>