Shades of Amaranth #EE254F
Tints of Amaranth #EE254F
RGB
CMYK
RGB Variations
Color information
#EE254F (or 0xEE254F) is known color: Amaranth. HEX triplet: EE, 25 and 4F. RGB value is (238,37,79). Sum of RGB (Red+Green+Blue) = 238+37+79=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE254F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE254F is #11DAB0. Grayscale: #656565. Windows color (decimal): -1170097 or 5187054. OLE color: 5187054.
HSL color Cylindrical-coordinate representation of color #EE254F: hue angle of 347.46º 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 #EE254F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 79 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.07 |
| HSL | 347.46º | 0.86% | 0.54% | - |
| HSV(B) | 347.46º | 0.84% | 0.93% | - |
| XYZ | 37.33 | 20.06 | 9.3 | - |
| YUV | 101.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 79 | 0 | 0.84 | 0.67 | 0.07 | 347.46 | 0.86 | 0.54 |
| Hex | EE | 25 | 4F | 0 | 54 | 43 | 7 | 15B | 56 | 36 |
| Octal | 356 | 45 | 117 | 0 | 124 | 103 | 7 | 533 | 126 | 66 |
| Binary | 11101110 | 100101 | 1001111 | 0 | 1010100 | 1000011 | 111 | 101011011 | 1010110 | 110110 |
Color Harmonies of #EE254F
Complementary color
Monochromatic Colors of #EE254F
Black with #EE254F
Text Example
Text Example
White with #EE254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE254F; }
p { color: rgb(238,37,79); }
H1.HeaderClassName
{
color: #EE254F;
}
.AnyTagClassName
{
color: #EE254F;
}
</style>
background-color css
<style>
a { background-color: #EE254F; }
a { background-color: rgb(238,37,79); }
div.DivClassName
{
background-color: #EE254F;
}
.BgClassName
{
background-color: #EE254F;
}
</style>
border-color css
<style>
span { border-color: #EE254F; }
span { border-color: rgb(238,37,79); }
td.TdClassName
{
border-color: #EE254F;
}
.TagClassName
{
border-color: #EE254F;
}
</style>