Shades of Amaranth #EE274B
Tints of Amaranth #EE274B
RGB
CMYK
RGB Variations
Color information
#EE274B (or 0xEE274B) is known color: Amaranth. HEX triplet: EE, 27 and 4B. RGB value is (238,39,75). Sum of RGB (Red+Green+Blue) = 238+39+75=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE274B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE274B is #11D8B4. Grayscale: #666666. Windows color (decimal): -1169589 or 4925422. OLE color: 4925422.
HSL color Cylindrical-coordinate representation of color #EE274B: hue angle of 349.15º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE274B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 75 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 349.15º | 0.85% | 0.54% | - |
| HSV(B) | 349.15º | 0.84% | 0.93% | - |
| XYZ | 37.26 | 20.14 | 8.58 | - |
| YUV | 102.61 | 112.43 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 75 | 0 | 0.84 | 0.68 | 0.07 | 349.15 | 0.85 | 0.54 |
| Hex | EE | 27 | 4B | 0 | 54 | 44 | 7 | 15D | 55 | 36 |
| Octal | 356 | 47 | 113 | 0 | 124 | 104 | 7 | 535 | 125 | 66 |
| Binary | 11101110 | 100111 | 1001011 | 0 | 1010100 | 1000100 | 111 | 101011101 | 1010101 | 110110 |
Color Harmonies of #EE274B
Complementary color
Monochromatic Colors of #EE274B
Black with #EE274B
Text Example
Text Example
White with #EE274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE274B; }
p { color: rgb(238,39,75); }
H1.HeaderClassName
{
color: #EE274B;
}
.AnyTagClassName
{
color: #EE274B;
}
</style>
background-color css
<style>
a { background-color: #EE274B; }
a { background-color: rgb(238,39,75); }
div.DivClassName
{
background-color: #EE274B;
}
.BgClassName
{
background-color: #EE274B;
}
</style>
border-color css
<style>
span { border-color: #EE274B; }
span { border-color: rgb(238,39,75); }
td.TdClassName
{
border-color: #EE274B;
}
.TagClassName
{
border-color: #EE274B;
}
</style>