Shades of Amaranth #EE1E4B
Tints of Amaranth #EE1E4B
RGB
CMYK
RGB Variations
Color information
#EE1E4B (or 0xEE1E4B) is known color: Amaranth. HEX triplet: EE, 1E and 4B. RGB value is (238,30,75). Sum of RGB (Red+Green+Blue) = 238+30+75=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1E4B is #11E1B4. Grayscale: #616161. Windows color (decimal): -1171893 or 4923118. OLE color: 4923118.
HSL color Cylindrical-coordinate representation of color #EE1E4B: hue angle of 347.02º 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 #EE1E4B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 75 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.07 |
| HSL | 347.02º | 0.86% | 0.53% | - |
| HSV(B) | 347.02º | 0.87% | 0.93% | - |
| XYZ | 36.99 | 19.61 | 8.49 | - |
| YUV | 97.32 | 115.41 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 75 | 0 | 0.87 | 0.68 | 0.07 | 347.02 | 0.86 | 0.53 |
| Hex | EE | 1E | 4B | 0 | 57 | 44 | 7 | 15B | 56 | 35 |
| Octal | 356 | 36 | 113 | 0 | 127 | 104 | 7 | 533 | 126 | 65 |
| Binary | 11101110 | 11110 | 1001011 | 0 | 1010111 | 1000100 | 111 | 101011011 | 1010110 | 110101 |
Color Harmonies of #EE1E4B
Complementary color
Monochromatic Colors of #EE1E4B
Black with #EE1E4B
Text Example
Text Example
White with #EE1E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E4B; }
p { color: rgb(238,30,75); }
H1.HeaderClassName
{
color: #EE1E4B;
}
.AnyTagClassName
{
color: #EE1E4B;
}
</style>
background-color css
<style>
a { background-color: #EE1E4B; }
a { background-color: rgb(238,30,75); }
div.DivClassName
{
background-color: #EE1E4B;
}
.BgClassName
{
background-color: #EE1E4B;
}
</style>
border-color css
<style>
span { border-color: #EE1E4B; }
span { border-color: rgb(238,30,75); }
td.TdClassName
{
border-color: #EE1E4B;
}
.TagClassName
{
border-color: #EE1E4B;
}
</style>