Shades of Alizarin #EA2633
Tints of Alizarin #EA2633
RGB
CMYK
RGB Variations
Color information
#EA2633 (or 0xEA2633) is known color: Alizarin. HEX triplet: EA, 26 and 33. RGB value is (234,38,51). Sum of RGB (Red+Green+Blue) = 234+38+51=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2633 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2633 is #15D9CC. Grayscale: #626262. Windows color (decimal): -1432013 or 3352298. OLE color: 3352298.
HSL color Cylindrical-coordinate representation of color #EA2633: hue angle of 356.02º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2633 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 51 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.08 |
| HSL | 356.02º | 0.82% | 0.53% | - |
| HSV(B) | 356.02º | 0.84% | 0.92% | - |
| XYZ | 35.22 | 19.12 | 4.97 | - |
| YUV | 98.09 | 101.43 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 51 | 0 | 0.84 | 0.78 | 0.08 | 356.02 | 0.82 | 0.53 |
| Hex | EA | 26 | 33 | 0 | 54 | 4E | 8 | 164 | 52 | 35 |
| Octal | 352 | 46 | 63 | 0 | 124 | 116 | 10 | 544 | 122 | 65 |
| Binary | 11101010 | 100110 | 110011 | 0 | 1010100 | 1001110 | 1000 | 101100100 | 1010010 | 110101 |
Color Harmonies of #EA2633
Complementary color
Monochromatic Colors of #EA2633
Black with #EA2633
Text Example
Text Example
White with #EA2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2633; }
p { color: rgb(234,38,51); }
H1.HeaderClassName
{
color: #EA2633;
}
.AnyTagClassName
{
color: #EA2633;
}
</style>
background-color css
<style>
a { background-color: #EA2633; }
a { background-color: rgb(234,38,51); }
div.DivClassName
{
background-color: #EA2633;
}
.BgClassName
{
background-color: #EA2633;
}
</style>
border-color css
<style>
span { border-color: #EA2633; }
span { border-color: rgb(234,38,51); }
td.TdClassName
{
border-color: #EA2633;
}
.TagClassName
{
border-color: #EA2633;
}
</style>