Shades of Amaranth #EE274F
Tints of Amaranth #EE274F
RGB
CMYK
RGB Variations
Color information
#EE274F (or 0xEE274F) is known color: Amaranth. HEX triplet: EE, 27 and 4F. RGB value is (238,39,79). Sum of RGB (Red+Green+Blue) = 238+39+79=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE274F is #11D8B0. Grayscale: #676767. Windows color (decimal): -1169585 or 5187566. OLE color: 5187566.
HSL color Cylindrical-coordinate representation of color #EE274F: hue angle of 347.94º 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 #EE274F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 79 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.07 |
| HSL | 347.94º | 0.85% | 0.54% | - |
| HSV(B) | 347.94º | 0.84% | 0.93% | - |
| XYZ | 37.4 | 20.19 | 9.32 | - |
| YUV | 103.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 79 | 0 | 0.84 | 0.67 | 0.07 | 347.94 | 0.85 | 0.54 |
| Hex | EE | 27 | 4F | 0 | 54 | 43 | 7 | 15C | 55 | 36 |
| Octal | 356 | 47 | 117 | 0 | 124 | 103 | 7 | 534 | 125 | 66 |
| Binary | 11101110 | 100111 | 1001111 | 0 | 1010100 | 1000011 | 111 | 101011100 | 1010101 | 110110 |
Color Harmonies of #EE274F
Complementary color
Monochromatic Colors of #EE274F
Black with #EE274F
Text Example
Text Example
White with #EE274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE274F; }
p { color: rgb(238,39,79); }
H1.HeaderClassName
{
color: #EE274F;
}
.AnyTagClassName
{
color: #EE274F;
}
</style>
background-color css
<style>
a { background-color: #EE274F; }
a { background-color: rgb(238,39,79); }
div.DivClassName
{
background-color: #EE274F;
}
.BgClassName
{
background-color: #EE274F;
}
</style>
border-color css
<style>
span { border-color: #EE274F; }
span { border-color: rgb(238,39,79); }
td.TdClassName
{
border-color: #EE274F;
}
.TagClassName
{
border-color: #EE274F;
}
</style>