Shades of Alizarin #EB233C
Tints of Alizarin #EB233C
RGB
CMYK
RGB Variations
Color information
#EB233C (or 0xEB233C) is known color: Alizarin. HEX triplet: EB, 23 and 3C. RGB value is (235,35,60). Sum of RGB (Red+Green+Blue) = 235+35+60=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB233C is #14DCC3. Grayscale: #616161. Windows color (decimal): -1367236 or 3941355. OLE color: 3941355.
HSL color Cylindrical-coordinate representation of color #EB233C: hue angle of 352.5º 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 #EB233C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 35 | 60 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.08 |
| HSL | 352.5º | 0.83% | 0.53% | - |
| HSV(B) | 352.5º | 0.85% | 0.92% | - |
| XYZ | 35.68 | 19.19 | 6.1 | - |
| YUV | 97.65 | 106.76 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 35 | 60 | 0 | 0.85 | 0.74 | 0.08 | 352.5 | 0.83 | 0.53 |
| Hex | EB | 23 | 3C | 0 | 55 | 4A | 8 | 160 | 53 | 35 |
| Octal | 353 | 43 | 74 | 0 | 125 | 112 | 10 | 540 | 123 | 65 |
| Binary | 11101011 | 100011 | 111100 | 0 | 1010101 | 1001010 | 1000 | 101100000 | 1010011 | 110101 |
Color Harmonies of #EB233C
Complementary color
Monochromatic Colors of #EB233C
Black with #EB233C
Text Example
Text Example
White with #EB233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB233C; }
p { color: rgb(235,35,60); }
H1.HeaderClassName
{
color: #EB233C;
}
.AnyTagClassName
{
color: #EB233C;
}
</style>
background-color css
<style>
a { background-color: #EB233C; }
a { background-color: rgb(235,35,60); }
div.DivClassName
{
background-color: #EB233C;
}
.BgClassName
{
background-color: #EB233C;
}
</style>
border-color css
<style>
span { border-color: #EB233C; }
span { border-color: rgb(235,35,60); }
td.TdClassName
{
border-color: #EB233C;
}
.TagClassName
{
border-color: #EB233C;
}
</style>