Shades of Amaranth #EE2653
Tints of Amaranth #EE2653
RGB
CMYK
RGB Variations
Color information
#EE2653 (or 0xEE2653) is known color: Amaranth. HEX triplet: EE, 26 and 53. RGB value is (238,38,83). Sum of RGB (Red+Green+Blue) = 238+38+83=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2653 is #11D9AC. Grayscale: #666666. Windows color (decimal): -1169837 or 5449454. OLE color: 5449454.
HSL color Cylindrical-coordinate representation of color #EE2653: hue angle of 346.5º 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 #EE2653 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 83 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.07 |
| HSL | 346.5º | 0.85% | 0.54% | - |
| HSV(B) | 346.5º | 0.84% | 0.93% | - |
| XYZ | 37.51 | 20.19 | 10.1 | - |
| YUV | 102.93 | 116.76 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 83 | 0 | 0.84 | 0.65 | 0.07 | 346.5 | 0.85 | 0.54 |
| Hex | EE | 26 | 53 | 0 | 54 | 41 | 7 | 15A | 55 | 36 |
| Octal | 356 | 46 | 123 | 0 | 124 | 101 | 7 | 532 | 125 | 66 |
| Binary | 11101110 | 100110 | 1010011 | 0 | 1010100 | 1000001 | 111 | 101011010 | 1010101 | 110110 |
Color Harmonies of #EE2653
Complementary color
Monochromatic Colors of #EE2653
Black with #EE2653
Text Example
Text Example
White with #EE2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2653; }
p { color: rgb(238,38,83); }
H1.HeaderClassName
{
color: #EE2653;
}
.AnyTagClassName
{
color: #EE2653;
}
</style>
background-color css
<style>
a { background-color: #EE2653; }
a { background-color: rgb(238,38,83); }
div.DivClassName
{
background-color: #EE2653;
}
.BgClassName
{
background-color: #EE2653;
}
</style>
border-color css
<style>
span { border-color: #EE2653; }
span { border-color: rgb(238,38,83); }
td.TdClassName
{
border-color: #EE2653;
}
.TagClassName
{
border-color: #EE2653;
}
</style>