Shades of Amaranth #EE3045
Tints of Amaranth #EE3045
RGB
CMYK
RGB Variations
Color information
#EE3045 (or 0xEE3045) is known color: Amaranth. HEX triplet: EE, 30 and 45. RGB value is (238,48,69). Sum of RGB (Red+Green+Blue) = 238+48+69=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3045 is #11CFBA. Grayscale: #6B6B6B. Windows color (decimal): -1167291 or 4534510. OLE color: 4534510.
HSL color Cylindrical-coordinate representation of color #EE3045: hue angle of 353.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3045 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 69 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.07 |
| HSL | 353.37º | 0.85% | 0.56% | - |
| HSV(B) | 353.37º | 0.8% | 0.93% | - |
| XYZ | 37.39 | 20.72 | 7.66 | - |
| YUV | 107.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 69 | 0 | 0.80 | 0.71 | 0.07 | 353.37 | 0.85 | 0.56 |
| Hex | EE | 30 | 45 | 0 | 50 | 47 | 7 | 161 | 55 | 38 |
| Octal | 356 | 60 | 105 | 0 | 120 | 107 | 7 | 541 | 125 | 70 |
| Binary | 11101110 | 110000 | 1000101 | 0 | 1010000 | 1000111 | 111 | 101100001 | 1010101 | 111000 |
Color Harmonies of #EE3045
Complementary color
Monochromatic Colors of #EE3045
Black with #EE3045
Text Example
Text Example
White with #EE3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3045; }
p { color: rgb(238,48,69); }
H1.HeaderClassName
{
color: #EE3045;
}
.AnyTagClassName
{
color: #EE3045;
}
</style>
background-color css
<style>
a { background-color: #EE3045; }
a { background-color: rgb(238,48,69); }
div.DivClassName
{
background-color: #EE3045;
}
.BgClassName
{
background-color: #EE3045;
}
</style>
border-color css
<style>
span { border-color: #EE3045; }
span { border-color: rgb(238,48,69); }
td.TdClassName
{
border-color: #EE3045;
}
.TagClassName
{
border-color: #EE3045;
}
</style>