Shades of Amaranth #EE305A
Tints of Amaranth #EE305A
RGB
CMYK
RGB Variations
Color information
#EE305A (or 0xEE305A) is known color: Amaranth. HEX triplet: EE, 30 and 5A. RGB value is (238,48,90). Sum of RGB (Red+Green+Blue) = 238+48+90=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE305A is #11CFA5. Grayscale: #6D6D6D. Windows color (decimal): -1167270 or 5910766. OLE color: 5910766.
HSL color Cylindrical-coordinate representation of color #EE305A: hue angle of 346.74º 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 #EE305A is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 90 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.07 |
| HSL | 346.74º | 0.85% | 0.56% | - |
| HSV(B) | 346.74º | 0.8% | 0.93% | - |
| XYZ | 38.16 | 21.03 | 11.72 | - |
| YUV | 109.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 90 | 0 | 0.80 | 0.62 | 0.07 | 346.74 | 0.85 | 0.56 |
| Hex | EE | 30 | 5A | 0 | 50 | 3E | 7 | 15B | 55 | 38 |
| Octal | 356 | 60 | 132 | 0 | 120 | 76 | 7 | 533 | 125 | 70 |
| Binary | 11101110 | 110000 | 1011010 | 0 | 1010000 | 111110 | 111 | 101011011 | 1010101 | 111000 |
Color Harmonies of #EE305A
Complementary color
Monochromatic Colors of #EE305A
Black with #EE305A
Text Example
Text Example
White with #EE305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE305A; }
p { color: rgb(238,48,90); }
H1.HeaderClassName
{
color: #EE305A;
}
.AnyTagClassName
{
color: #EE305A;
}
</style>
background-color css
<style>
a { background-color: #EE305A; }
a { background-color: rgb(238,48,90); }
div.DivClassName
{
background-color: #EE305A;
}
.BgClassName
{
background-color: #EE305A;
}
</style>
border-color css
<style>
span { border-color: #EE305A; }
span { border-color: rgb(238,48,90); }
td.TdClassName
{
border-color: #EE305A;
}
.TagClassName
{
border-color: #EE305A;
}
</style>