Shades of Amaranth #EE3643
Tints of Amaranth #EE3643
RGB
CMYK
RGB Variations
Color information
#EE3643 (or 0xEE3643) is known color: Amaranth. HEX triplet: EE, 36 and 43. RGB value is (238,54,67). Sum of RGB (Red+Green+Blue) = 238+54+67=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3643 is #11C9BC. Grayscale: #6E6E6E. Windows color (decimal): -1165757 or 4404974. OLE color: 4404974.
HSL color Cylindrical-coordinate representation of color #EE3643: hue angle of 355.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3643 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 67 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.07 |
| HSL | 355.76º | 0.84% | 0.57% | - |
| HSV(B) | 355.76º | 0.77% | 0.93% | - |
| XYZ | 37.59 | 21.22 | 7.42 | - |
| YUV | 110.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 67 | 0 | 0.77 | 0.72 | 0.07 | 355.76 | 0.84 | 0.57 |
| Hex | EE | 36 | 43 | 0 | 4D | 48 | 7 | 164 | 54 | 39 |
| Octal | 356 | 66 | 103 | 0 | 115 | 110 | 7 | 544 | 124 | 71 |
| Binary | 11101110 | 110110 | 1000011 | 0 | 1001101 | 1001000 | 111 | 101100100 | 1010100 | 111001 |
Color Harmonies of #EE3643
Complementary color
Monochromatic Colors of #EE3643
Black with #EE3643
Text Example
Text Example
White with #EE3643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3643; }
p { color: rgb(238,54,67); }
H1.HeaderClassName
{
color: #EE3643;
}
.AnyTagClassName
{
color: #EE3643;
}
</style>
background-color css
<style>
a { background-color: #EE3643; }
a { background-color: rgb(238,54,67); }
div.DivClassName
{
background-color: #EE3643;
}
.BgClassName
{
background-color: #EE3643;
}
</style>
border-color css
<style>
span { border-color: #EE3643; }
span { border-color: rgb(238,54,67); }
td.TdClassName
{
border-color: #EE3643;
}
.TagClassName
{
border-color: #EE3643;
}
</style>