Shades of Alizarin #EA2733
Tints of Alizarin #EA2733
RGB
CMYK
RGB Variations
Color information
#EA2733 (or 0xEA2733) is known color: Alizarin. HEX triplet: EA, 27 and 33. RGB value is (234,39,51). Sum of RGB (Red+Green+Blue) = 234+39+51=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2733 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2733 is #15D8CC. Grayscale: #626262. Windows color (decimal): -1431757 or 3352554. OLE color: 3352554.
HSL color Cylindrical-coordinate representation of color #EA2733: hue angle of 356.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2733 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 51 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.08 |
| HSL | 356.31º | 0.82% | 0.54% | - |
| HSV(B) | 356.31º | 0.83% | 0.92% | - |
| XYZ | 35.25 | 19.18 | 4.98 | - |
| YUV | 98.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 51 | 0 | 0.83 | 0.78 | 0.08 | 356.31 | 0.82 | 0.54 |
| Hex | EA | 27 | 33 | 0 | 53 | 4E | 8 | 164 | 52 | 36 |
| Octal | 352 | 47 | 63 | 0 | 123 | 116 | 10 | 544 | 122 | 66 |
| Binary | 11101010 | 100111 | 110011 | 0 | 1010011 | 1001110 | 1000 | 101100100 | 1010010 | 110110 |
Color Harmonies of #EA2733
Complementary color
Monochromatic Colors of #EA2733
Black with #EA2733
Text Example
Text Example
White with #EA2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2733; }
p { color: rgb(234,39,51); }
H1.HeaderClassName
{
color: #EA2733;
}
.AnyTagClassName
{
color: #EA2733;
}
</style>
background-color css
<style>
a { background-color: #EA2733; }
a { background-color: rgb(234,39,51); }
div.DivClassName
{
background-color: #EA2733;
}
.BgClassName
{
background-color: #EA2733;
}
</style>
border-color css
<style>
span { border-color: #EA2733; }
span { border-color: rgb(234,39,51); }
td.TdClassName
{
border-color: #EA2733;
}
.TagClassName
{
border-color: #EA2733;
}
</style>