Shades of Amaranth #EE4148
Tints of Amaranth #EE4148
RGB
CMYK
RGB Variations
Color information
#EE4148 (or 0xEE4148) is known color: Amaranth. HEX triplet: EE, 41 and 48. RGB value is (238,65,72). Sum of RGB (Red+Green+Blue) = 238+65+72=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4148 is #11BEB7. Grayscale: #757575. Windows color (decimal): -1162936 or 4735470. OLE color: 4735470.
HSL color Cylindrical-coordinate representation of color #EE4148: hue angle of 357.57º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4148 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 72 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.07 |
| HSL | 357.57º | 0.84% | 0.59% | - |
| HSV(B) | 357.57º | 0.73% | 0.93% | - |
| XYZ | 38.32 | 22.43 | 8.44 | - |
| YUV | 117.53 | 102.31 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 72 | 0 | 0.73 | 0.70 | 0.07 | 357.57 | 0.84 | 0.59 |
| Hex | EE | 41 | 48 | 0 | 49 | 46 | 7 | 166 | 54 | 3B |
| Octal | 356 | 101 | 110 | 0 | 111 | 106 | 7 | 546 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1001000 | 0 | 1001001 | 1000110 | 111 | 101100110 | 1010100 | 111011 |
Color Harmonies of #EE4148
Complementary color
Monochromatic Colors of #EE4148
Black with #EE4148
Text Example
Text Example
White with #EE4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4148; }
p { color: rgb(238,65,72); }
H1.HeaderClassName
{
color: #EE4148;
}
.AnyTagClassName
{
color: #EE4148;
}
</style>
background-color css
<style>
a { background-color: #EE4148; }
a { background-color: rgb(238,65,72); }
div.DivClassName
{
background-color: #EE4148;
}
.BgClassName
{
background-color: #EE4148;
}
</style>
border-color css
<style>
span { border-color: #EE4148; }
span { border-color: rgb(238,65,72); }
td.TdClassName
{
border-color: #EE4148;
}
.TagClassName
{
border-color: #EE4148;
}
</style>