Shades of Alizarin #EA2F3E
Tints of Alizarin #EA2F3E
RGB
CMYK
RGB Variations
Color information
#EA2F3E (or 0xEA2F3E) is known color: Alizarin. HEX triplet: EA, 2F and 3E. RGB value is (234,47,62). Sum of RGB (Red+Green+Blue) = 234+47+62=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2F3E is #15D0C1. Grayscale: #686868. Windows color (decimal): -1429698 or 4075498. OLE color: 4075498.
HSL color Cylindrical-coordinate representation of color #EA2F3E: hue angle of 355.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2F3E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 62 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.08 |
| HSL | 355.19º | 0.82% | 0.55% | - |
| HSV(B) | 355.19º | 0.8% | 0.92% | - |
| XYZ | 35.82 | 19.87 | 6.51 | - |
| YUV | 104.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 62 | 0 | 0.80 | 0.74 | 0.08 | 355.19 | 0.82 | 0.55 |
| Hex | EA | 2F | 3E | 0 | 50 | 4A | 8 | 163 | 52 | 37 |
| Octal | 352 | 57 | 76 | 0 | 120 | 112 | 10 | 543 | 122 | 67 |
| Binary | 11101010 | 101111 | 111110 | 0 | 1010000 | 1001010 | 1000 | 101100011 | 1010010 | 110111 |
Color Harmonies of #EA2F3E
Complementary color
Monochromatic Colors of #EA2F3E
Black with #EA2F3E
Text Example
Text Example
White with #EA2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F3E; }
p { color: rgb(234,47,62); }
H1.HeaderClassName
{
color: #EA2F3E;
}
.AnyTagClassName
{
color: #EA2F3E;
}
</style>
background-color css
<style>
a { background-color: #EA2F3E; }
a { background-color: rgb(234,47,62); }
div.DivClassName
{
background-color: #EA2F3E;
}
.BgClassName
{
background-color: #EA2F3E;
}
</style>
border-color css
<style>
span { border-color: #EA2F3E; }
span { border-color: rgb(234,47,62); }
td.TdClassName
{
border-color: #EA2F3E;
}
.TagClassName
{
border-color: #EA2F3E;
}
</style>