Shades of Cinnabar #EA4644
Tints of Cinnabar #EA4644
RGB
CMYK
RGB Variations
Color information
#EA4644 (or 0xEA4644) is known color: Cinnabar. HEX triplet: EA, 46 and 44. RGB value is (234,70,68). Sum of RGB (Red+Green+Blue) = 234+70+68=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4644 is #15B9BB. Grayscale: #767676. Windows color (decimal): -1423804 or 4474602. OLE color: 4474602.
HSL color Cylindrical-coordinate representation of color #EA4644: hue angle of 0.72º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4644 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 68 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.08 |
| HSL | 0.72º | 0.8% | 0.59% | - |
| HSV(B) | 0.72º | 0.71% | 0.92% | - |
| XYZ | 37.17 | 22.29 | 7.81 | - |
| YUV | 118.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 68 | 0 | 0.70 | 0.71 | 0.08 | 0.72 | 0.8 | 0.59 |
| Hex | EA | 46 | 44 | 0 | 46 | 47 | 8 | 1 | 50 | 3B |
| Octal | 352 | 106 | 104 | 0 | 106 | 107 | 10 | 1 | 120 | 73 |
| Binary | 11101010 | 1000110 | 1000100 | 0 | 1000110 | 1000111 | 1000 | 1 | 1010000 | 111011 |
Color Harmonies of #EA4644
Complementary color
Monochromatic Colors of #EA4644
Black with #EA4644
Text Example
Text Example
White with #EA4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4644; }
p { color: rgb(234,70,68); }
H1.HeaderClassName
{
color: #EA4644;
}
.AnyTagClassName
{
color: #EA4644;
}
</style>
background-color css
<style>
a { background-color: #EA4644; }
a { background-color: rgb(234,70,68); }
div.DivClassName
{
background-color: #EA4644;
}
.BgClassName
{
background-color: #EA4644;
}
</style>
border-color css
<style>
span { border-color: #EA4644; }
span { border-color: rgb(234,70,68); }
td.TdClassName
{
border-color: #EA4644;
}
.TagClassName
{
border-color: #EA4644;
}
</style>