Shades of Amaranth #EE3543
Tints of Amaranth #EE3543
RGB
CMYK
RGB Variations
Color information
#EE3543 (or 0xEE3543) is known color: Amaranth. HEX triplet: EE, 35 and 43. RGB value is (238,53,67). Sum of RGB (Red+Green+Blue) = 238+53+67=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3543 is #11CABC. Grayscale: #6E6E6E. Windows color (decimal): -1166013 or 4404718. OLE color: 4404718.
HSL color Cylindrical-coordinate representation of color #EE3543: hue angle of 355.46º degrees, saturation: 0.84, 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 #EE3543 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 67 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.07 |
| HSL | 355.46º | 0.84% | 0.57% | - |
| HSV(B) | 355.46º | 0.78% | 0.93% | - |
| XYZ | 37.55 | 21.13 | 7.41 | - |
| YUV | 109.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 67 | 0 | 0.78 | 0.72 | 0.07 | 355.46 | 0.84 | 0.57 |
| Hex | EE | 35 | 43 | 0 | 4E | 48 | 7 | 163 | 54 | 39 |
| Octal | 356 | 65 | 103 | 0 | 116 | 110 | 7 | 543 | 124 | 71 |
| Binary | 11101110 | 110101 | 1000011 | 0 | 1001110 | 1001000 | 111 | 101100011 | 1010100 | 111001 |
Color Harmonies of #EE3543
Complementary color
Monochromatic Colors of #EE3543
Black with #EE3543
Text Example
Text Example
White with #EE3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3543; }
p { color: rgb(238,53,67); }
H1.HeaderClassName
{
color: #EE3543;
}
.AnyTagClassName
{
color: #EE3543;
}
</style>
background-color css
<style>
a { background-color: #EE3543; }
a { background-color: rgb(238,53,67); }
div.DivClassName
{
background-color: #EE3543;
}
.BgClassName
{
background-color: #EE3543;
}
</style>
border-color css
<style>
span { border-color: #EE3543; }
span { border-color: rgb(238,53,67); }
td.TdClassName
{
border-color: #EE3543;
}
.TagClassName
{
border-color: #EE3543;
}
</style>