Shades of Amaranth #EE204B
Tints of Amaranth #EE204B
RGB
CMYK
RGB Variations
Color information
#EE204B (or 0xEE204B) is known color: Amaranth. HEX triplet: EE, 20 and 4B. RGB value is (238,32,75). Sum of RGB (Red+Green+Blue) = 238+32+75=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE204B is #11DFB4. Grayscale: #626262. Windows color (decimal): -1171381 or 4923630. OLE color: 4923630.
HSL color Cylindrical-coordinate representation of color #EE204B: hue angle of 347.48º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE204B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 75 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.07 |
| HSL | 347.48º | 0.86% | 0.53% | - |
| HSV(B) | 347.48º | 0.87% | 0.93% | - |
| XYZ | 37.05 | 19.72 | 8.51 | - |
| YUV | 98.5 | 114.75 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 75 | 0 | 0.87 | 0.68 | 0.07 | 347.48 | 0.86 | 0.53 |
| Hex | EE | 20 | 4B | 0 | 57 | 44 | 7 | 15B | 56 | 35 |
| Octal | 356 | 40 | 113 | 0 | 127 | 104 | 7 | 533 | 126 | 65 |
| Binary | 11101110 | 100000 | 1001011 | 0 | 1010111 | 1000100 | 111 | 101011011 | 1010110 | 110101 |
Color Harmonies of #EE204B
Complementary color
Monochromatic Colors of #EE204B
Black with #EE204B
Text Example
Text Example
White with #EE204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE204B; }
p { color: rgb(238,32,75); }
H1.HeaderClassName
{
color: #EE204B;
}
.AnyTagClassName
{
color: #EE204B;
}
</style>
background-color css
<style>
a { background-color: #EE204B; }
a { background-color: rgb(238,32,75); }
div.DivClassName
{
background-color: #EE204B;
}
.BgClassName
{
background-color: #EE204B;
}
</style>
border-color css
<style>
span { border-color: #EE204B; }
span { border-color: rgb(238,32,75); }
td.TdClassName
{
border-color: #EE204B;
}
.TagClassName
{
border-color: #EE204B;
}
</style>