Shades of Amaranth #EE404B
Tints of Amaranth #EE404B
RGB
CMYK
RGB Variations
Color information
#EE404B (or 0xEE404B) is known color: Amaranth. HEX triplet: EE, 40 and 4B. RGB value is (238,64,75). Sum of RGB (Red+Green+Blue) = 238+64+75=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE404B is #11BFB4. Grayscale: #757575. Windows color (decimal): -1163189 or 4931822. OLE color: 4931822.
HSL color Cylindrical-coordinate representation of color #EE404B: hue angle of 356.21º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE404B is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 75 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.07 |
| HSL | 356.21º | 0.84% | 0.59% | - |
| HSV(B) | 356.21º | 0.73% | 0.93% | - |
| XYZ | 38.36 | 22.35 | 8.95 | - |
| YUV | 117.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 75 | 0 | 0.73 | 0.68 | 0.07 | 356.21 | 0.84 | 0.59 |
| Hex | EE | 40 | 4B | 0 | 49 | 44 | 7 | 164 | 54 | 3B |
| Octal | 356 | 100 | 113 | 0 | 111 | 104 | 7 | 544 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1001011 | 0 | 1001001 | 1000100 | 111 | 101100100 | 1010100 | 111011 |
Color Harmonies of #EE404B
Complementary color
Monochromatic Colors of #EE404B
Black with #EE404B
Text Example
Text Example
White with #EE404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE404B; }
p { color: rgb(238,64,75); }
H1.HeaderClassName
{
color: #EE404B;
}
.AnyTagClassName
{
color: #EE404B;
}
</style>
background-color css
<style>
a { background-color: #EE404B; }
a { background-color: rgb(238,64,75); }
div.DivClassName
{
background-color: #EE404B;
}
.BgClassName
{
background-color: #EE404B;
}
</style>
border-color css
<style>
span { border-color: #EE404B; }
span { border-color: rgb(238,64,75); }
td.TdClassName
{
border-color: #EE404B;
}
.TagClassName
{
border-color: #EE404B;
}
</style>