Shades of Alizarin #EB3E42
Tints of Alizarin #EB3E42
RGB
CMYK
RGB Variations
Color information
#EB3E42 (or 0xEB3E42) is known color: Alizarin. HEX triplet: EB, 3E and 42. RGB value is (235,62,66). Sum of RGB (Red+Green+Blue) = 235+62+66=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E42 is #14C1BD. Grayscale: #727272. Windows color (decimal): -1360318 or 4341483. OLE color: 4341483.
HSL color Cylindrical-coordinate representation of color #EB3E42: hue angle of 358.61º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3E42 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 66 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.08 |
| HSL | 358.61º | 0.81% | 0.58% | - |
| HSV(B) | 358.61º | 0.74% | 0.92% | - |
| XYZ | 36.97 | 21.5 | 7.36 | - |
| YUV | 114.18 | 100.81 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 66 | 0 | 0.74 | 0.72 | 0.08 | 358.61 | 0.81 | 0.58 |
| Hex | EB | 3E | 42 | 0 | 4A | 48 | 8 | 167 | 51 | 3A |
| Octal | 353 | 76 | 102 | 0 | 112 | 110 | 10 | 547 | 121 | 72 |
| Binary | 11101011 | 111110 | 1000010 | 0 | 1001010 | 1001000 | 1000 | 101100111 | 1010001 | 111010 |
Color Harmonies of #EB3E42
Complementary color
Monochromatic Colors of #EB3E42
Black with #EB3E42
Text Example
Text Example
White with #EB3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3E42; }
p { color: rgb(235,62,66); }
H1.HeaderClassName
{
color: #EB3E42;
}
.AnyTagClassName
{
color: #EB3E42;
}
</style>
background-color css
<style>
a { background-color: #EB3E42; }
a { background-color: rgb(235,62,66); }
div.DivClassName
{
background-color: #EB3E42;
}
.BgClassName
{
background-color: #EB3E42;
}
</style>
border-color css
<style>
span { border-color: #EB3E42; }
span { border-color: rgb(235,62,66); }
td.TdClassName
{
border-color: #EB3E42;
}
.TagClassName
{
border-color: #EB3E42;
}
</style>