Shades of Flamingo #E65654
Tints of Flamingo #E65654
RGB
CMYK
RGB Variations
Color information
#E65654 (or 0xE65654) is known color: Flamingo. HEX triplet: E6, 56 and 54. RGB value is (230,86,84). Sum of RGB (Red+Green+Blue) = 230+86+84=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E65654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65654 is #19A9AB. Grayscale: #808080. Windows color (decimal): -1681836 or 5527270. OLE color: 5527270.
HSL color Cylindrical-coordinate representation of color #E65654: hue angle of 0.82º 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 #E65654 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 84 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.10 |
| HSL | 0.82º | 0.74% | 0.62% | - |
| HSV(B) | 0.82º | 0.63% | 0.9% | - |
| XYZ | 37.56 | 24.12 | 11.06 | - |
| YUV | 128.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 84 | 0 | 0.63 | 0.63 | 0.10 | 0.82 | 0.74 | 0.62 |
| Hex | E6 | 56 | 54 | 0 | 3F | 3F | A | 1 | 4A | 3E |
| Octal | 346 | 126 | 124 | 0 | 77 | 77 | 12 | 1 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1010100 | 0 | 111111 | 111111 | 1010 | 1 | 1001010 | 111110 |
Color Harmonies of #E65654
Complementary color
Monochromatic Colors of #E65654
Black with #E65654
Text Example
Text Example
White with #E65654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65654; }
p { color: rgb(230,86,84); }
H1.HeaderClassName
{
color: #E65654;
}
.AnyTagClassName
{
color: #E65654;
}
</style>
background-color css
<style>
a { background-color: #E65654; }
a { background-color: rgb(230,86,84); }
div.DivClassName
{
background-color: #E65654;
}
.BgClassName
{
background-color: #E65654;
}
</style>
border-color css
<style>
span { border-color: #E65654; }
span { border-color: rgb(230,86,84); }
td.TdClassName
{
border-color: #E65654;
}
.TagClassName
{
border-color: #E65654;
}
</style>