Shades of Amaranth #EE414B
Tints of Amaranth #EE414B
RGB
CMYK
RGB Variations
Color information
#EE414B (or 0xEE414B) is known color: Amaranth. HEX triplet: EE, 41 and 4B. RGB value is (238,65,75). Sum of RGB (Red+Green+Blue) = 238+65+75=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE414B is #11BEB4. Grayscale: #767676. Windows color (decimal): -1162933 or 4932078. OLE color: 4932078.
HSL color Cylindrical-coordinate representation of color #EE414B: hue angle of 356.53º 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 #EE414B is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 75 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.07 |
| HSL | 356.53º | 0.84% | 0.59% | - |
| HSV(B) | 356.53º | 0.73% | 0.93% | - |
| XYZ | 38.42 | 22.47 | 8.97 | - |
| YUV | 117.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 75 | 0 | 0.73 | 0.68 | 0.07 | 356.53 | 0.84 | 0.59 |
| Hex | EE | 41 | 4B | 0 | 49 | 44 | 7 | 165 | 54 | 3B |
| Octal | 356 | 101 | 113 | 0 | 111 | 104 | 7 | 545 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1001011 | 0 | 1001001 | 1000100 | 111 | 101100101 | 1010100 | 111011 |
Color Harmonies of #EE414B
Complementary color
Monochromatic Colors of #EE414B
Black with #EE414B
Text Example
Text Example
White with #EE414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE414B; }
p { color: rgb(238,65,75); }
H1.HeaderClassName
{
color: #EE414B;
}
.AnyTagClassName
{
color: #EE414B;
}
</style>
background-color css
<style>
a { background-color: #EE414B; }
a { background-color: rgb(238,65,75); }
div.DivClassName
{
background-color: #EE414B;
}
.BgClassName
{
background-color: #EE414B;
}
</style>
border-color css
<style>
span { border-color: #EE414B; }
span { border-color: rgb(238,65,75); }
td.TdClassName
{
border-color: #EE414B;
}
.TagClassName
{
border-color: #EE414B;
}
</style>