Shades of Amaranth #ED334B
Tints of Amaranth #ED334B
RGB
CMYK
RGB Variations
Color information
#ED334B (or 0xED334B) is known color: Amaranth. HEX triplet: ED, 33 and 4B. RGB value is (237,51,75). Sum of RGB (Red+Green+Blue) = 237+51+75=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED334B is #12CCB4. Grayscale: #6D6D6D. Windows color (decimal): -1232053 or 4928493. OLE color: 4928493.
HSL color Cylindrical-coordinate representation of color #ED334B: hue angle of 352.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED334B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 75 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.07 |
| HSL | 352.26º | 0.84% | 0.56% | - |
| HSV(B) | 352.26º | 0.78% | 0.93% | - |
| XYZ | 37.38 | 20.88 | 8.72 | - |
| YUV | 109.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 75 | 0 | 0.78 | 0.68 | 0.07 | 352.26 | 0.84 | 0.56 |
| Hex | ED | 33 | 4B | 0 | 4E | 44 | 7 | 160 | 54 | 38 |
| Octal | 355 | 63 | 113 | 0 | 116 | 104 | 7 | 540 | 124 | 70 |
| Binary | 11101101 | 110011 | 1001011 | 0 | 1001110 | 1000100 | 111 | 101100000 | 1010100 | 111000 |
Color Harmonies of #ED334B
Complementary color
Monochromatic Colors of #ED334B
Black with #ED334B
Text Example
Text Example
White with #ED334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED334B; }
p { color: rgb(237,51,75); }
H1.HeaderClassName
{
color: #ED334B;
}
.AnyTagClassName
{
color: #ED334B;
}
</style>
background-color css
<style>
a { background-color: #ED334B; }
a { background-color: rgb(237,51,75); }
div.DivClassName
{
background-color: #ED334B;
}
.BgClassName
{
background-color: #ED334B;
}
</style>
border-color css
<style>
span { border-color: #ED334B; }
span { border-color: rgb(237,51,75); }
td.TdClassName
{
border-color: #ED334B;
}
.TagClassName
{
border-color: #ED334B;
}
</style>