Shades of Amaranth #EE264F
Tints of Amaranth #EE264F
RGB
CMYK
RGB Variations
Color information
#EE264F (or 0xEE264F) is known color: Amaranth. HEX triplet: EE, 26 and 4F. RGB value is (238,38,79). Sum of RGB (Red+Green+Blue) = 238+38+79=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE264F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE264F is #11D9B0. Grayscale: #666666. Windows color (decimal): -1169841 or 5187310. OLE color: 5187310.
HSL color Cylindrical-coordinate representation of color #EE264F: hue angle of 347.7º 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 #EE264F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 79 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.07 |
| HSL | 347.7º | 0.85% | 0.54% | - |
| HSV(B) | 347.7º | 0.84% | 0.93% | - |
| XYZ | 37.36 | 20.13 | 9.31 | - |
| YUV | 102.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 79 | 0 | 0.84 | 0.67 | 0.07 | 347.7 | 0.85 | 0.54 |
| Hex | EE | 26 | 4F | 0 | 54 | 43 | 7 | 15C | 55 | 36 |
| Octal | 356 | 46 | 117 | 0 | 124 | 103 | 7 | 534 | 125 | 66 |
| Binary | 11101110 | 100110 | 1001111 | 0 | 1010100 | 1000011 | 111 | 101011100 | 1010101 | 110110 |
Color Harmonies of #EE264F
Complementary color
Monochromatic Colors of #EE264F
Black with #EE264F
Text Example
Text Example
White with #EE264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE264F; }
p { color: rgb(238,38,79); }
H1.HeaderClassName
{
color: #EE264F;
}
.AnyTagClassName
{
color: #EE264F;
}
</style>
background-color css
<style>
a { background-color: #EE264F; }
a { background-color: rgb(238,38,79); }
div.DivClassName
{
background-color: #EE264F;
}
.BgClassName
{
background-color: #EE264F;
}
</style>
border-color css
<style>
span { border-color: #EE264F; }
span { border-color: rgb(238,38,79); }
td.TdClassName
{
border-color: #EE264F;
}
.TagClassName
{
border-color: #EE264F;
}
</style>