Shades of Flamingo #E8534F
Tints of Flamingo #E8534F
RGB
CMYK
RGB Variations
Color information
#E8534F (or 0xE8534F) is known color: Flamingo. HEX triplet: E8, 53 and 4F. RGB value is (232,83,79). Sum of RGB (Red+Green+Blue) = 232+83+79=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8534F is #17ACB0. Grayscale: #7F7F7F. Windows color (decimal): -1551537 or 5198824. OLE color: 5198824.
HSL color Cylindrical-coordinate representation of color #E8534F: hue angle of 1.57º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8534F is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 79 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.09 |
| HSL | 1.57º | 0.77% | 0.61% | - |
| HSV(B) | 1.57º | 0.66% | 0.91% | - |
| XYZ | 37.78 | 23.91 | 10.02 | - |
| YUV | 127.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 79 | 0 | 0.64 | 0.66 | 0.09 | 1.57 | 0.77 | 0.61 |
| Hex | E8 | 53 | 4F | 0 | 40 | 42 | 9 | 2 | 4D | 3D |
| Octal | 350 | 123 | 117 | 0 | 100 | 102 | 11 | 2 | 115 | 75 |
| Binary | 11101000 | 1010011 | 1001111 | 0 | 1000000 | 1000010 | 1001 | 10 | 1001101 | 111101 |
Color Harmonies of #E8534F
Complementary color
Monochromatic Colors of #E8534F
Black with #E8534F
Text Example
Text Example
White with #E8534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8534F; }
p { color: rgb(232,83,79); }
H1.HeaderClassName
{
color: #E8534F;
}
.AnyTagClassName
{
color: #E8534F;
}
</style>
background-color css
<style>
a { background-color: #E8534F; }
a { background-color: rgb(232,83,79); }
div.DivClassName
{
background-color: #E8534F;
}
.BgClassName
{
background-color: #E8534F;
}
</style>
border-color css
<style>
span { border-color: #E8534F; }
span { border-color: rgb(232,83,79); }
td.TdClassName
{
border-color: #E8534F;
}
.TagClassName
{
border-color: #E8534F;
}
</style>