Shades of Amaranth #EE315C
Tints of Amaranth #EE315C
RGB
CMYK
RGB Variations
Color information
#EE315C (or 0xEE315C) is known color: Amaranth. HEX triplet: EE, 31 and 5C. RGB value is (238,49,92). Sum of RGB (Red+Green+Blue) = 238+49+92=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE315C is #11CEA3. Grayscale: #6E6E6E. Windows color (decimal): -1167012 or 6042094. OLE color: 6042094.
HSL color Cylindrical-coordinate representation of color #EE315C: hue angle of 346.35º 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 #EE315C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 92 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.07 |
| HSL | 346.35º | 0.85% | 0.56% | - |
| HSV(B) | 346.35º | 0.79% | 0.93% | - |
| XYZ | 38.29 | 21.15 | 12.19 | - |
| YUV | 110.41 | 117.62 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 92 | 0 | 0.79 | 0.61 | 0.07 | 346.35 | 0.85 | 0.56 |
| Hex | EE | 31 | 5C | 0 | 4F | 3D | 7 | 15A | 55 | 38 |
| Octal | 356 | 61 | 134 | 0 | 117 | 75 | 7 | 532 | 125 | 70 |
| Binary | 11101110 | 110001 | 1011100 | 0 | 1001111 | 111101 | 111 | 101011010 | 1010101 | 111000 |
Color Harmonies of #EE315C
Complementary color
Monochromatic Colors of #EE315C
Black with #EE315C
Text Example
Text Example
White with #EE315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE315C; }
p { color: rgb(238,49,92); }
H1.HeaderClassName
{
color: #EE315C;
}
.AnyTagClassName
{
color: #EE315C;
}
</style>
background-color css
<style>
a { background-color: #EE315C; }
a { background-color: rgb(238,49,92); }
div.DivClassName
{
background-color: #EE315C;
}
.BgClassName
{
background-color: #EE315C;
}
</style>
border-color css
<style>
span { border-color: #EE315C; }
span { border-color: rgb(238,49,92); }
td.TdClassName
{
border-color: #EE315C;
}
.TagClassName
{
border-color: #EE315C;
}
</style>