Shades of Amaranth #EE335B
Tints of Amaranth #EE335B
RGB
CMYK
RGB Variations
Color information
#EE335B (or 0xEE335B) is known color: Amaranth. HEX triplet: EE, 33 and 5B. RGB value is (238,51,91). Sum of RGB (Red+Green+Blue) = 238+51+91=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE335B is #11CCA4. Grayscale: #6F6F6F. Windows color (decimal): -1166501 or 5977070. OLE color: 5977070.
HSL color Cylindrical-coordinate representation of color #EE335B: hue angle of 347.17º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE335B is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 91 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.07 |
| HSL | 347.17º | 0.85% | 0.57% | - |
| HSV(B) | 347.17º | 0.79% | 0.93% | - |
| XYZ | 38.33 | 21.3 | 11.99 | - |
| YUV | 111.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 91 | 0 | 0.79 | 0.62 | 0.07 | 347.17 | 0.85 | 0.57 |
| Hex | EE | 33 | 5B | 0 | 4F | 3E | 7 | 15B | 55 | 39 |
| Octal | 356 | 63 | 133 | 0 | 117 | 76 | 7 | 533 | 125 | 71 |
| Binary | 11101110 | 110011 | 1011011 | 0 | 1001111 | 111110 | 111 | 101011011 | 1010101 | 111001 |
Color Harmonies of #EE335B
Complementary color
Monochromatic Colors of #EE335B
Black with #EE335B
Text Example
Text Example
White with #EE335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE335B; }
p { color: rgb(238,51,91); }
H1.HeaderClassName
{
color: #EE335B;
}
.AnyTagClassName
{
color: #EE335B;
}
</style>
background-color css
<style>
a { background-color: #EE335B; }
a { background-color: rgb(238,51,91); }
div.DivClassName
{
background-color: #EE335B;
}
.BgClassName
{
background-color: #EE335B;
}
</style>
border-color css
<style>
span { border-color: #EE335B; }
span { border-color: rgb(238,51,91); }
td.TdClassName
{
border-color: #EE335B;
}
.TagClassName
{
border-color: #EE335B;
}
</style>