Shades of Amaranth #EE264B
Tints of Amaranth #EE264B
RGB
CMYK
RGB Variations
Color information
#EE264B (or 0xEE264B) is known color: Amaranth. HEX triplet: EE, 26 and 4B. RGB value is (238,38,75). Sum of RGB (Red+Green+Blue) = 238+38+75=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE264B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE264B is #11D9B4. Grayscale: #666666. Windows color (decimal): -1169845 or 4925166. OLE color: 4925166.
HSL color Cylindrical-coordinate representation of color #EE264B: hue angle of 348.9º 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 #EE264B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 75 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 348.9º | 0.85% | 0.54% | - |
| HSV(B) | 348.9º | 0.84% | 0.93% | - |
| XYZ | 37.22 | 20.07 | 8.57 | - |
| YUV | 102.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 75 | 0 | 0.84 | 0.68 | 0.07 | 348.9 | 0.85 | 0.54 |
| Hex | EE | 26 | 4B | 0 | 54 | 44 | 7 | 15D | 55 | 36 |
| Octal | 356 | 46 | 113 | 0 | 124 | 104 | 7 | 535 | 125 | 66 |
| Binary | 11101110 | 100110 | 1001011 | 0 | 1010100 | 1000100 | 111 | 101011101 | 1010101 | 110110 |
Color Harmonies of #EE264B
Complementary color
Monochromatic Colors of #EE264B
Black with #EE264B
Text Example
Text Example
White with #EE264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE264B; }
p { color: rgb(238,38,75); }
H1.HeaderClassName
{
color: #EE264B;
}
.AnyTagClassName
{
color: #EE264B;
}
</style>
background-color css
<style>
a { background-color: #EE264B; }
a { background-color: rgb(238,38,75); }
div.DivClassName
{
background-color: #EE264B;
}
.BgClassName
{
background-color: #EE264B;
}
</style>
border-color css
<style>
span { border-color: #EE264B; }
span { border-color: rgb(238,38,75); }
td.TdClassName
{
border-color: #EE264B;
}
.TagClassName
{
border-color: #EE264B;
}
</style>