Shades of Alizarin #EE2534
Tints of Alizarin #EE2534
RGB
CMYK
RGB Variations
Color information
#EE2534 (or 0xEE2534) is known color: Alizarin. HEX triplet: EE, 25 and 34. RGB value is (238,37,52). Sum of RGB (Red+Green+Blue) = 238+37+52=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2534 is #11DACB. Grayscale: #626262. Windows color (decimal): -1170124 or 3417582. OLE color: 3417582.
HSL color Cylindrical-coordinate representation of color #EE2534: hue angle of 355.52º degrees, saturation: 0.86, 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 #EE2534 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 52 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.07 |
| HSL | 355.52º | 0.86% | 0.54% | - |
| HSV(B) | 355.52º | 0.84% | 0.93% | - |
| XYZ | 36.54 | 19.75 | 5.13 | - |
| YUV | 98.81 | 101.59 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 52 | 0 | 0.84 | 0.78 | 0.07 | 355.52 | 0.86 | 0.54 |
| Hex | EE | 25 | 34 | 0 | 54 | 4E | 7 | 164 | 56 | 36 |
| Octal | 356 | 45 | 64 | 0 | 124 | 116 | 7 | 544 | 126 | 66 |
| Binary | 11101110 | 100101 | 110100 | 0 | 1010100 | 1001110 | 111 | 101100100 | 1010110 | 110110 |
Color Harmonies of #EE2534
Complementary color
Monochromatic Colors of #EE2534
Black with #EE2534
Text Example
Text Example
White with #EE2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2534; }
p { color: rgb(238,37,52); }
H1.HeaderClassName
{
color: #EE2534;
}
.AnyTagClassName
{
color: #EE2534;
}
</style>
background-color css
<style>
a { background-color: #EE2534; }
a { background-color: rgb(238,37,52); }
div.DivClassName
{
background-color: #EE2534;
}
.BgClassName
{
background-color: #EE2534;
}
</style>
border-color css
<style>
span { border-color: #EE2534; }
span { border-color: rgb(238,37,52); }
td.TdClassName
{
border-color: #EE2534;
}
.TagClassName
{
border-color: #EE2534;
}
</style>