Shades of Alizarin #EA263C
Tints of Alizarin #EA263C
RGB
CMYK
RGB Variations
Color information
#EA263C (or 0xEA263C) is known color: Alizarin. HEX triplet: EA, 26 and 3C. RGB value is (234,38,60). Sum of RGB (Red+Green+Blue) = 234+38+60=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA263C is #15D9C3. Grayscale: #636363. Windows color (decimal): -1432004 or 3942122. OLE color: 3942122.
HSL color Cylindrical-coordinate representation of color #EA263C: hue angle of 353.27º 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 #EA263C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 60 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.08 |
| HSL | 353.27º | 0.82% | 0.53% | - |
| HSV(B) | 353.27º | 0.84% | 0.92% | - |
| XYZ | 35.44 | 19.2 | 6.11 | - |
| YUV | 99.11 | 105.93 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 60 | 0 | 0.84 | 0.74 | 0.08 | 353.27 | 0.82 | 0.53 |
| Hex | EA | 26 | 3C | 0 | 54 | 4A | 8 | 161 | 52 | 35 |
| Octal | 352 | 46 | 74 | 0 | 124 | 112 | 10 | 541 | 122 | 65 |
| Binary | 11101010 | 100110 | 111100 | 0 | 1010100 | 1001010 | 1000 | 101100001 | 1010010 | 110101 |
Color Harmonies of #EA263C
Complementary color
Monochromatic Colors of #EA263C
Black with #EA263C
Text Example
Text Example
White with #EA263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA263C; }
p { color: rgb(234,38,60); }
H1.HeaderClassName
{
color: #EA263C;
}
.AnyTagClassName
{
color: #EA263C;
}
</style>
background-color css
<style>
a { background-color: #EA263C; }
a { background-color: rgb(234,38,60); }
div.DivClassName
{
background-color: #EA263C;
}
.BgClassName
{
background-color: #EA263C;
}
</style>
border-color css
<style>
span { border-color: #EA263C; }
span { border-color: rgb(234,38,60); }
td.TdClassName
{
border-color: #EA263C;
}
.TagClassName
{
border-color: #EA263C;
}
</style>