Shades of Alizarin #EA2637
Tints of Alizarin #EA2637
RGB
CMYK
RGB Variations
Color information
#EA2637 (or 0xEA2637) is known color: Alizarin. HEX triplet: EA, 26 and 37. RGB value is (234,38,55). Sum of RGB (Red+Green+Blue) = 234+38+55=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2637 is #15D9C8. Grayscale: #626262. Windows color (decimal): -1432009 or 3614442. OLE color: 3614442.
HSL color Cylindrical-coordinate representation of color #EA2637: hue angle of 354.8º 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 #EA2637 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 55 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.08 |
| HSL | 354.8º | 0.82% | 0.53% | - |
| HSV(B) | 354.8º | 0.84% | 0.92% | - |
| XYZ | 35.31 | 19.15 | 5.45 | - |
| YUV | 98.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 55 | 0 | 0.84 | 0.76 | 0.08 | 354.8 | 0.82 | 0.53 |
| Hex | EA | 26 | 37 | 0 | 54 | 4C | 8 | 163 | 52 | 35 |
| Octal | 352 | 46 | 67 | 0 | 124 | 114 | 10 | 543 | 122 | 65 |
| Binary | 11101010 | 100110 | 110111 | 0 | 1010100 | 1001100 | 1000 | 101100011 | 1010010 | 110101 |
Color Harmonies of #EA2637
Complementary color
Monochromatic Colors of #EA2637
Black with #EA2637
Text Example
Text Example
White with #EA2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2637; }
p { color: rgb(234,38,55); }
H1.HeaderClassName
{
color: #EA2637;
}
.AnyTagClassName
{
color: #EA2637;
}
</style>
background-color css
<style>
a { background-color: #EA2637; }
a { background-color: rgb(234,38,55); }
div.DivClassName
{
background-color: #EA2637;
}
.BgClassName
{
background-color: #EA2637;
}
</style>
border-color css
<style>
span { border-color: #EA2637; }
span { border-color: rgb(234,38,55); }
td.TdClassName
{
border-color: #EA2637;
}
.TagClassName
{
border-color: #EA2637;
}
</style>