Shades of Alizarin #EA2639
Tints of Alizarin #EA2639
RGB
CMYK
RGB Variations
Color information
#EA2639 (or 0xEA2639) is known color: Alizarin. HEX triplet: EA, 26 and 39. RGB value is (234,38,57). Sum of RGB (Red+Green+Blue) = 234+38+57=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2639 is #15D9C6. Grayscale: #626262. Windows color (decimal): -1432007 or 3745514. OLE color: 3745514.
HSL color Cylindrical-coordinate representation of color #EA2639: hue angle of 354.18º 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 #EA2639 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 57 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.08 |
| HSL | 354.18º | 0.82% | 0.53% | - |
| HSV(B) | 354.18º | 0.84% | 0.92% | - |
| XYZ | 35.36 | 19.17 | 5.71 | - |
| YUV | 98.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 57 | 0 | 0.84 | 0.76 | 0.08 | 354.18 | 0.82 | 0.53 |
| Hex | EA | 26 | 39 | 0 | 54 | 4C | 8 | 162 | 52 | 35 |
| Octal | 352 | 46 | 71 | 0 | 124 | 114 | 10 | 542 | 122 | 65 |
| Binary | 11101010 | 100110 | 111001 | 0 | 1010100 | 1001100 | 1000 | 101100010 | 1010010 | 110101 |
Color Harmonies of #EA2639
Complementary color
Monochromatic Colors of #EA2639
Black with #EA2639
Text Example
Text Example
White with #EA2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2639; }
p { color: rgb(234,38,57); }
H1.HeaderClassName
{
color: #EA2639;
}
.AnyTagClassName
{
color: #EA2639;
}
</style>
background-color css
<style>
a { background-color: #EA2639; }
a { background-color: rgb(234,38,57); }
div.DivClassName
{
background-color: #EA2639;
}
.BgClassName
{
background-color: #EA2639;
}
</style>
border-color css
<style>
span { border-color: #EA2639; }
span { border-color: rgb(234,38,57); }
td.TdClassName
{
border-color: #EA2639;
}
.TagClassName
{
border-color: #EA2639;
}
</style>