Shades of Alizarin #EE2635
Tints of Alizarin #EE2635
RGB
CMYK
RGB Variations
Color information
#EE2635 (or 0xEE2635) is known color: Alizarin. HEX triplet: EE, 26 and 35. RGB value is (238,38,53). Sum of RGB (Red+Green+Blue) = 238+38+53=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2635 is #11D9CA. Grayscale: #636363. Windows color (decimal): -1169867 or 3483374. OLE color: 3483374.
HSL color Cylindrical-coordinate representation of color #EE2635: hue angle of 355.5º 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 #EE2635 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 53 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.07 |
| HSL | 355.5º | 0.85% | 0.54% | - |
| HSV(B) | 355.5º | 0.84% | 0.93% | - |
| XYZ | 36.6 | 19.82 | 5.27 | - |
| YUV | 99.51 | 101.76 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 53 | 0 | 0.84 | 0.78 | 0.07 | 355.5 | 0.85 | 0.54 |
| Hex | EE | 26 | 35 | 0 | 54 | 4E | 7 | 164 | 55 | 36 |
| Octal | 356 | 46 | 65 | 0 | 124 | 116 | 7 | 544 | 125 | 66 |
| Binary | 11101110 | 100110 | 110101 | 0 | 1010100 | 1001110 | 111 | 101100100 | 1010101 | 110110 |
Color Harmonies of #EE2635
Complementary color
Monochromatic Colors of #EE2635
Black with #EE2635
Text Example
Text Example
White with #EE2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2635; }
p { color: rgb(238,38,53); }
H1.HeaderClassName
{
color: #EE2635;
}
.AnyTagClassName
{
color: #EE2635;
}
</style>
background-color css
<style>
a { background-color: #EE2635; }
a { background-color: rgb(238,38,53); }
div.DivClassName
{
background-color: #EE2635;
}
.BgClassName
{
background-color: #EE2635;
}
</style>
border-color css
<style>
span { border-color: #EE2635; }
span { border-color: rgb(238,38,53); }
td.TdClassName
{
border-color: #EE2635;
}
.TagClassName
{
border-color: #EE2635;
}
</style>