Shades of Amaranth #EE3350
Tints of Amaranth #EE3350
RGB
CMYK
RGB Variations
Color information
#EE3350 (or 0xEE3350) is known color: Amaranth. HEX triplet: EE, 33 and 50. RGB value is (238,51,80). Sum of RGB (Red+Green+Blue) = 238+51+80=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3350 is #11CCAF. Grayscale: #6E6E6E. Windows color (decimal): -1166512 or 5256174. OLE color: 5256174.
HSL color Cylindrical-coordinate representation of color #EE3350: hue angle of 350.7º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3350 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 80 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.07 |
| HSL | 350.7º | 0.85% | 0.57% | - |
| HSV(B) | 350.7º | 0.79% | 0.93% | - |
| XYZ | 37.89 | 21.12 | 9.67 | - |
| YUV | 110.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 80 | 0 | 0.79 | 0.66 | 0.07 | 350.7 | 0.85 | 0.57 |
| Hex | EE | 33 | 50 | 0 | 4F | 42 | 7 | 15F | 55 | 39 |
| Octal | 356 | 63 | 120 | 0 | 117 | 102 | 7 | 537 | 125 | 71 |
| Binary | 11101110 | 110011 | 1010000 | 0 | 1001111 | 1000010 | 111 | 101011111 | 1010101 | 111001 |
Color Harmonies of #EE3350
Complementary color
Monochromatic Colors of #EE3350
Black with #EE3350
Text Example
Text Example
White with #EE3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3350; }
p { color: rgb(238,51,80); }
H1.HeaderClassName
{
color: #EE3350;
}
.AnyTagClassName
{
color: #EE3350;
}
</style>
background-color css
<style>
a { background-color: #EE3350; }
a { background-color: rgb(238,51,80); }
div.DivClassName
{
background-color: #EE3350;
}
.BgClassName
{
background-color: #EE3350;
}
</style>
border-color css
<style>
span { border-color: #EE3350; }
span { border-color: rgb(238,51,80); }
td.TdClassName
{
border-color: #EE3350;
}
.TagClassName
{
border-color: #EE3350;
}
</style>