Shades of Alizarin #EE4041
Tints of Alizarin #EE4041
RGB
CMYK
RGB Variations
Color information
#EE4041 (or 0xEE4041) is known color: Alizarin. HEX triplet: EE, 40 and 41. RGB value is (238,64,65). Sum of RGB (Red+Green+Blue) = 238+64+65=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4041 is #11BFBE. Grayscale: #747474. Windows color (decimal): -1163199 or 4276462. OLE color: 4276462.
HSL color Cylindrical-coordinate representation of color #EE4041: hue angle of 359.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4041 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 65 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.07 |
| HSL | 359.66º | 0.84% | 0.59% | - |
| HSV(B) | 359.66º | 0.73% | 0.93% | - |
| XYZ | 38.05 | 22.23 | 7.29 | - |
| YUV | 116.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 65 | 0 | 0.73 | 0.73 | 0.07 | 359.66 | 0.84 | 0.59 |
| Hex | EE | 40 | 41 | 0 | 49 | 49 | 7 | 168 | 54 | 3B |
| Octal | 356 | 100 | 101 | 0 | 111 | 111 | 7 | 550 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1000001 | 0 | 1001001 | 1001001 | 111 | 101101000 | 1010100 | 111011 |
Color Harmonies of #EE4041
Complementary color
Monochromatic Colors of #EE4041
Black with #EE4041
Text Example
Text Example
White with #EE4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4041; }
p { color: rgb(238,64,65); }
H1.HeaderClassName
{
color: #EE4041;
}
.AnyTagClassName
{
color: #EE4041;
}
</style>
background-color css
<style>
a { background-color: #EE4041; }
a { background-color: rgb(238,64,65); }
div.DivClassName
{
background-color: #EE4041;
}
.BgClassName
{
background-color: #EE4041;
}
</style>
border-color css
<style>
span { border-color: #EE4041; }
span { border-color: rgb(238,64,65); }
td.TdClassName
{
border-color: #EE4041;
}
.TagClassName
{
border-color: #EE4041;
}
</style>