Shades of Alizarin #EA2341
Tints of Alizarin #EA2341
RGB
CMYK
RGB Variations
Color information
#EA2341 (or 0xEA2341) is known color: Alizarin. HEX triplet: EA, 23 and 41. RGB value is (234,35,65). Sum of RGB (Red+Green+Blue) = 234+35+65=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2341 is #15DCBE. Grayscale: #626262. Windows color (decimal): -1432767 or 4269034. OLE color: 4269034.
HSL color Cylindrical-coordinate representation of color #EA2341: hue angle of 350.95º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2341 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 65 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.08 |
| HSL | 350.95º | 0.83% | 0.53% | - |
| HSV(B) | 350.95º | 0.85% | 0.92% | - |
| XYZ | 35.49 | 19.08 | 6.81 | - |
| YUV | 97.92 | 109.43 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 65 | 0 | 0.85 | 0.72 | 0.08 | 350.95 | 0.83 | 0.53 |
| Hex | EA | 23 | 41 | 0 | 55 | 48 | 8 | 15F | 53 | 35 |
| Octal | 352 | 43 | 101 | 0 | 125 | 110 | 10 | 537 | 123 | 65 |
| Binary | 11101010 | 100011 | 1000001 | 0 | 1010101 | 1001000 | 1000 | 101011111 | 1010011 | 110101 |
Color Harmonies of #EA2341
Complementary color
Monochromatic Colors of #EA2341
Black with #EA2341
Text Example
Text Example
White with #EA2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2341; }
p { color: rgb(234,35,65); }
H1.HeaderClassName
{
color: #EA2341;
}
.AnyTagClassName
{
color: #EA2341;
}
</style>
background-color css
<style>
a { background-color: #EA2341; }
a { background-color: rgb(234,35,65); }
div.DivClassName
{
background-color: #EA2341;
}
.BgClassName
{
background-color: #EA2341;
}
</style>
border-color css
<style>
span { border-color: #EA2341; }
span { border-color: rgb(234,35,65); }
td.TdClassName
{
border-color: #EA2341;
}
.TagClassName
{
border-color: #EA2341;
}
</style>