Shades of Amaranth #EE225A
Tints of Amaranth #EE225A
RGB
CMYK
RGB Variations
Color information
#EE225A (or 0xEE225A) is known color: Amaranth. HEX triplet: EE, 22 and 5A. RGB value is (238,34,90). Sum of RGB (Red+Green+Blue) = 238+34+90=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE225A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE225A is #11DDA5. Grayscale: #656565. Windows color (decimal): -1170854 or 5907182. OLE color: 5907182.
HSL color Cylindrical-coordinate representation of color #EE225A: hue angle of 343.53º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE225A is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 90 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.07 |
| HSL | 343.53º | 0.86% | 0.53% | - |
| HSV(B) | 343.53º | 0.86% | 0.93% | - |
| XYZ | 37.68 | 20.06 | 11.56 | - |
| YUV | 101.38 | 121.59 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 90 | 0 | 0.86 | 0.62 | 0.07 | 343.53 | 0.86 | 0.53 |
| Hex | EE | 22 | 5A | 0 | 56 | 3E | 7 | 158 | 56 | 35 |
| Octal | 356 | 42 | 132 | 0 | 126 | 76 | 7 | 530 | 126 | 65 |
| Binary | 11101110 | 100010 | 1011010 | 0 | 1010110 | 111110 | 111 | 101011000 | 1010110 | 110101 |
Color Harmonies of #EE225A
Complementary color
Monochromatic Colors of #EE225A
Black with #EE225A
Text Example
Text Example
White with #EE225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE225A; }
p { color: rgb(238,34,90); }
H1.HeaderClassName
{
color: #EE225A;
}
.AnyTagClassName
{
color: #EE225A;
}
</style>
background-color css
<style>
a { background-color: #EE225A; }
a { background-color: rgb(238,34,90); }
div.DivClassName
{
background-color: #EE225A;
}
.BgClassName
{
background-color: #EE225A;
}
</style>
border-color css
<style>
span { border-color: #EE225A; }
span { border-color: rgb(238,34,90); }
td.TdClassName
{
border-color: #EE225A;
}
.TagClassName
{
border-color: #EE225A;
}
</style>