Shades of Amaranth #EF454B
Tints of Amaranth #EF454B
RGB
CMYK
RGB Variations
Color information
#EF454B (or 0xEF454B) is known color: Amaranth. HEX triplet: EF, 45 and 4B. RGB value is (239,69,75). Sum of RGB (Red+Green+Blue) = 239+69+75=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF454B is #10BAB4. Grayscale: #787878. Windows color (decimal): -1096373 or 4933103. OLE color: 4933103.
HSL color Cylindrical-coordinate representation of color #EF454B: hue angle of 357.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF454B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 75 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.06 |
| HSL | 357.88º | 0.84% | 0.6% | - |
| HSV(B) | 357.88º | 0.71% | 0.94% | - |
| XYZ | 38.99 | 23.11 | 9.06 | - |
| YUV | 120.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 75 | 0 | 0.71 | 0.69 | 0.06 | 357.88 | 0.84 | 0.6 |
| Hex | EF | 45 | 4B | 0 | 47 | 45 | 6 | 166 | 54 | 3C |
| Octal | 357 | 105 | 113 | 0 | 107 | 105 | 6 | 546 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1001011 | 0 | 1000111 | 1000101 | 110 | 101100110 | 1010100 | 111100 |
Color Harmonies of #EF454B
Complementary color
Monochromatic Colors of #EF454B
Black with #EF454B
Text Example
Text Example
White with #EF454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF454B; }
p { color: rgb(239,69,75); }
H1.HeaderClassName
{
color: #EF454B;
}
.AnyTagClassName
{
color: #EF454B;
}
</style>
background-color css
<style>
a { background-color: #EF454B; }
a { background-color: rgb(239,69,75); }
div.DivClassName
{
background-color: #EF454B;
}
.BgClassName
{
background-color: #EF454B;
}
</style>
border-color css
<style>
span { border-color: #EF454B; }
span { border-color: rgb(239,69,75); }
td.TdClassName
{
border-color: #EF454B;
}
.TagClassName
{
border-color: #EF454B;
}
</style>