Shades of Amaranth #EE365A
Tints of Amaranth #EE365A
RGB
CMYK
RGB Variations
Color information
#EE365A (or 0xEE365A) is known color: Amaranth. HEX triplet: EE, 36 and 5A. RGB value is (238,54,90). Sum of RGB (Red+Green+Blue) = 238+54+90=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE365A is #11C9A5. Grayscale: #717171. Windows color (decimal): -1165734 or 5912302. OLE color: 5912302.
HSL color Cylindrical-coordinate representation of color #EE365A: hue angle of 348.26º 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 #EE365A is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 90 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.07 |
| HSL | 348.26º | 0.84% | 0.57% | - |
| HSV(B) | 348.26º | 0.77% | 0.93% | - |
| XYZ | 38.42 | 21.55 | 11.81 | - |
| YUV | 113.12 | 114.96 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 90 | 0 | 0.77 | 0.62 | 0.07 | 348.26 | 0.84 | 0.57 |
| Hex | EE | 36 | 5A | 0 | 4D | 3E | 7 | 15C | 54 | 39 |
| Octal | 356 | 66 | 132 | 0 | 115 | 76 | 7 | 534 | 124 | 71 |
| Binary | 11101110 | 110110 | 1011010 | 0 | 1001101 | 111110 | 111 | 101011100 | 1010100 | 111001 |
Color Harmonies of #EE365A
Complementary color
Monochromatic Colors of #EE365A
Black with #EE365A
Text Example
Text Example
White with #EE365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE365A; }
p { color: rgb(238,54,90); }
H1.HeaderClassName
{
color: #EE365A;
}
.AnyTagClassName
{
color: #EE365A;
}
</style>
background-color css
<style>
a { background-color: #EE365A; }
a { background-color: rgb(238,54,90); }
div.DivClassName
{
background-color: #EE365A;
}
.BgClassName
{
background-color: #EE365A;
}
</style>
border-color css
<style>
span { border-color: #EE365A; }
span { border-color: rgb(238,54,90); }
td.TdClassName
{
border-color: #EE365A;
}
.TagClassName
{
border-color: #EE365A;
}
</style>