Shades of Amaranth #EE3752
Tints of Amaranth #EE3752
RGB
CMYK
RGB Variations
Color information
#EE3752 (or 0xEE3752) is known color: Amaranth. HEX triplet: EE, 37 and 52. RGB value is (238,55,82). Sum of RGB (Red+Green+Blue) = 238+55+82=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3752 is #11C8AD. Grayscale: #707070. Windows color (decimal): -1165486 or 5388270. OLE color: 5388270.
HSL color Cylindrical-coordinate representation of color #EE3752: hue angle of 351.15º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3752 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 82 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.07 |
| HSL | 351.15º | 0.84% | 0.57% | - |
| HSV(B) | 351.15º | 0.77% | 0.93% | - |
| XYZ | 38.15 | 21.52 | 10.13 | - |
| YUV | 112.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 82 | 0 | 0.77 | 0.66 | 0.07 | 351.15 | 0.84 | 0.57 |
| Hex | EE | 37 | 52 | 0 | 4D | 42 | 7 | 15F | 54 | 39 |
| Octal | 356 | 67 | 122 | 0 | 115 | 102 | 7 | 537 | 124 | 71 |
| Binary | 11101110 | 110111 | 1010010 | 0 | 1001101 | 1000010 | 111 | 101011111 | 1010100 | 111001 |
Color Harmonies of #EE3752
Complementary color
Monochromatic Colors of #EE3752
Black with #EE3752
Text Example
Text Example
White with #EE3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3752; }
p { color: rgb(238,55,82); }
H1.HeaderClassName
{
color: #EE3752;
}
.AnyTagClassName
{
color: #EE3752;
}
</style>
background-color css
<style>
a { background-color: #EE3752; }
a { background-color: rgb(238,55,82); }
div.DivClassName
{
background-color: #EE3752;
}
.BgClassName
{
background-color: #EE3752;
}
</style>
border-color css
<style>
span { border-color: #EE3752; }
span { border-color: rgb(238,55,82); }
td.TdClassName
{
border-color: #EE3752;
}
.TagClassName
{
border-color: #EE3752;
}
</style>