Shades of Alizarin #EB2341
Tints of Alizarin #EB2341
RGB
CMYK
RGB Variations
Color information
#EB2341 (or 0xEB2341) is known color: Alizarin. HEX triplet: EB, 23 and 41. RGB value is (235,35,65). Sum of RGB (Red+Green+Blue) = 235+35+65=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2341 is #14DCBE. Grayscale: #626262. Windows color (decimal): -1367231 or 4269035. OLE color: 4269035.
HSL color Cylindrical-coordinate representation of color #EB2341: hue angle of 351º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB2341 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 35 | 65 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.08 |
| HSL | 351º | 0.83% | 0.53% | - |
| HSV(B) | 351º | 0.85% | 0.92% | - |
| XYZ | 35.82 | 19.25 | 6.83 | - |
| YUV | 98.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 35 | 65 | 0 | 0.85 | 0.72 | 0.08 | 351 | 0.83 | 0.53 |
| Hex | EB | 23 | 41 | 0 | 55 | 48 | 8 | 15F | 53 | 35 |
| Octal | 353 | 43 | 101 | 0 | 125 | 110 | 10 | 537 | 123 | 65 |
| Binary | 11101011 | 100011 | 1000001 | 0 | 1010101 | 1001000 | 1000 | 101011111 | 1010011 | 110101 |
Color Harmonies of #EB2341
Complementary color
Monochromatic Colors of #EB2341
Black with #EB2341
Text Example
Text Example
White with #EB2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2341; }
p { color: rgb(235,35,65); }
H1.HeaderClassName
{
color: #EB2341;
}
.AnyTagClassName
{
color: #EB2341;
}
</style>
background-color css
<style>
a { background-color: #EB2341; }
a { background-color: rgb(235,35,65); }
div.DivClassName
{
background-color: #EB2341;
}
.BgClassName
{
background-color: #EB2341;
}
</style>
border-color css
<style>
span { border-color: #EB2341; }
span { border-color: rgb(235,35,65); }
td.TdClassName
{
border-color: #EB2341;
}
.TagClassName
{
border-color: #EB2341;
}
</style>