Shades of Alizarin #EA2636
Tints of Alizarin #EA2636
RGB
CMYK
RGB Variations
Color information
#EA2636 (or 0xEA2636) is known color: Alizarin. HEX triplet: EA, 26 and 36. RGB value is (234,38,54). Sum of RGB (Red+Green+Blue) = 234+38+54=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2636 is #15D9C9. Grayscale: #626262. Windows color (decimal): -1432010 or 3548906. OLE color: 3548906.
HSL color Cylindrical-coordinate representation of color #EA2636: hue angle of 355.1º 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 #EA2636 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 54 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.08 |
| HSL | 355.1º | 0.82% | 0.53% | - |
| HSV(B) | 355.1º | 0.84% | 0.92% | - |
| XYZ | 35.29 | 19.14 | 5.33 | - |
| YUV | 98.43 | 102.93 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 54 | 0 | 0.84 | 0.77 | 0.08 | 355.1 | 0.82 | 0.53 |
| Hex | EA | 26 | 36 | 0 | 54 | 4D | 8 | 163 | 52 | 35 |
| Octal | 352 | 46 | 66 | 0 | 124 | 115 | 10 | 543 | 122 | 65 |
| Binary | 11101010 | 100110 | 110110 | 0 | 1010100 | 1001101 | 1000 | 101100011 | 1010010 | 110101 |
Color Harmonies of #EA2636
Complementary color
Monochromatic Colors of #EA2636
Black with #EA2636
Text Example
Text Example
White with #EA2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2636; }
p { color: rgb(234,38,54); }
H1.HeaderClassName
{
color: #EA2636;
}
.AnyTagClassName
{
color: #EA2636;
}
</style>
background-color css
<style>
a { background-color: #EA2636; }
a { background-color: rgb(234,38,54); }
div.DivClassName
{
background-color: #EA2636;
}
.BgClassName
{
background-color: #EA2636;
}
</style>
border-color css
<style>
span { border-color: #EA2636; }
span { border-color: rgb(234,38,54); }
td.TdClassName
{
border-color: #EA2636;
}
.TagClassName
{
border-color: #EA2636;
}
</style>