Shades of Alizarin #EE273C
Tints of Alizarin #EE273C
RGB
CMYK
RGB Variations
Color information
#EE273C (or 0xEE273C) is known color: Alizarin. HEX triplet: EE, 27 and 3C. RGB value is (238,39,60). Sum of RGB (Red+Green+Blue) = 238+39+60=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE273C is #11D8C3. Grayscale: #656565. Windows color (decimal): -1169604 or 3942382. OLE color: 3942382.
HSL color Cylindrical-coordinate representation of color #EE273C: hue angle of 353.67º 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 #EE273C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.67º | 0.85% | 0.54% | - |
| HSV(B) | 353.67º | 0.84% | 0.93% | - |
| XYZ | 36.8 | 19.95 | 6.19 | - |
| YUV | 100.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 60 | 0 | 0.84 | 0.75 | 0.07 | 353.67 | 0.85 | 0.54 |
| Hex | EE | 27 | 3C | 0 | 54 | 4B | 7 | 162 | 55 | 36 |
| Octal | 356 | 47 | 74 | 0 | 124 | 113 | 7 | 542 | 125 | 66 |
| Binary | 11101110 | 100111 | 111100 | 0 | 1010100 | 1001011 | 111 | 101100010 | 1010101 | 110110 |
Color Harmonies of #EE273C
Complementary color
Monochromatic Colors of #EE273C
Black with #EE273C
Text Example
Text Example
White with #EE273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE273C; }
p { color: rgb(238,39,60); }
H1.HeaderClassName
{
color: #EE273C;
}
.AnyTagClassName
{
color: #EE273C;
}
</style>
background-color css
<style>
a { background-color: #EE273C; }
a { background-color: rgb(238,39,60); }
div.DivClassName
{
background-color: #EE273C;
}
.BgClassName
{
background-color: #EE273C;
}
</style>
border-color css
<style>
span { border-color: #EE273C; }
span { border-color: rgb(238,39,60); }
td.TdClassName
{
border-color: #EE273C;
}
.TagClassName
{
border-color: #EE273C;
}
</style>