Shades of Amaranth #EE2753
Tints of Amaranth #EE2753
RGB
CMYK
RGB Variations
Color information
#EE2753 (or 0xEE2753) is known color: Amaranth. HEX triplet: EE, 27 and 53. RGB value is (238,39,83). Sum of RGB (Red+Green+Blue) = 238+39+83=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2753 is #11D8AC. Grayscale: #676767. Windows color (decimal): -1169581 or 5449710. OLE color: 5449710.
HSL color Cylindrical-coordinate representation of color #EE2753: hue angle of 346.73º 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 #EE2753 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 83 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.07 |
| HSL | 346.73º | 0.85% | 0.54% | - |
| HSV(B) | 346.73º | 0.84% | 0.93% | - |
| XYZ | 37.55 | 20.25 | 10.11 | - |
| YUV | 103.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 83 | 0 | 0.84 | 0.65 | 0.07 | 346.73 | 0.85 | 0.54 |
| Hex | EE | 27 | 53 | 0 | 54 | 41 | 7 | 15B | 55 | 36 |
| Octal | 356 | 47 | 123 | 0 | 124 | 101 | 7 | 533 | 125 | 66 |
| Binary | 11101110 | 100111 | 1010011 | 0 | 1010100 | 1000001 | 111 | 101011011 | 1010101 | 110110 |
Color Harmonies of #EE2753
Complementary color
Monochromatic Colors of #EE2753
Black with #EE2753
Text Example
Text Example
White with #EE2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2753; }
p { color: rgb(238,39,83); }
H1.HeaderClassName
{
color: #EE2753;
}
.AnyTagClassName
{
color: #EE2753;
}
</style>
background-color css
<style>
a { background-color: #EE2753; }
a { background-color: rgb(238,39,83); }
div.DivClassName
{
background-color: #EE2753;
}
.BgClassName
{
background-color: #EE2753;
}
</style>
border-color css
<style>
span { border-color: #EE2753; }
span { border-color: rgb(238,39,83); }
td.TdClassName
{
border-color: #EE2753;
}
.TagClassName
{
border-color: #EE2753;
}
</style>