Shades of Alizarin #EE2641
Tints of Alizarin #EE2641
RGB
CMYK
RGB Variations
Color information
#EE2641 (or 0xEE2641) is known color: Alizarin. HEX triplet: EE, 26 and 41. RGB value is (238,38,65). Sum of RGB (Red+Green+Blue) = 238+38+65=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2641 is #11D9BE. Grayscale: #646464. Windows color (decimal): -1169855 or 4269806. OLE color: 4269806.
HSL color Cylindrical-coordinate representation of color #EE2641: hue angle of 351.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2641 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 65 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.07 |
| HSL | 351.9º | 0.85% | 0.54% | - |
| HSV(B) | 351.9º | 0.84% | 0.93% | - |
| XYZ | 36.91 | 19.95 | 6.91 | - |
| YUV | 100.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 65 | 0 | 0.84 | 0.73 | 0.07 | 351.9 | 0.85 | 0.54 |
| Hex | EE | 26 | 41 | 0 | 54 | 49 | 7 | 160 | 55 | 36 |
| Octal | 356 | 46 | 101 | 0 | 124 | 111 | 7 | 540 | 125 | 66 |
| Binary | 11101110 | 100110 | 1000001 | 0 | 1010100 | 1001001 | 111 | 101100000 | 1010101 | 110110 |
Color Harmonies of #EE2641
Complementary color
Monochromatic Colors of #EE2641
Black with #EE2641
Text Example
Text Example
White with #EE2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2641; }
p { color: rgb(238,38,65); }
H1.HeaderClassName
{
color: #EE2641;
}
.AnyTagClassName
{
color: #EE2641;
}
</style>
background-color css
<style>
a { background-color: #EE2641; }
a { background-color: rgb(238,38,65); }
div.DivClassName
{
background-color: #EE2641;
}
.BgClassName
{
background-color: #EE2641;
}
</style>
border-color css
<style>
span { border-color: #EE2641; }
span { border-color: rgb(238,38,65); }
td.TdClassName
{
border-color: #EE2641;
}
.TagClassName
{
border-color: #EE2641;
}
</style>