Shades of Alizarin #EB203F
Tints of Alizarin #EB203F
RGB
CMYK
RGB Variations
Color information
#EB203F (or 0xEB203F) is known color: Alizarin. HEX triplet: EB, 20 and 3F. RGB value is (235,32,63). Sum of RGB (Red+Green+Blue) = 235+32+63=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB203F is #14DFC0. Grayscale: #606060. Windows color (decimal): -1368001 or 4137195. OLE color: 4137195.
HSL color Cylindrical-coordinate representation of color #EB203F: hue angle of 350.84º 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 #EB203F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 63 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.08 |
| HSL | 350.84º | 0.84% | 0.52% | - |
| HSV(B) | 350.84º | 0.86% | 0.92% | - |
| XYZ | 35.67 | 19.05 | 6.5 | - |
| YUV | 96.23 | 109.25 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 63 | 0 | 0.86 | 0.73 | 0.08 | 350.84 | 0.84 | 0.52 |
| Hex | EB | 20 | 3F | 0 | 56 | 49 | 8 | 15F | 54 | 34 |
| Octal | 353 | 40 | 77 | 0 | 126 | 111 | 10 | 537 | 124 | 64 |
| Binary | 11101011 | 100000 | 111111 | 0 | 1010110 | 1001001 | 1000 | 101011111 | 1010100 | 110100 |
Color Harmonies of #EB203F
Complementary color
Monochromatic Colors of #EB203F
Black with #EB203F
Text Example
Text Example
White with #EB203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB203F; }
p { color: rgb(235,32,63); }
H1.HeaderClassName
{
color: #EB203F;
}
.AnyTagClassName
{
color: #EB203F;
}
</style>
background-color css
<style>
a { background-color: #EB203F; }
a { background-color: rgb(235,32,63); }
div.DivClassName
{
background-color: #EB203F;
}
.BgClassName
{
background-color: #EB203F;
}
</style>
border-color css
<style>
span { border-color: #EB203F; }
span { border-color: rgb(235,32,63); }
td.TdClassName
{
border-color: #EB203F;
}
.TagClassName
{
border-color: #EB203F;
}
</style>