Shades of Amaranth #EB274C
Tints of Amaranth #EB274C
RGB
CMYK
RGB Variations
Color information
#EB274C (or 0xEB274C) is known color: Amaranth. HEX triplet: EB, 27 and 4C. RGB value is (235,39,76). Sum of RGB (Red+Green+Blue) = 235+39+76=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB274C is #14D8B3. Grayscale: #656565. Windows color (decimal): -1366196 or 4990955. OLE color: 4990955.
HSL color Cylindrical-coordinate representation of color #EB274C: hue angle of 348.67º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB274C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 76 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.08 |
| HSL | 348.67º | 0.83% | 0.54% | - |
| HSV(B) | 348.67º | 0.83% | 0.92% | - |
| XYZ | 36.29 | 19.64 | 8.71 | - |
| YUV | 101.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 76 | 0 | 0.83 | 0.68 | 0.08 | 348.67 | 0.83 | 0.54 |
| Hex | EB | 27 | 4C | 0 | 53 | 44 | 8 | 15D | 53 | 36 |
| Octal | 353 | 47 | 114 | 0 | 123 | 104 | 10 | 535 | 123 | 66 |
| Binary | 11101011 | 100111 | 1001100 | 0 | 1010011 | 1000100 | 1000 | 101011101 | 1010011 | 110110 |
Color Harmonies of #EB274C
Complementary color
Monochromatic Colors of #EB274C
Black with #EB274C
Text Example
Text Example
White with #EB274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB274C; }
p { color: rgb(235,39,76); }
H1.HeaderClassName
{
color: #EB274C;
}
.AnyTagClassName
{
color: #EB274C;
}
</style>
background-color css
<style>
a { background-color: #EB274C; }
a { background-color: rgb(235,39,76); }
div.DivClassName
{
background-color: #EB274C;
}
.BgClassName
{
background-color: #EB274C;
}
</style>
border-color css
<style>
span { border-color: #EB274C; }
span { border-color: rgb(235,39,76); }
td.TdClassName
{
border-color: #EB274C;
}
.TagClassName
{
border-color: #EB274C;
}
</style>