Shades of Amaranth #EE424B
Tints of Amaranth #EE424B
RGB
CMYK
RGB Variations
Color information
#EE424B (or 0xEE424B) is known color: Amaranth. HEX triplet: EE, 42 and 4B. RGB value is (238,66,75). Sum of RGB (Red+Green+Blue) = 238+66+75=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE424B is #11BDB4. Grayscale: #767676. Windows color (decimal): -1162677 or 4932334. OLE color: 4932334.
HSL color Cylindrical-coordinate representation of color #EE424B: hue angle of 356.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE424B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 75 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.07 |
| HSL | 356.86º | 0.83% | 0.6% | - |
| HSV(B) | 356.86º | 0.72% | 0.93% | - |
| XYZ | 38.48 | 22.58 | 8.99 | - |
| YUV | 118.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 75 | 0 | 0.72 | 0.68 | 0.07 | 356.86 | 0.83 | 0.6 |
| Hex | EE | 42 | 4B | 0 | 48 | 44 | 7 | 165 | 53 | 3C |
| Octal | 356 | 102 | 113 | 0 | 110 | 104 | 7 | 545 | 123 | 74 |
| Binary | 11101110 | 1000010 | 1001011 | 0 | 1001000 | 1000100 | 111 | 101100101 | 1010011 | 111100 |
Color Harmonies of #EE424B
Complementary color
Monochromatic Colors of #EE424B
Black with #EE424B
Text Example
Text Example
White with #EE424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE424B; }
p { color: rgb(238,66,75); }
H1.HeaderClassName
{
color: #EE424B;
}
.AnyTagClassName
{
color: #EE424B;
}
</style>
background-color css
<style>
a { background-color: #EE424B; }
a { background-color: rgb(238,66,75); }
div.DivClassName
{
background-color: #EE424B;
}
.BgClassName
{
background-color: #EE424B;
}
</style>
border-color css
<style>
span { border-color: #EE424B; }
span { border-color: rgb(238,66,75); }
td.TdClassName
{
border-color: #EE424B;
}
.TagClassName
{
border-color: #EE424B;
}
</style>