Shades of Alizarin #EE1A34
Tints of Alizarin #EE1A34
RGB
CMYK
RGB Variations
Color information
#EE1A34 (or 0xEE1A34) is known color: Alizarin. HEX triplet: EE, 1A and 34. RGB value is (238,26,52). Sum of RGB (Red+Green+Blue) = 238+26+52=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1A34 is #11E5CB. Grayscale: #5C5C5C. Windows color (decimal): -1172940 or 3414766. OLE color: 3414766.
HSL color Cylindrical-coordinate representation of color #EE1A34: hue angle of 352.64º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1A34 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 52 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.07 |
| HSL | 352.64º | 0.86% | 0.52% | - |
| HSV(B) | 352.64º | 0.89% | 0.93% | - |
| XYZ | 36.25 | 19.16 | 5.04 | - |
| YUV | 92.35 | 105.24 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 52 | 0 | 0.89 | 0.78 | 0.07 | 352.64 | 0.86 | 0.52 |
| Hex | EE | 1A | 34 | 0 | 59 | 4E | 7 | 161 | 56 | 34 |
| Octal | 356 | 32 | 64 | 0 | 131 | 116 | 7 | 541 | 126 | 64 |
| Binary | 11101110 | 11010 | 110100 | 0 | 1011001 | 1001110 | 111 | 101100001 | 1010110 | 110100 |
Color Harmonies of #EE1A34
Complementary color
Monochromatic Colors of #EE1A34
Black with #EE1A34
Text Example
Text Example
White with #EE1A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1A34; }
p { color: rgb(238,26,52); }
H1.HeaderClassName
{
color: #EE1A34;
}
.AnyTagClassName
{
color: #EE1A34;
}
</style>
background-color css
<style>
a { background-color: #EE1A34; }
a { background-color: rgb(238,26,52); }
div.DivClassName
{
background-color: #EE1A34;
}
.BgClassName
{
background-color: #EE1A34;
}
</style>
border-color css
<style>
span { border-color: #EE1A34; }
span { border-color: rgb(238,26,52); }
td.TdClassName
{
border-color: #EE1A34;
}
.TagClassName
{
border-color: #EE1A34;
}
</style>