Shades of Alizarin #EA383F
Tints of Alizarin #EA383F
RGB
CMYK
RGB Variations
Color information
#EA383F (or 0xEA383F) is known color: Alizarin. HEX triplet: EA, 38 and 3F. RGB value is (234,56,63). Sum of RGB (Red+Green+Blue) = 234+56+63=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA383F is #15C7C0. Grayscale: #6E6E6E. Windows color (decimal): -1427393 or 4143338. OLE color: 4143338.
HSL color Cylindrical-coordinate representation of color #EA383F: hue angle of 357.64º degrees, saturation: 0.81, 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 #EA383F is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 63 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.08 |
| HSL | 357.64º | 0.81% | 0.57% | - |
| HSV(B) | 357.64º | 0.76% | 0.92% | - |
| XYZ | 36.24 | 20.68 | 6.78 | - |
| YUV | 110.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 63 | 0 | 0.76 | 0.73 | 0.08 | 357.64 | 0.81 | 0.57 |
| Hex | EA | 38 | 3F | 0 | 4C | 49 | 8 | 166 | 51 | 39 |
| Octal | 352 | 70 | 77 | 0 | 114 | 111 | 10 | 546 | 121 | 71 |
| Binary | 11101010 | 111000 | 111111 | 0 | 1001100 | 1001001 | 1000 | 101100110 | 1010001 | 111001 |
Color Harmonies of #EA383F
Complementary color
Monochromatic Colors of #EA383F
Black with #EA383F
Text Example
Text Example
White with #EA383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA383F; }
p { color: rgb(234,56,63); }
H1.HeaderClassName
{
color: #EA383F;
}
.AnyTagClassName
{
color: #EA383F;
}
</style>
background-color css
<style>
a { background-color: #EA383F; }
a { background-color: rgb(234,56,63); }
div.DivClassName
{
background-color: #EA383F;
}
.BgClassName
{
background-color: #EA383F;
}
</style>
border-color css
<style>
span { border-color: #EA383F; }
span { border-color: rgb(234,56,63); }
td.TdClassName
{
border-color: #EA383F;
}
.TagClassName
{
border-color: #EA383F;
}
</style>