Shades of Amaranth #EE444F
Tints of Amaranth #EE444F
RGB
CMYK
RGB Variations
Color information
#EE444F (or 0xEE444F) is known color: Amaranth. HEX triplet: EE, 44 and 4F. RGB value is (238,68,79). Sum of RGB (Red+Green+Blue) = 238+68+79=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE444F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE444F is #11BBB0. Grayscale: #787878. Windows color (decimal): -1162161 or 5194990. OLE color: 5194990.
HSL color Cylindrical-coordinate representation of color #EE444F: hue angle of 356.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE444F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 79 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.07 |
| HSL | 356.12º | 0.83% | 0.6% | - |
| HSV(B) | 356.12º | 0.71% | 0.93% | - |
| XYZ | 38.74 | 22.88 | 9.77 | - |
| YUV | 120.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 79 | 0 | 0.71 | 0.67 | 0.07 | 356.12 | 0.83 | 0.6 |
| Hex | EE | 44 | 4F | 0 | 47 | 43 | 7 | 164 | 53 | 3C |
| Octal | 356 | 104 | 117 | 0 | 107 | 103 | 7 | 544 | 123 | 74 |
| Binary | 11101110 | 1000100 | 1001111 | 0 | 1000111 | 1000011 | 111 | 101100100 | 1010011 | 111100 |
Color Harmonies of #EE444F
Complementary color
Monochromatic Colors of #EE444F
Black with #EE444F
Text Example
Text Example
White with #EE444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE444F; }
p { color: rgb(238,68,79); }
H1.HeaderClassName
{
color: #EE444F;
}
.AnyTagClassName
{
color: #EE444F;
}
</style>
background-color css
<style>
a { background-color: #EE444F; }
a { background-color: rgb(238,68,79); }
div.DivClassName
{
background-color: #EE444F;
}
.BgClassName
{
background-color: #EE444F;
}
</style>
border-color css
<style>
span { border-color: #EE444F; }
span { border-color: rgb(238,68,79); }
td.TdClassName
{
border-color: #EE444F;
}
.TagClassName
{
border-color: #EE444F;
}
</style>