Shades of Amaranth #EE2654
Tints of Amaranth #EE2654
RGB
CMYK
RGB Variations
Color information
#EE2654 (or 0xEE2654) is known color: Amaranth. HEX triplet: EE, 26 and 54. RGB value is (238,38,84). Sum of RGB (Red+Green+Blue) = 238+38+84=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2654 is #11D9AB. Grayscale: #676767. Windows color (decimal): -1169836 or 5514990. OLE color: 5514990.
HSL color Cylindrical-coordinate representation of color #EE2654: hue angle of 346.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2654 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 84 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.07 |
| HSL | 346.2º | 0.85% | 0.54% | - |
| HSV(B) | 346.2º | 0.84% | 0.93% | - |
| XYZ | 37.55 | 20.2 | 10.31 | - |
| YUV | 103.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 84 | 0 | 0.84 | 0.65 | 0.07 | 346.2 | 0.85 | 0.54 |
| Hex | EE | 26 | 54 | 0 | 54 | 41 | 7 | 15A | 55 | 36 |
| Octal | 356 | 46 | 124 | 0 | 124 | 101 | 7 | 532 | 125 | 66 |
| Binary | 11101110 | 100110 | 1010100 | 0 | 1010100 | 1000001 | 111 | 101011010 | 1010101 | 110110 |
Color Harmonies of #EE2654
Complementary color
Monochromatic Colors of #EE2654
Black with #EE2654
Text Example
Text Example
White with #EE2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2654; }
p { color: rgb(238,38,84); }
H1.HeaderClassName
{
color: #EE2654;
}
.AnyTagClassName
{
color: #EE2654;
}
</style>
background-color css
<style>
a { background-color: #EE2654; }
a { background-color: rgb(238,38,84); }
div.DivClassName
{
background-color: #EE2654;
}
.BgClassName
{
background-color: #EE2654;
}
</style>
border-color css
<style>
span { border-color: #EE2654; }
span { border-color: rgb(238,38,84); }
td.TdClassName
{
border-color: #EE2654;
}
.TagClassName
{
border-color: #EE2654;
}
</style>