Shades of Amaranth #EE265E
Tints of Amaranth #EE265E
RGB
CMYK
RGB Variations
Color information
#EE265E (or 0xEE265E) is known color: Amaranth. HEX triplet: EE, 26 and 5E. RGB value is (238,38,94). Sum of RGB (Red+Green+Blue) = 238+38+94=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE265E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE265E is #11D9A1. Grayscale: #686868. Windows color (decimal): -1169826 or 6170350. OLE color: 6170350.
HSL color Cylindrical-coordinate representation of color #EE265E: hue angle of 343.2º 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 #EE265E is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 94 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.2º | 0.85% | 0.54% | - |
| HSV(B) | 343.2º | 0.84% | 0.93% | - |
| XYZ | 37.97 | 20.37 | 12.52 | - |
| YUV | 104.18 | 122.26 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 94 | 0 | 0.84 | 0.61 | 0.07 | 343.2 | 0.85 | 0.54 |
| Hex | EE | 26 | 5E | 0 | 54 | 3D | 7 | 157 | 55 | 36 |
| Octal | 356 | 46 | 136 | 0 | 124 | 75 | 7 | 527 | 125 | 66 |
| Binary | 11101110 | 100110 | 1011110 | 0 | 1010100 | 111101 | 111 | 101010111 | 1010101 | 110110 |
Color Harmonies of #EE265E
Complementary color
Monochromatic Colors of #EE265E
Black with #EE265E
Text Example
Text Example
White with #EE265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE265E; }
p { color: rgb(238,38,94); }
H1.HeaderClassName
{
color: #EE265E;
}
.AnyTagClassName
{
color: #EE265E;
}
</style>
background-color css
<style>
a { background-color: #EE265E; }
a { background-color: rgb(238,38,94); }
div.DivClassName
{
background-color: #EE265E;
}
.BgClassName
{
background-color: #EE265E;
}
</style>
border-color css
<style>
span { border-color: #EE265E; }
span { border-color: rgb(238,38,94); }
td.TdClassName
{
border-color: #EE265E;
}
.TagClassName
{
border-color: #EE265E;
}
</style>