Shades of Amaranth #EE315B
Tints of Amaranth #EE315B
RGB
CMYK
RGB Variations
Color information
#EE315B (or 0xEE315B) is known color: Amaranth. HEX triplet: EE, 31 and 5B. RGB value is (238,49,91). Sum of RGB (Red+Green+Blue) = 238+49+91=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE315B is #11CEA4. Grayscale: #6E6E6E. Windows color (decimal): -1167013 or 5976558. OLE color: 5976558.
HSL color Cylindrical-coordinate representation of color #EE315B: hue angle of 346.67º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE315B is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 91 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.07 |
| HSL | 346.67º | 0.85% | 0.56% | - |
| HSV(B) | 346.67º | 0.79% | 0.93% | - |
| XYZ | 38.25 | 21.13 | 11.96 | - |
| YUV | 110.3 | 117.12 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 91 | 0 | 0.79 | 0.62 | 0.07 | 346.67 | 0.85 | 0.56 |
| Hex | EE | 31 | 5B | 0 | 4F | 3E | 7 | 15B | 55 | 38 |
| Octal | 356 | 61 | 133 | 0 | 117 | 76 | 7 | 533 | 125 | 70 |
| Binary | 11101110 | 110001 | 1011011 | 0 | 1001111 | 111110 | 111 | 101011011 | 1010101 | 111000 |
Color Harmonies of #EE315B
Complementary color
Monochromatic Colors of #EE315B
Black with #EE315B
Text Example
Text Example
White with #EE315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE315B; }
p { color: rgb(238,49,91); }
H1.HeaderClassName
{
color: #EE315B;
}
.AnyTagClassName
{
color: #EE315B;
}
</style>
background-color css
<style>
a { background-color: #EE315B; }
a { background-color: rgb(238,49,91); }
div.DivClassName
{
background-color: #EE315B;
}
.BgClassName
{
background-color: #EE315B;
}
</style>
border-color css
<style>
span { border-color: #EE315B; }
span { border-color: rgb(238,49,91); }
td.TdClassName
{
border-color: #EE315B;
}
.TagClassName
{
border-color: #EE315B;
}
</style>