Shades of Alizarin #EF2142
Tints of Alizarin #EF2142
RGB
CMYK
RGB Variations
Color information
#EF2142 (or 0xEF2142) is known color: Alizarin. HEX triplet: EF, 21 and 42. RGB value is (239,33,66). Sum of RGB (Red+Green+Blue) = 239+33+66=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2142 is #10DEBD. Grayscale: #626262. Windows color (decimal): -1105598 or 4334063. OLE color: 4334063.
HSL color Cylindrical-coordinate representation of color #EF2142: hue angle of 350.39º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2142 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 66 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.06 |
| HSL | 350.39º | 0.87% | 0.53% | - |
| HSV(B) | 350.39º | 0.86% | 0.94% | - |
| XYZ | 37.12 | 19.83 | 7.03 | - |
| YUV | 98.36 | 109.75 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 66 | 0 | 0.86 | 0.72 | 0.06 | 350.39 | 0.87 | 0.53 |
| Hex | EF | 21 | 42 | 0 | 56 | 48 | 6 | 15E | 57 | 35 |
| Octal | 357 | 41 | 102 | 0 | 126 | 110 | 6 | 536 | 127 | 65 |
| Binary | 11101111 | 100001 | 1000010 | 0 | 1010110 | 1001000 | 110 | 101011110 | 1010111 | 110101 |
Color Harmonies of #EF2142
Complementary color
Monochromatic Colors of #EF2142
Black with #EF2142
Text Example
Text Example
White with #EF2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2142; }
p { color: rgb(239,33,66); }
H1.HeaderClassName
{
color: #EF2142;
}
.AnyTagClassName
{
color: #EF2142;
}
</style>
background-color css
<style>
a { background-color: #EF2142; }
a { background-color: rgb(239,33,66); }
div.DivClassName
{
background-color: #EF2142;
}
.BgClassName
{
background-color: #EF2142;
}
</style>
border-color css
<style>
span { border-color: #EF2142; }
span { border-color: rgb(239,33,66); }
td.TdClassName
{
border-color: #EF2142;
}
.TagClassName
{
border-color: #EF2142;
}
</style>