Shades of Amaranth #EE384B
Tints of Amaranth #EE384B
RGB
CMYK
RGB Variations
Color information
#EE384B (or 0xEE384B) is known color: Amaranth. HEX triplet: EE, 38 and 4B. RGB value is (238,56,75). Sum of RGB (Red+Green+Blue) = 238+56+75=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE384B is #11C7B4. Grayscale: #707070. Windows color (decimal): -1165237 or 4929774. OLE color: 4929774.
HSL color Cylindrical-coordinate representation of color #EE384B: hue angle of 353.74º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE384B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 75 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.07 |
| HSL | 353.74º | 0.84% | 0.58% | - |
| HSV(B) | 353.74º | 0.76% | 0.93% | - |
| XYZ | 37.94 | 21.51 | 8.81 | - |
| YUV | 112.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 75 | 0 | 0.76 | 0.68 | 0.07 | 353.74 | 0.84 | 0.58 |
| Hex | EE | 38 | 4B | 0 | 4C | 44 | 7 | 162 | 54 | 3A |
| Octal | 356 | 70 | 113 | 0 | 114 | 104 | 7 | 542 | 124 | 72 |
| Binary | 11101110 | 111000 | 1001011 | 0 | 1001100 | 1000100 | 111 | 101100010 | 1010100 | 111010 |
Color Harmonies of #EE384B
Complementary color
Monochromatic Colors of #EE384B
Black with #EE384B
Text Example
Text Example
White with #EE384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE384B; }
p { color: rgb(238,56,75); }
H1.HeaderClassName
{
color: #EE384B;
}
.AnyTagClassName
{
color: #EE384B;
}
</style>
background-color css
<style>
a { background-color: #EE384B; }
a { background-color: rgb(238,56,75); }
div.DivClassName
{
background-color: #EE384B;
}
.BgClassName
{
background-color: #EE384B;
}
</style>
border-color css
<style>
span { border-color: #EE384B; }
span { border-color: rgb(238,56,75); }
td.TdClassName
{
border-color: #EE384B;
}
.TagClassName
{
border-color: #EE384B;
}
</style>