Shades of Flamingo #E6564B
Tints of Flamingo #E6564B
RGB
CMYK
RGB Variations
Color information
#E6564B (or 0xE6564B) is known color: Flamingo. HEX triplet: E6, 56 and 4B. RGB value is (230,86,75). Sum of RGB (Red+Green+Blue) = 230+86+75=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6564B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6564B is #19A9B4. Grayscale: #7F7F7F. Windows color (decimal): -1681845 or 4937446. OLE color: 4937446.
HSL color Cylindrical-coordinate representation of color #E6564B: hue angle of 4.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6564B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 75 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.10 |
| HSL | 4.26º | 0.76% | 0.6% | - |
| HSV(B) | 4.26º | 0.67% | 0.9% | - |
| XYZ | 37.23 | 23.99 | 9.32 | - |
| YUV | 127.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 75 | 0 | 0.63 | 0.67 | 0.10 | 4.26 | 0.76 | 0.6 |
| Hex | E6 | 56 | 4B | 0 | 3F | 43 | A | 4 | 4C | 3C |
| Octal | 346 | 126 | 113 | 0 | 77 | 103 | 12 | 4 | 114 | 74 |
| Binary | 11100110 | 1010110 | 1001011 | 0 | 111111 | 1000011 | 1010 | 100 | 1001100 | 111100 |
Color Harmonies of #E6564B
Complementary color
Monochromatic Colors of #E6564B
Black with #E6564B
Text Example
Text Example
White with #E6564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6564B; }
p { color: rgb(230,86,75); }
H1.HeaderClassName
{
color: #E6564B;
}
.AnyTagClassName
{
color: #E6564B;
}
</style>
background-color css
<style>
a { background-color: #E6564B; }
a { background-color: rgb(230,86,75); }
div.DivClassName
{
background-color: #E6564B;
}
.BgClassName
{
background-color: #E6564B;
}
</style>
border-color css
<style>
span { border-color: #E6564B; }
span { border-color: rgb(230,86,75); }
td.TdClassName
{
border-color: #E6564B;
}
.TagClassName
{
border-color: #E6564B;
}
</style>