Shades of Amaranth #EE265D
Tints of Amaranth #EE265D
RGB
CMYK
RGB Variations
Color information
#EE265D (or 0xEE265D) is known color: Amaranth. HEX triplet: EE, 26 and 5D. RGB value is (238,38,93). Sum of RGB (Red+Green+Blue) = 238+38+93=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE265D is #11D9A2. Grayscale: #686868. Windows color (decimal): -1169827 or 6104814. OLE color: 6104814.
HSL color Cylindrical-coordinate representation of color #EE265D: hue angle of 343.5º 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 #EE265D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 93 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.5º | 0.85% | 0.54% | - |
| HSV(B) | 343.5º | 0.84% | 0.93% | - |
| XYZ | 37.93 | 20.35 | 12.29 | - |
| YUV | 104.07 | 121.76 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 93 | 0 | 0.84 | 0.61 | 0.07 | 343.5 | 0.85 | 0.54 |
| Hex | EE | 26 | 5D | 0 | 54 | 3D | 7 | 158 | 55 | 36 |
| Octal | 356 | 46 | 135 | 0 | 124 | 75 | 7 | 530 | 125 | 66 |
| Binary | 11101110 | 100110 | 1011101 | 0 | 1010100 | 111101 | 111 | 101011000 | 1010101 | 110110 |
Color Harmonies of #EE265D
Complementary color
Monochromatic Colors of #EE265D
Black with #EE265D
Text Example
Text Example
White with #EE265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE265D; }
p { color: rgb(238,38,93); }
H1.HeaderClassName
{
color: #EE265D;
}
.AnyTagClassName
{
color: #EE265D;
}
</style>
background-color css
<style>
a { background-color: #EE265D; }
a { background-color: rgb(238,38,93); }
div.DivClassName
{
background-color: #EE265D;
}
.BgClassName
{
background-color: #EE265D;
}
</style>
border-color css
<style>
span { border-color: #EE265D; }
span { border-color: rgb(238,38,93); }
td.TdClassName
{
border-color: #EE265D;
}
.TagClassName
{
border-color: #EE265D;
}
</style>