Shades of Alizarin #EA262E
Tints of Alizarin #EA262E
RGB
CMYK
RGB Variations
Color information
#EA262E (or 0xEA262E) is known color: Alizarin. HEX triplet: EA, 26 and 2E. RGB value is (234,38,46). Sum of RGB (Red+Green+Blue) = 234+38+46=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA262E is #15D9D1. Grayscale: #616161. Windows color (decimal): -1432018 or 3024618. OLE color: 3024618.
HSL color Cylindrical-coordinate representation of color #EA262E: hue angle of 357.55º 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 #EA262E is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 46 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.08 |
| HSL | 357.55º | 0.82% | 0.53% | - |
| HSV(B) | 357.55º | 0.84% | 0.92% | - |
| XYZ | 35.12 | 19.08 | 4.42 | - |
| YUV | 97.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 46 | 0 | 0.84 | 0.80 | 0.08 | 357.55 | 0.82 | 0.53 |
| Hex | EA | 26 | 2E | 0 | 54 | 50 | 8 | 166 | 52 | 35 |
| Octal | 352 | 46 | 56 | 0 | 124 | 120 | 10 | 546 | 122 | 65 |
| Binary | 11101010 | 100110 | 101110 | 0 | 1010100 | 1010000 | 1000 | 101100110 | 1010010 | 110101 |
Color Harmonies of #EA262E
Complementary color
Monochromatic Colors of #EA262E
Black with #EA262E
Text Example
Text Example
White with #EA262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA262E; }
p { color: rgb(234,38,46); }
H1.HeaderClassName
{
color: #EA262E;
}
.AnyTagClassName
{
color: #EA262E;
}
</style>
background-color css
<style>
a { background-color: #EA262E; }
a { background-color: rgb(234,38,46); }
div.DivClassName
{
background-color: #EA262E;
}
.BgClassName
{
background-color: #EA262E;
}
</style>
border-color css
<style>
span { border-color: #EA262E; }
span { border-color: rgb(234,38,46); }
td.TdClassName
{
border-color: #EA262E;
}
.TagClassName
{
border-color: #EA262E;
}
</style>