Shades of Alizarin #EB383E
Tints of Alizarin #EB383E
RGB
CMYK
RGB Variations
Color information
#EB383E (or 0xEB383E) is known color: Alizarin. HEX triplet: EB, 38 and 3E. RGB value is (235,56,62). Sum of RGB (Red+Green+Blue) = 235+56+62=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB383E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB383E is #14C7C1. Grayscale: #6E6E6E. Windows color (decimal): -1361858 or 4077803. OLE color: 4077803.
HSL color Cylindrical-coordinate representation of color #EB383E: hue angle of 357.99º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB383E is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 56 | 62 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.08 |
| HSL | 357.99º | 0.82% | 0.57% | - |
| HSV(B) | 357.99º | 0.76% | 0.92% | - |
| XYZ | 36.54 | 20.84 | 6.65 | - |
| YUV | 110.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 56 | 62 | 0 | 0.76 | 0.74 | 0.08 | 357.99 | 0.82 | 0.57 |
| Hex | EB | 38 | 3E | 0 | 4C | 4A | 8 | 166 | 52 | 39 |
| Octal | 353 | 70 | 76 | 0 | 114 | 112 | 10 | 546 | 122 | 71 |
| Binary | 11101011 | 111000 | 111110 | 0 | 1001100 | 1001010 | 1000 | 101100110 | 1010010 | 111001 |
Color Harmonies of #EB383E
Complementary color
Monochromatic Colors of #EB383E
Black with #EB383E
Text Example
Text Example
White with #EB383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB383E; }
p { color: rgb(235,56,62); }
H1.HeaderClassName
{
color: #EB383E;
}
.AnyTagClassName
{
color: #EB383E;
}
</style>
background-color css
<style>
a { background-color: #EB383E; }
a { background-color: rgb(235,56,62); }
div.DivClassName
{
background-color: #EB383E;
}
.BgClassName
{
background-color: #EB383E;
}
</style>
border-color css
<style>
span { border-color: #EB383E; }
span { border-color: rgb(235,56,62); }
td.TdClassName
{
border-color: #EB383E;
}
.TagClassName
{
border-color: #EB383E;
}
</style>