Shades of Alizarin #EB203B
Tints of Alizarin #EB203B
RGB
CMYK
RGB Variations
Color information
#EB203B (or 0xEB203B) is known color: Alizarin. HEX triplet: EB, 20 and 3B. RGB value is (235,32,59). Sum of RGB (Red+Green+Blue) = 235+32+59=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB203B is #14DFC4. Grayscale: #5F5F5F. Windows color (decimal): -1368005 or 3875051. OLE color: 3875051.
HSL color Cylindrical-coordinate representation of color #EB203B: hue angle of 352.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB203B is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 59 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.08 |
| HSL | 352.02º | 0.84% | 0.52% | - |
| HSV(B) | 352.02º | 0.86% | 0.92% | - |
| XYZ | 35.57 | 19.01 | 5.93 | - |
| YUV | 95.78 | 107.25 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 59 | 0 | 0.86 | 0.75 | 0.08 | 352.02 | 0.84 | 0.52 |
| Hex | EB | 20 | 3B | 0 | 56 | 4B | 8 | 160 | 54 | 34 |
| Octal | 353 | 40 | 73 | 0 | 126 | 113 | 10 | 540 | 124 | 64 |
| Binary | 11101011 | 100000 | 111011 | 0 | 1010110 | 1001011 | 1000 | 101100000 | 1010100 | 110100 |
Color Harmonies of #EB203B
Complementary color
Monochromatic Colors of #EB203B
Black with #EB203B
Text Example
Text Example
White with #EB203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB203B; }
p { color: rgb(235,32,59); }
H1.HeaderClassName
{
color: #EB203B;
}
.AnyTagClassName
{
color: #EB203B;
}
</style>
background-color css
<style>
a { background-color: #EB203B; }
a { background-color: rgb(235,32,59); }
div.DivClassName
{
background-color: #EB203B;
}
.BgClassName
{
background-color: #EB203B;
}
</style>
border-color css
<style>
span { border-color: #EB203B; }
span { border-color: rgb(235,32,59); }
td.TdClassName
{
border-color: #EB203B;
}
.TagClassName
{
border-color: #EB203B;
}
</style>