Shades of Crimson #E50F4A
Tints of Crimson #E50F4A
RGB
CMYK
RGB Variations
Color information
#E50F4A (or 0xE50F4A) is known color: Crimson. HEX triplet: E5, 0F and 4A. RGB value is (229,15,74). Sum of RGB (Red+Green+Blue) = 229+15+74=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F4A is #1AF0B5. Grayscale: #555555. Windows color (decimal): -1765558 or 4853733. OLE color: 4853733.
HSL color Cylindrical-coordinate representation of color #E50F4A: hue angle of 343.46º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F4A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 74 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.10 |
| HSL | 343.46º | 0.88% | 0.48% | - |
| HSV(B) | 343.46º | 0.93% | 0.9% | - |
| XYZ | 33.72 | 17.49 | 8.08 | - |
| YUV | 85.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 74 | 0 | 0.93 | 0.68 | 0.10 | 343.46 | 0.88 | 0.48 |
| Hex | E5 | F | 4A | 0 | 5D | 44 | A | 157 | 58 | 30 |
| Octal | 345 | 17 | 112 | 0 | 135 | 104 | 12 | 527 | 130 | 60 |
| Binary | 11100101 | 1111 | 1001010 | 0 | 1011101 | 1000100 | 1010 | 101010111 | 1011000 | 110000 |
Color Harmonies of #E50F4A
Complementary color
Monochromatic Colors of #E50F4A
Black with #E50F4A
Text Example
Text Example
White with #E50F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F4A; }
p { color: rgb(229,15,74); }
H1.HeaderClassName
{
color: #E50F4A;
}
.AnyTagClassName
{
color: #E50F4A;
}
</style>
background-color css
<style>
a { background-color: #E50F4A; }
a { background-color: rgb(229,15,74); }
div.DivClassName
{
background-color: #E50F4A;
}
.BgClassName
{
background-color: #E50F4A;
}
</style>
border-color css
<style>
span { border-color: #E50F4A; }
span { border-color: rgb(229,15,74); }
td.TdClassName
{
border-color: #E50F4A;
}
.TagClassName
{
border-color: #E50F4A;
}
</style>