Shades of Alizarin #EA2023
Tints of Alizarin #EA2023
RGB
CMYK
RGB Variations
Color information
#EA2023 (or 0xEA2023) is known color: Alizarin. HEX triplet: EA, 20 and 23. RGB value is (234,32,35). Sum of RGB (Red+Green+Blue) = 234+32+35=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2023 is #15DFDC. Grayscale: #5C5C5C. Windows color (decimal): -1433565 or 2302186. OLE color: 2302186.
HSL color Cylindrical-coordinate representation of color #EA2023: hue angle of 359.11º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2023 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 35 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.08 |
| HSL | 359.11º | 0.83% | 0.52% | - |
| HSV(B) | 359.11º | 0.86% | 0.92% | - |
| XYZ | 34.75 | 18.65 | 3.36 | - |
| YUV | 92.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 35 | 0 | 0.86 | 0.85 | 0.08 | 359.11 | 0.83 | 0.52 |
| Hex | EA | 20 | 23 | 0 | 56 | 55 | 8 | 167 | 53 | 34 |
| Octal | 352 | 40 | 43 | 0 | 126 | 125 | 10 | 547 | 123 | 64 |
| Binary | 11101010 | 100000 | 100011 | 0 | 1010110 | 1010101 | 1000 | 101100111 | 1010011 | 110100 |
Color Harmonies of #EA2023
Complementary color
Monochromatic Colors of #EA2023
Black with #EA2023
Text Example
Text Example
White with #EA2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2023; }
p { color: rgb(234,32,35); }
H1.HeaderClassName
{
color: #EA2023;
}
.AnyTagClassName
{
color: #EA2023;
}
</style>
background-color css
<style>
a { background-color: #EA2023; }
a { background-color: rgb(234,32,35); }
div.DivClassName
{
background-color: #EA2023;
}
.BgClassName
{
background-color: #EA2023;
}
</style>
border-color css
<style>
span { border-color: #EA2023; }
span { border-color: rgb(234,32,35); }
td.TdClassName
{
border-color: #EA2023;
}
.TagClassName
{
border-color: #EA2023;
}
</style>