Shades of Amaranth #EE265B
Tints of Amaranth #EE265B
RGB
CMYK
RGB Variations
Color information
#EE265B (or 0xEE265B) is known color: Amaranth. HEX triplet: EE, 26 and 5B. RGB value is (238,38,91). Sum of RGB (Red+Green+Blue) = 238+38+91=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE265B is #11D9A4. Grayscale: #676767. Windows color (decimal): -1169829 or 5973742. OLE color: 5973742.
HSL color Cylindrical-coordinate representation of color #EE265B: hue angle of 344.1º 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 #EE265B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 91 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.07 |
| HSL | 344.1º | 0.85% | 0.54% | - |
| HSV(B) | 344.1º | 0.84% | 0.93% | - |
| XYZ | 37.84 | 20.32 | 11.82 | - |
| YUV | 103.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 91 | 0 | 0.84 | 0.62 | 0.07 | 344.1 | 0.85 | 0.54 |
| Hex | EE | 26 | 5B | 0 | 54 | 3E | 7 | 158 | 55 | 36 |
| Octal | 356 | 46 | 133 | 0 | 124 | 76 | 7 | 530 | 125 | 66 |
| Binary | 11101110 | 100110 | 1011011 | 0 | 1010100 | 111110 | 111 | 101011000 | 1010101 | 110110 |
Color Harmonies of #EE265B
Complementary color
Monochromatic Colors of #EE265B
Black with #EE265B
Text Example
Text Example
White with #EE265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE265B; }
p { color: rgb(238,38,91); }
H1.HeaderClassName
{
color: #EE265B;
}
.AnyTagClassName
{
color: #EE265B;
}
</style>
background-color css
<style>
a { background-color: #EE265B; }
a { background-color: rgb(238,38,91); }
div.DivClassName
{
background-color: #EE265B;
}
.BgClassName
{
background-color: #EE265B;
}
</style>
border-color css
<style>
span { border-color: #EE265B; }
span { border-color: rgb(238,38,91); }
td.TdClassName
{
border-color: #EE265B;
}
.TagClassName
{
border-color: #EE265B;
}
</style>