Shades of Amaranth #EE344B
Tints of Amaranth #EE344B
RGB
CMYK
RGB Variations
Color information
#EE344B (or 0xEE344B) is known color: Amaranth. HEX triplet: EE, 34 and 4B. RGB value is (238,52,75). Sum of RGB (Red+Green+Blue) = 238+52+75=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE344B is #11CBB4. Grayscale: #6E6E6E. Windows color (decimal): -1166261 or 4928750. OLE color: 4928750.
HSL color Cylindrical-coordinate representation of color #EE344B: hue angle of 352.58º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE344B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 75 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.07 |
| HSL | 352.58º | 0.85% | 0.57% | - |
| HSV(B) | 352.58º | 0.78% | 0.93% | - |
| XYZ | 37.76 | 21.14 | 8.75 | - |
| YUV | 110.24 | 108.12 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 75 | 0 | 0.78 | 0.68 | 0.07 | 352.58 | 0.85 | 0.57 |
| Hex | EE | 34 | 4B | 0 | 4E | 44 | 7 | 161 | 55 | 39 |
| Octal | 356 | 64 | 113 | 0 | 116 | 104 | 7 | 541 | 125 | 71 |
| Binary | 11101110 | 110100 | 1001011 | 0 | 1001110 | 1000100 | 111 | 101100001 | 1010101 | 111001 |
Color Harmonies of #EE344B
Complementary color
Monochromatic Colors of #EE344B
Black with #EE344B
Text Example
Text Example
White with #EE344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE344B; }
p { color: rgb(238,52,75); }
H1.HeaderClassName
{
color: #EE344B;
}
.AnyTagClassName
{
color: #EE344B;
}
</style>
background-color css
<style>
a { background-color: #EE344B; }
a { background-color: rgb(238,52,75); }
div.DivClassName
{
background-color: #EE344B;
}
.BgClassName
{
background-color: #EE344B;
}
</style>
border-color css
<style>
span { border-color: #EE344B; }
span { border-color: rgb(238,52,75); }
td.TdClassName
{
border-color: #EE344B;
}
.TagClassName
{
border-color: #EE344B;
}
</style>