Shades of Alizarin #EA2629
Tints of Alizarin #EA2629
RGB
CMYK
RGB Variations
Color information
#EA2629 (or 0xEA2629) is known color: Alizarin. HEX triplet: EA, 26 and 29. RGB value is (234,38,41). Sum of RGB (Red+Green+Blue) = 234+38+41=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2629 is #15D9D6. Grayscale: #616161. Windows color (decimal): -1432023 or 2696938. OLE color: 2696938.
HSL color Cylindrical-coordinate representation of color #EA2629: hue angle of 359.08º 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 #EA2629 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 41 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.08 |
| HSL | 359.08º | 0.82% | 0.53% | - |
| HSV(B) | 359.08º | 0.84% | 0.92% | - |
| XYZ | 35.03 | 19.04 | 3.93 | - |
| YUV | 96.95 | 96.43 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 41 | 0 | 0.84 | 0.82 | 0.08 | 359.08 | 0.82 | 0.53 |
| Hex | EA | 26 | 29 | 0 | 54 | 52 | 8 | 167 | 52 | 35 |
| Octal | 352 | 46 | 51 | 0 | 124 | 122 | 10 | 547 | 122 | 65 |
| Binary | 11101010 | 100110 | 101001 | 0 | 1010100 | 1010010 | 1000 | 101100111 | 1010010 | 110101 |
Color Harmonies of #EA2629
Complementary color
Monochromatic Colors of #EA2629
Black with #EA2629
Text Example
Text Example
White with #EA2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2629; }
p { color: rgb(234,38,41); }
H1.HeaderClassName
{
color: #EA2629;
}
.AnyTagClassName
{
color: #EA2629;
}
</style>
background-color css
<style>
a { background-color: #EA2629; }
a { background-color: rgb(234,38,41); }
div.DivClassName
{
background-color: #EA2629;
}
.BgClassName
{
background-color: #EA2629;
}
</style>
border-color css
<style>
span { border-color: #EA2629; }
span { border-color: rgb(234,38,41); }
td.TdClassName
{
border-color: #EA2629;
}
.TagClassName
{
border-color: #EA2629;
}
</style>