Shades of Amaranth #EE3F4F
Tints of Amaranth #EE3F4F
RGB
CMYK
RGB Variations
Color information
#EE3F4F (or 0xEE3F4F) is known color: Amaranth. HEX triplet: EE, 3F and 4F. RGB value is (238,63,79). Sum of RGB (Red+Green+Blue) = 238+63+79=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3F4F is #11C0B0. Grayscale: #757575. Windows color (decimal): -1163441 or 5193710. OLE color: 5193710.
HSL color Cylindrical-coordinate representation of color #EE3F4F: hue angle of 354.51º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3F4F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 79 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.07 |
| HSL | 354.51º | 0.84% | 0.59% | - |
| HSV(B) | 354.51º | 0.74% | 0.93% | - |
| XYZ | 38.45 | 22.3 | 9.67 | - |
| YUV | 117.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 79 | 0 | 0.74 | 0.67 | 0.07 | 354.51 | 0.84 | 0.59 |
| Hex | EE | 3F | 4F | 0 | 4A | 43 | 7 | 163 | 54 | 3B |
| Octal | 356 | 77 | 117 | 0 | 112 | 103 | 7 | 543 | 124 | 73 |
| Binary | 11101110 | 111111 | 1001111 | 0 | 1001010 | 1000011 | 111 | 101100011 | 1010100 | 111011 |
Color Harmonies of #EE3F4F
Complementary color
Monochromatic Colors of #EE3F4F
Black with #EE3F4F
Text Example
Text Example
White with #EE3F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F4F; }
p { color: rgb(238,63,79); }
H1.HeaderClassName
{
color: #EE3F4F;
}
.AnyTagClassName
{
color: #EE3F4F;
}
</style>
background-color css
<style>
a { background-color: #EE3F4F; }
a { background-color: rgb(238,63,79); }
div.DivClassName
{
background-color: #EE3F4F;
}
.BgClassName
{
background-color: #EE3F4F;
}
</style>
border-color css
<style>
span { border-color: #EE3F4F; }
span { border-color: rgb(238,63,79); }
td.TdClassName
{
border-color: #EE3F4F;
}
.TagClassName
{
border-color: #EE3F4F;
}
</style>