Shades of Amaranth #EE1C4B
Tints of Amaranth #EE1C4B
RGB
CMYK
RGB Variations
Color information
#EE1C4B (or 0xEE1C4B) is known color: Amaranth. HEX triplet: EE, 1C and 4B. RGB value is (238,28,75). Sum of RGB (Red+Green+Blue) = 238+28+75=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1C4B is #11E3B4. Grayscale: #606060. Windows color (decimal): -1172405 or 4922606. OLE color: 4922606.
HSL color Cylindrical-coordinate representation of color #EE1C4B: hue angle of 346.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1C4B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 75 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.07 |
| HSL | 346.57º | 0.86% | 0.52% | - |
| HSV(B) | 346.57º | 0.88% | 0.93% | - |
| XYZ | 36.95 | 19.52 | 8.48 | - |
| YUV | 96.15 | 116.07 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 75 | 0 | 0.88 | 0.68 | 0.07 | 346.57 | 0.86 | 0.52 |
| Hex | EE | 1C | 4B | 0 | 58 | 44 | 7 | 15B | 56 | 34 |
| Octal | 356 | 34 | 113 | 0 | 130 | 104 | 7 | 533 | 126 | 64 |
| Binary | 11101110 | 11100 | 1001011 | 0 | 1011000 | 1000100 | 111 | 101011011 | 1010110 | 110100 |
Color Harmonies of #EE1C4B
Complementary color
Monochromatic Colors of #EE1C4B
Black with #EE1C4B
Text Example
Text Example
White with #EE1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1C4B; }
p { color: rgb(238,28,75); }
H1.HeaderClassName
{
color: #EE1C4B;
}
.AnyTagClassName
{
color: #EE1C4B;
}
</style>
background-color css
<style>
a { background-color: #EE1C4B; }
a { background-color: rgb(238,28,75); }
div.DivClassName
{
background-color: #EE1C4B;
}
.BgClassName
{
background-color: #EE1C4B;
}
</style>
border-color css
<style>
span { border-color: #EE1C4B; }
span { border-color: rgb(238,28,75); }
td.TdClassName
{
border-color: #EE1C4B;
}
.TagClassName
{
border-color: #EE1C4B;
}
</style>