Shades of Flamingo #EE564F
Tints of Flamingo #EE564F
RGB
CMYK
RGB Variations
Color information
#EE564F (or 0xEE564F) is known color: Flamingo. HEX triplet: EE, 56 and 4F. RGB value is (238,86,79). Sum of RGB (Red+Green+Blue) = 238+86+79=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE564F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE564F is #11A9B0. Grayscale: #828282. Windows color (decimal): -1157553 or 5199598. OLE color: 5199598.
HSL color Cylindrical-coordinate representation of color #EE564F: hue angle of 2.64º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE564F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 79 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.07 |
| HSL | 2.64º | 0.82% | 0.62% | - |
| HSV(B) | 2.64º | 0.67% | 0.93% | - |
| XYZ | 40 | 25.4 | 10.19 | - |
| YUV | 130.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 79 | 0 | 0.64 | 0.67 | 0.07 | 2.64 | 0.82 | 0.62 |
| Hex | EE | 56 | 4F | 0 | 40 | 43 | 7 | 3 | 52 | 3E |
| Octal | 356 | 126 | 117 | 0 | 100 | 103 | 7 | 3 | 122 | 76 |
| Binary | 11101110 | 1010110 | 1001111 | 0 | 1000000 | 1000011 | 111 | 11 | 1010010 | 111110 |
Color Harmonies of #EE564F
Complementary color
Monochromatic Colors of #EE564F
Black with #EE564F
Text Example
Text Example
White with #EE564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE564F; }
p { color: rgb(238,86,79); }
H1.HeaderClassName
{
color: #EE564F;
}
.AnyTagClassName
{
color: #EE564F;
}
</style>
background-color css
<style>
a { background-color: #EE564F; }
a { background-color: rgb(238,86,79); }
div.DivClassName
{
background-color: #EE564F;
}
.BgClassName
{
background-color: #EE564F;
}
</style>
border-color css
<style>
span { border-color: #EE564F; }
span { border-color: rgb(238,86,79); }
td.TdClassName
{
border-color: #EE564F;
}
.TagClassName
{
border-color: #EE564F;
}
</style>