Shades of Amaranth #EE284F
Tints of Amaranth #EE284F
RGB
CMYK
RGB Variations
Color information
#EE284F (or 0xEE284F) is known color: Amaranth. HEX triplet: EE, 28 and 4F. RGB value is (238,40,79). Sum of RGB (Red+Green+Blue) = 238+40+79=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE284F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE284F is #11D7B0. Grayscale: #676767. Windows color (decimal): -1169329 or 5187822. OLE color: 5187822.
HSL color Cylindrical-coordinate representation of color #EE284F: hue angle of 348.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE284F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 79 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.07 |
| HSL | 348.18º | 0.85% | 0.55% | - |
| HSV(B) | 348.18º | 0.83% | 0.93% | - |
| XYZ | 37.43 | 20.26 | 9.33 | - |
| YUV | 103.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 79 | 0 | 0.83 | 0.67 | 0.07 | 348.18 | 0.85 | 0.55 |
| Hex | EE | 28 | 4F | 0 | 53 | 43 | 7 | 15C | 55 | 37 |
| Octal | 356 | 50 | 117 | 0 | 123 | 103 | 7 | 534 | 125 | 67 |
| Binary | 11101110 | 101000 | 1001111 | 0 | 1010011 | 1000011 | 111 | 101011100 | 1010101 | 110111 |
Color Harmonies of #EE284F
Complementary color
Monochromatic Colors of #EE284F
Black with #EE284F
Text Example
Text Example
White with #EE284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE284F; }
p { color: rgb(238,40,79); }
H1.HeaderClassName
{
color: #EE284F;
}
.AnyTagClassName
{
color: #EE284F;
}
</style>
background-color css
<style>
a { background-color: #EE284F; }
a { background-color: rgb(238,40,79); }
div.DivClassName
{
background-color: #EE284F;
}
.BgClassName
{
background-color: #EE284F;
}
</style>
border-color css
<style>
span { border-color: #EE284F; }
span { border-color: rgb(238,40,79); }
td.TdClassName
{
border-color: #EE284F;
}
.TagClassName
{
border-color: #EE284F;
}
</style>