Shades of Amaranth #EE264C
Tints of Amaranth #EE264C
RGB
CMYK
RGB Variations
Color information
#EE264C (or 0xEE264C) is known color: Amaranth. HEX triplet: EE, 26 and 4C. RGB value is (238,38,76). Sum of RGB (Red+Green+Blue) = 238+38+76=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE264C is #11D9B3. Grayscale: #666666. Windows color (decimal): -1169844 or 4990702. OLE color: 4990702.
HSL color Cylindrical-coordinate representation of color #EE264C: hue angle of 348.6º 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 #EE264C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 76 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 348.6º | 0.85% | 0.54% | - |
| HSV(B) | 348.6º | 0.84% | 0.93% | - |
| XYZ | 37.26 | 20.09 | 8.75 | - |
| YUV | 102.13 | 113.26 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 76 | 0 | 0.84 | 0.68 | 0.07 | 348.6 | 0.85 | 0.54 |
| Hex | EE | 26 | 4C | 0 | 54 | 44 | 7 | 15D | 55 | 36 |
| Octal | 356 | 46 | 114 | 0 | 124 | 104 | 7 | 535 | 125 | 66 |
| Binary | 11101110 | 100110 | 1001100 | 0 | 1010100 | 1000100 | 111 | 101011101 | 1010101 | 110110 |
Color Harmonies of #EE264C
Complementary color
Monochromatic Colors of #EE264C
Black with #EE264C
Text Example
Text Example
White with #EE264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE264C; }
p { color: rgb(238,38,76); }
H1.HeaderClassName
{
color: #EE264C;
}
.AnyTagClassName
{
color: #EE264C;
}
</style>
background-color css
<style>
a { background-color: #EE264C; }
a { background-color: rgb(238,38,76); }
div.DivClassName
{
background-color: #EE264C;
}
.BgClassName
{
background-color: #EE264C;
}
</style>
border-color css
<style>
span { border-color: #EE264C; }
span { border-color: rgb(238,38,76); }
td.TdClassName
{
border-color: #EE264C;
}
.TagClassName
{
border-color: #EE264C;
}
</style>