Shades of Amaranth #EE3256
Tints of Amaranth #EE3256
RGB
CMYK
RGB Variations
Color information
#EE3256 (or 0xEE3256) is known color: Amaranth. HEX triplet: EE, 32 and 56. RGB value is (238,50,86). Sum of RGB (Red+Green+Blue) = 238+50+86=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3256 is #11CDA9. Grayscale: #6E6E6E. Windows color (decimal): -1166762 or 5649134. OLE color: 5649134.
HSL color Cylindrical-coordinate representation of color #EE3256: hue angle of 348.51º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3256 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 86 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.07 |
| HSL | 348.51º | 0.85% | 0.56% | - |
| HSV(B) | 348.51º | 0.79% | 0.93% | - |
| XYZ | 38.08 | 21.13 | 10.88 | - |
| YUV | 110.32 | 114.28 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 86 | 0 | 0.79 | 0.64 | 0.07 | 348.51 | 0.85 | 0.56 |
| Hex | EE | 32 | 56 | 0 | 4F | 40 | 7 | 15D | 55 | 38 |
| Octal | 356 | 62 | 126 | 0 | 117 | 100 | 7 | 535 | 125 | 70 |
| Binary | 11101110 | 110010 | 1010110 | 0 | 1001111 | 1000000 | 111 | 101011101 | 1010101 | 111000 |
Color Harmonies of #EE3256
Complementary color
Monochromatic Colors of #EE3256
Black with #EE3256
Text Example
Text Example
White with #EE3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3256; }
p { color: rgb(238,50,86); }
H1.HeaderClassName
{
color: #EE3256;
}
.AnyTagClassName
{
color: #EE3256;
}
</style>
background-color css
<style>
a { background-color: #EE3256; }
a { background-color: rgb(238,50,86); }
div.DivClassName
{
background-color: #EE3256;
}
.BgClassName
{
background-color: #EE3256;
}
</style>
border-color css
<style>
span { border-color: #EE3256; }
span { border-color: rgb(238,50,86); }
td.TdClassName
{
border-color: #EE3256;
}
.TagClassName
{
border-color: #EE3256;
}
</style>