Shades of Alizarin #EB223A
Tints of Alizarin #EB223A
RGB
CMYK
RGB Variations
Color information
#EB223A (or 0xEB223A) is known color: Alizarin. HEX triplet: EB, 22 and 3A. RGB value is (235,34,58). Sum of RGB (Red+Green+Blue) = 235+34+58=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB223A is #14DDC5. Grayscale: #606060. Windows color (decimal): -1367494 or 3810027. OLE color: 3810027.
HSL color Cylindrical-coordinate representation of color #EB223A: hue angle of 352.84º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB223A is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 58 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.08 |
| HSL | 352.84º | 0.83% | 0.53% | - |
| HSV(B) | 352.84º | 0.86% | 0.92% | - |
| XYZ | 35.6 | 19.11 | 5.82 | - |
| YUV | 96.84 | 106.09 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 58 | 0 | 0.86 | 0.75 | 0.08 | 352.84 | 0.83 | 0.53 |
| Hex | EB | 22 | 3A | 0 | 56 | 4B | 8 | 161 | 53 | 35 |
| Octal | 353 | 42 | 72 | 0 | 126 | 113 | 10 | 541 | 123 | 65 |
| Binary | 11101011 | 100010 | 111010 | 0 | 1010110 | 1001011 | 1000 | 101100001 | 1010011 | 110101 |
Color Harmonies of #EB223A
Complementary color
Monochromatic Colors of #EB223A
Black with #EB223A
Text Example
Text Example
White with #EB223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB223A; }
p { color: rgb(235,34,58); }
H1.HeaderClassName
{
color: #EB223A;
}
.AnyTagClassName
{
color: #EB223A;
}
</style>
background-color css
<style>
a { background-color: #EB223A; }
a { background-color: rgb(235,34,58); }
div.DivClassName
{
background-color: #EB223A;
}
.BgClassName
{
background-color: #EB223A;
}
</style>
border-color css
<style>
span { border-color: #EB223A; }
span { border-color: rgb(235,34,58); }
td.TdClassName
{
border-color: #EB223A;
}
.TagClassName
{
border-color: #EB223A;
}
</style>