Shades of Alizarin #EE2638
Tints of Alizarin #EE2638
RGB
CMYK
RGB Variations
Color information
#EE2638 (or 0xEE2638) is known color: Alizarin. HEX triplet: EE, 26 and 38. RGB value is (238,38,56). Sum of RGB (Red+Green+Blue) = 238+38+56=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2638 is #11D9C7. Grayscale: #636363. Windows color (decimal): -1169864 or 3679982. OLE color: 3679982.
HSL color Cylindrical-coordinate representation of color #EE2638: hue angle of 354.6º 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 #EE2638 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 56 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 354.6º | 0.85% | 0.54% | - |
| HSV(B) | 354.6º | 0.84% | 0.93% | - |
| XYZ | 36.67 | 19.85 | 5.64 | - |
| YUV | 99.85 | 103.26 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 56 | 0 | 0.84 | 0.76 | 0.07 | 354.6 | 0.85 | 0.54 |
| Hex | EE | 26 | 38 | 0 | 54 | 4C | 7 | 163 | 55 | 36 |
| Octal | 356 | 46 | 70 | 0 | 124 | 114 | 7 | 543 | 125 | 66 |
| Binary | 11101110 | 100110 | 111000 | 0 | 1010100 | 1001100 | 111 | 101100011 | 1010101 | 110110 |
Color Harmonies of #EE2638
Complementary color
Monochromatic Colors of #EE2638
Black with #EE2638
Text Example
Text Example
White with #EE2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2638; }
p { color: rgb(238,38,56); }
H1.HeaderClassName
{
color: #EE2638;
}
.AnyTagClassName
{
color: #EE2638;
}
</style>
background-color css
<style>
a { background-color: #EE2638; }
a { background-color: rgb(238,38,56); }
div.DivClassName
{
background-color: #EE2638;
}
.BgClassName
{
background-color: #EE2638;
}
</style>
border-color css
<style>
span { border-color: #EE2638; }
span { border-color: rgb(238,38,56); }
td.TdClassName
{
border-color: #EE2638;
}
.TagClassName
{
border-color: #EE2638;
}
</style>