Shades of Flamingo #E65F59
Tints of Flamingo #E65F59
RGB
CMYK
RGB Variations
Color information
#E65F59 (or 0xE65F59) is known color: Flamingo. HEX triplet: E6, 5F and 59. RGB value is (230,95,89). Sum of RGB (Red+Green+Blue) = 230+95+89=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F59 is #19A0A6. Grayscale: #868686. Windows color (decimal): -1679527 or 5857254. OLE color: 5857254.
HSL color Cylindrical-coordinate representation of color #E65F59: hue angle of 2.55º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65F59 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 89 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.10 |
| HSL | 2.55º | 0.74% | 0.63% | - |
| HSV(B) | 2.55º | 0.61% | 0.9% | - |
| XYZ | 38.53 | 25.73 | 12.39 | - |
| YUV | 134.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 89 | 0 | 0.59 | 0.61 | 0.10 | 2.55 | 0.74 | 0.63 |
| Hex | E6 | 5F | 59 | 0 | 3B | 3D | A | 3 | 4A | 3F |
| Octal | 346 | 137 | 131 | 0 | 73 | 75 | 12 | 3 | 112 | 77 |
| Binary | 11100110 | 1011111 | 1011001 | 0 | 111011 | 111101 | 1010 | 11 | 1001010 | 111111 |
Color Harmonies of #E65F59
Complementary color
Monochromatic Colors of #E65F59
Black with #E65F59
Text Example
Text Example
White with #E65F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F59; }
p { color: rgb(230,95,89); }
H1.HeaderClassName
{
color: #E65F59;
}
.AnyTagClassName
{
color: #E65F59;
}
</style>
background-color css
<style>
a { background-color: #E65F59; }
a { background-color: rgb(230,95,89); }
div.DivClassName
{
background-color: #E65F59;
}
.BgClassName
{
background-color: #E65F59;
}
</style>
border-color css
<style>
span { border-color: #E65F59; }
span { border-color: rgb(230,95,89); }
td.TdClassName
{
border-color: #E65F59;
}
.TagClassName
{
border-color: #E65F59;
}
</style>