Shades of Amaranth #EE254A
Tints of Amaranth #EE254A
RGB
CMYK
RGB Variations
Color information
#EE254A (or 0xEE254A) is known color: Amaranth. HEX triplet: EE, 25 and 4A. RGB value is (238,37,74). Sum of RGB (Red+Green+Blue) = 238+37+74=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE254A is #11DAB5. Grayscale: #656565. Windows color (decimal): -1170102 or 4859374. OLE color: 4859374.
HSL color Cylindrical-coordinate representation of color #EE254A: hue angle of 348.96º degrees, saturation: 0.86, 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 #EE254A is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 74 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.07 |
| HSL | 348.96º | 0.86% | 0.54% | - |
| HSV(B) | 348.96º | 0.84% | 0.93% | - |
| XYZ | 37.16 | 19.99 | 8.38 | - |
| YUV | 101.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 74 | 0 | 0.84 | 0.69 | 0.07 | 348.96 | 0.86 | 0.54 |
| Hex | EE | 25 | 4A | 0 | 54 | 45 | 7 | 15D | 56 | 36 |
| Octal | 356 | 45 | 112 | 0 | 124 | 105 | 7 | 535 | 126 | 66 |
| Binary | 11101110 | 100101 | 1001010 | 0 | 1010100 | 1000101 | 111 | 101011101 | 1010110 | 110110 |
Color Harmonies of #EE254A
Complementary color
Monochromatic Colors of #EE254A
Black with #EE254A
Text Example
Text Example
White with #EE254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE254A; }
p { color: rgb(238,37,74); }
H1.HeaderClassName
{
color: #EE254A;
}
.AnyTagClassName
{
color: #EE254A;
}
</style>
background-color css
<style>
a { background-color: #EE254A; }
a { background-color: rgb(238,37,74); }
div.DivClassName
{
background-color: #EE254A;
}
.BgClassName
{
background-color: #EE254A;
}
</style>
border-color css
<style>
span { border-color: #EE254A; }
span { border-color: rgb(238,37,74); }
td.TdClassName
{
border-color: #EE254A;
}
.TagClassName
{
border-color: #EE254A;
}
</style>