Shades of Alizarin #EA2628
Tints of Alizarin #EA2628
RGB
CMYK
RGB Variations
Color information
#EA2628 (or 0xEA2628) is known color: Alizarin. HEX triplet: EA, 26 and 28. RGB value is (234,38,40). Sum of RGB (Red+Green+Blue) = 234+38+40=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2628 is #15D9D7. Grayscale: #616161. Windows color (decimal): -1432024 or 2631402. OLE color: 2631402.
HSL color Cylindrical-coordinate representation of color #EA2628: hue angle of 359.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2628 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 40 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.08 |
| HSL | 359.39º | 0.82% | 0.53% | - |
| HSV(B) | 359.39º | 0.84% | 0.92% | - |
| XYZ | 35.01 | 19.03 | 3.84 | - |
| YUV | 96.83 | 95.93 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 40 | 0 | 0.84 | 0.83 | 0.08 | 359.39 | 0.82 | 0.53 |
| Hex | EA | 26 | 28 | 0 | 54 | 53 | 8 | 167 | 52 | 35 |
| Octal | 352 | 46 | 50 | 0 | 124 | 123 | 10 | 547 | 122 | 65 |
| Binary | 11101010 | 100110 | 101000 | 0 | 1010100 | 1010011 | 1000 | 101100111 | 1010010 | 110101 |
Color Harmonies of #EA2628
Complementary color
Monochromatic Colors of #EA2628
Black with #EA2628
Text Example
Text Example
White with #EA2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2628; }
p { color: rgb(234,38,40); }
H1.HeaderClassName
{
color: #EA2628;
}
.AnyTagClassName
{
color: #EA2628;
}
</style>
background-color css
<style>
a { background-color: #EA2628; }
a { background-color: rgb(234,38,40); }
div.DivClassName
{
background-color: #EA2628;
}
.BgClassName
{
background-color: #EA2628;
}
</style>
border-color css
<style>
span { border-color: #EA2628; }
span { border-color: rgb(234,38,40); }
td.TdClassName
{
border-color: #EA2628;
}
.TagClassName
{
border-color: #EA2628;
}
</style>