Shades of Alizarin #EE3441
Tints of Alizarin #EE3441
RGB
CMYK
RGB Variations
Color information
#EE3441 (or 0xEE3441) is known color: Alizarin. HEX triplet: EE, 34 and 41. RGB value is (238,52,65). Sum of RGB (Red+Green+Blue) = 238+52+65=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3441 is #11CBBE. Grayscale: #6D6D6D. Windows color (decimal): -1166271 or 4273390. OLE color: 4273390.
HSL color Cylindrical-coordinate representation of color #EE3441: hue angle of 355.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3441 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 65 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.07 |
| HSL | 355.81º | 0.85% | 0.57% | - |
| HSV(B) | 355.81º | 0.78% | 0.93% | - |
| XYZ | 37.44 | 21.01 | 7.08 | - |
| YUV | 109.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 65 | 0 | 0.78 | 0.73 | 0.07 | 355.81 | 0.85 | 0.57 |
| Hex | EE | 34 | 41 | 0 | 4E | 49 | 7 | 164 | 55 | 39 |
| Octal | 356 | 64 | 101 | 0 | 116 | 111 | 7 | 544 | 125 | 71 |
| Binary | 11101110 | 110100 | 1000001 | 0 | 1001110 | 1001001 | 111 | 101100100 | 1010101 | 111001 |
Color Harmonies of #EE3441
Complementary color
Monochromatic Colors of #EE3441
Black with #EE3441
Text Example
Text Example
White with #EE3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3441; }
p { color: rgb(238,52,65); }
H1.HeaderClassName
{
color: #EE3441;
}
.AnyTagClassName
{
color: #EE3441;
}
</style>
background-color css
<style>
a { background-color: #EE3441; }
a { background-color: rgb(238,52,65); }
div.DivClassName
{
background-color: #EE3441;
}
.BgClassName
{
background-color: #EE3441;
}
</style>
border-color css
<style>
span { border-color: #EE3441; }
span { border-color: rgb(238,52,65); }
td.TdClassName
{
border-color: #EE3441;
}
.TagClassName
{
border-color: #EE3441;
}
</style>