Shades of Alizarin #EB323E
Tints of Alizarin #EB323E
RGB
CMYK
RGB Variations
Color information
#EB323E (or 0xEB323E) is known color: Alizarin. HEX triplet: EB, 32 and 3E. RGB value is (235,50,62). Sum of RGB (Red+Green+Blue) = 235+50+62=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB323E is #14CDC1. Grayscale: #6A6A6A. Windows color (decimal): -1363394 or 4076267. OLE color: 4076267.
HSL color Cylindrical-coordinate representation of color #EB323E: hue angle of 356.11º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB323E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 62 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.08 |
| HSL | 356.11º | 0.82% | 0.56% | - |
| HSV(B) | 356.11º | 0.79% | 0.92% | - |
| XYZ | 36.27 | 20.29 | 6.56 | - |
| YUV | 106.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 62 | 0 | 0.79 | 0.74 | 0.08 | 356.11 | 0.82 | 0.56 |
| Hex | EB | 32 | 3E | 0 | 4F | 4A | 8 | 164 | 52 | 38 |
| Octal | 353 | 62 | 76 | 0 | 117 | 112 | 10 | 544 | 122 | 70 |
| Binary | 11101011 | 110010 | 111110 | 0 | 1001111 | 1001010 | 1000 | 101100100 | 1010010 | 111000 |
Color Harmonies of #EB323E
Complementary color
Monochromatic Colors of #EB323E
Black with #EB323E
Text Example
Text Example
White with #EB323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB323E; }
p { color: rgb(235,50,62); }
H1.HeaderClassName
{
color: #EB323E;
}
.AnyTagClassName
{
color: #EB323E;
}
</style>
background-color css
<style>
a { background-color: #EB323E; }
a { background-color: rgb(235,50,62); }
div.DivClassName
{
background-color: #EB323E;
}
.BgClassName
{
background-color: #EB323E;
}
</style>
border-color css
<style>
span { border-color: #EB323E; }
span { border-color: rgb(235,50,62); }
td.TdClassName
{
border-color: #EB323E;
}
.TagClassName
{
border-color: #EB323E;
}
</style>