Shades of Amaranth #EE3D4E
Tints of Amaranth #EE3D4E
RGB
CMYK
RGB Variations
Color information
#EE3D4E (or 0xEE3D4E) is known color: Amaranth. HEX triplet: EE, 3D and 4E. RGB value is (238,61,78). Sum of RGB (Red+Green+Blue) = 238+61+78=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3D4E is #11C2B1. Grayscale: #737373. Windows color (decimal): -1163954 or 5127662. OLE color: 5127662.
HSL color Cylindrical-coordinate representation of color #EE3D4E: hue angle of 354.24º 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 #EE3D4E is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 78 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.07 |
| HSL | 354.24º | 0.84% | 0.59% | - |
| HSV(B) | 354.24º | 0.74% | 0.93% | - |
| XYZ | 38.3 | 22.06 | 9.45 | - |
| YUV | 115.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 78 | 0 | 0.74 | 0.67 | 0.07 | 354.24 | 0.84 | 0.59 |
| Hex | EE | 3D | 4E | 0 | 4A | 43 | 7 | 162 | 54 | 3B |
| Octal | 356 | 75 | 116 | 0 | 112 | 103 | 7 | 542 | 124 | 73 |
| Binary | 11101110 | 111101 | 1001110 | 0 | 1001010 | 1000011 | 111 | 101100010 | 1010100 | 111011 |
Color Harmonies of #EE3D4E
Complementary color
Monochromatic Colors of #EE3D4E
Black with #EE3D4E
Text Example
Text Example
White with #EE3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3D4E; }
p { color: rgb(238,61,78); }
H1.HeaderClassName
{
color: #EE3D4E;
}
.AnyTagClassName
{
color: #EE3D4E;
}
</style>
background-color css
<style>
a { background-color: #EE3D4E; }
a { background-color: rgb(238,61,78); }
div.DivClassName
{
background-color: #EE3D4E;
}
.BgClassName
{
background-color: #EE3D4E;
}
</style>
border-color css
<style>
span { border-color: #EE3D4E; }
span { border-color: rgb(238,61,78); }
td.TdClassName
{
border-color: #EE3D4E;
}
.TagClassName
{
border-color: #EE3D4E;
}
</style>