Shades of Flamingo #E65F54
Tints of Flamingo #E65F54
RGB
CMYK
RGB Variations
Color information
#E65F54 (or 0xE65F54) is known color: Flamingo. HEX triplet: E6, 5F and 54. RGB value is (230,95,84). Sum of RGB (Red+Green+Blue) = 230+95+84=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F54 is #19A0AB. Grayscale: #868686. Windows color (decimal): -1679532 or 5529574. OLE color: 5529574.
HSL color Cylindrical-coordinate representation of color #E65F54: hue angle of 4.52º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65F54 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 84 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.10 |
| HSL | 4.52º | 0.74% | 0.62% | - |
| HSV(B) | 4.52º | 0.63% | 0.9% | - |
| XYZ | 38.33 | 25.65 | 11.32 | - |
| YUV | 134.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 84 | 0 | 0.59 | 0.63 | 0.10 | 4.52 | 0.74 | 0.62 |
| Hex | E6 | 5F | 54 | 0 | 3B | 3F | A | 5 | 4A | 3E |
| Octal | 346 | 137 | 124 | 0 | 73 | 77 | 12 | 5 | 112 | 76 |
| Binary | 11100110 | 1011111 | 1010100 | 0 | 111011 | 111111 | 1010 | 101 | 1001010 | 111110 |
Color Harmonies of #E65F54
Complementary color
Monochromatic Colors of #E65F54
Black with #E65F54
Text Example
Text Example
White with #E65F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F54; }
p { color: rgb(230,95,84); }
H1.HeaderClassName
{
color: #E65F54;
}
.AnyTagClassName
{
color: #E65F54;
}
</style>
background-color css
<style>
a { background-color: #E65F54; }
a { background-color: rgb(230,95,84); }
div.DivClassName
{
background-color: #E65F54;
}
.BgClassName
{
background-color: #E65F54;
}
</style>
border-color css
<style>
span { border-color: #E65F54; }
span { border-color: rgb(230,95,84); }
td.TdClassName
{
border-color: #E65F54;
}
.TagClassName
{
border-color: #E65F54;
}
</style>