Shades of Alizarin #EA263B
Tints of Alizarin #EA263B
RGB
CMYK
RGB Variations
Color information
#EA263B (or 0xEA263B) is known color: Alizarin. HEX triplet: EA, 26 and 3B. RGB value is (234,38,59). Sum of RGB (Red+Green+Blue) = 234+38+59=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA263B is #15D9C4. Grayscale: #636363. Windows color (decimal): -1432005 or 3876586. OLE color: 3876586.
HSL color Cylindrical-coordinate representation of color #EA263B: hue angle of 353.57º 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 #EA263B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 59 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.08 |
| HSL | 353.57º | 0.82% | 0.53% | - |
| HSV(B) | 353.57º | 0.84% | 0.92% | - |
| XYZ | 35.41 | 19.19 | 5.98 | - |
| YUV | 99 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 59 | 0 | 0.84 | 0.75 | 0.08 | 353.57 | 0.82 | 0.53 |
| Hex | EA | 26 | 3B | 0 | 54 | 4B | 8 | 162 | 52 | 35 |
| Octal | 352 | 46 | 73 | 0 | 124 | 113 | 10 | 542 | 122 | 65 |
| Binary | 11101010 | 100110 | 111011 | 0 | 1010100 | 1001011 | 1000 | 101100010 | 1010010 | 110101 |
Color Harmonies of #EA263B
Complementary color
Monochromatic Colors of #EA263B
Black with #EA263B
Text Example
Text Example
White with #EA263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA263B; }
p { color: rgb(234,38,59); }
H1.HeaderClassName
{
color: #EA263B;
}
.AnyTagClassName
{
color: #EA263B;
}
</style>
background-color css
<style>
a { background-color: #EA263B; }
a { background-color: rgb(234,38,59); }
div.DivClassName
{
background-color: #EA263B;
}
.BgClassName
{
background-color: #EA263B;
}
</style>
border-color css
<style>
span { border-color: #EA263B; }
span { border-color: rgb(234,38,59); }
td.TdClassName
{
border-color: #EA263B;
}
.TagClassName
{
border-color: #EA263B;
}
</style>