Shades of Amaranth #EE364B
Tints of Amaranth #EE364B
RGB
CMYK
RGB Variations
Color information
#EE364B (or 0xEE364B) is known color: Amaranth. HEX triplet: EE, 36 and 4B. RGB value is (238,54,75). Sum of RGB (Red+Green+Blue) = 238+54+75=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE364B is #11C9B4. Grayscale: #6F6F6F. Windows color (decimal): -1165749 or 4929262. OLE color: 4929262.
HSL color Cylindrical-coordinate representation of color #EE364B: hue angle of 353.15º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE364B is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 75 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.07 |
| HSL | 353.15º | 0.84% | 0.57% | - |
| HSV(B) | 353.15º | 0.77% | 0.93% | - |
| XYZ | 37.85 | 21.32 | 8.78 | - |
| YUV | 111.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 75 | 0 | 0.77 | 0.68 | 0.07 | 353.15 | 0.84 | 0.57 |
| Hex | EE | 36 | 4B | 0 | 4D | 44 | 7 | 161 | 54 | 39 |
| Octal | 356 | 66 | 113 | 0 | 115 | 104 | 7 | 541 | 124 | 71 |
| Binary | 11101110 | 110110 | 1001011 | 0 | 1001101 | 1000100 | 111 | 101100001 | 1010100 | 111001 |
Color Harmonies of #EE364B
Complementary color
Monochromatic Colors of #EE364B
Black with #EE364B
Text Example
Text Example
White with #EE364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE364B; }
p { color: rgb(238,54,75); }
H1.HeaderClassName
{
color: #EE364B;
}
.AnyTagClassName
{
color: #EE364B;
}
</style>
background-color css
<style>
a { background-color: #EE364B; }
a { background-color: rgb(238,54,75); }
div.DivClassName
{
background-color: #EE364B;
}
.BgClassName
{
background-color: #EE364B;
}
</style>
border-color css
<style>
span { border-color: #EE364B; }
span { border-color: rgb(238,54,75); }
td.TdClassName
{
border-color: #EE364B;
}
.TagClassName
{
border-color: #EE364B;
}
</style>