Shades of Flamingo #E76258
Tints of Flamingo #E76258
RGB
CMYK
RGB Variations
Color information
#E76258 (or 0xE76258) is known color: Flamingo. HEX triplet: E7, 62 and 58. RGB value is (231,98,88). Sum of RGB (Red+Green+Blue) = 231+98+88=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E76258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76258 is #189DA7. Grayscale: #888888. Windows color (decimal): -1613224 or 5792487. OLE color: 5792487.
HSL color Cylindrical-coordinate representation of color #E76258: hue angle of 4.2º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E76258 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 88 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.09 |
| HSL | 4.2º | 0.75% | 0.63% | - |
| HSV(B) | 4.2º | 0.62% | 0.91% | - |
| XYZ | 39.08 | 26.43 | 12.27 | - |
| YUV | 136.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 88 | 0 | 0.58 | 0.62 | 0.09 | 4.2 | 0.75 | 0.63 |
| Hex | E7 | 62 | 58 | 0 | 3A | 3E | 9 | 4 | 4B | 3F |
| Octal | 347 | 142 | 130 | 0 | 72 | 76 | 11 | 4 | 113 | 77 |
| Binary | 11100111 | 1100010 | 1011000 | 0 | 111010 | 111110 | 1001 | 100 | 1001011 | 111111 |
Color Harmonies of #E76258
Complementary color
Monochromatic Colors of #E76258
Black with #E76258
Text Example
Text Example
White with #E76258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76258; }
p { color: rgb(231,98,88); }
H1.HeaderClassName
{
color: #E76258;
}
.AnyTagClassName
{
color: #E76258;
}
</style>
background-color css
<style>
a { background-color: #E76258; }
a { background-color: rgb(231,98,88); }
div.DivClassName
{
background-color: #E76258;
}
.BgClassName
{
background-color: #E76258;
}
</style>
border-color css
<style>
span { border-color: #E76258; }
span { border-color: rgb(231,98,88); }
td.TdClassName
{
border-color: #E76258;
}
.TagClassName
{
border-color: #E76258;
}
</style>