Shades of Flamingo #EE6856
Tints of Flamingo #EE6856
RGB
CMYK
RGB Variations
Color information
#EE6856 (or 0xEE6856) is known color: Flamingo. HEX triplet: EE, 68 and 56. RGB value is (238,104,86). Sum of RGB (Red+Green+Blue) = 238+104+86=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6856 is #1197A9. Grayscale: #8E8E8E. Windows color (decimal): -1152938 or 5662958. OLE color: 5662958.
HSL color Cylindrical-coordinate representation of color #EE6856: hue angle of 7.11º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE6856 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 86 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.07 |
| HSL | 7.11º | 0.82% | 0.64% | - |
| HSV(B) | 7.11º | 0.64% | 0.93% | - |
| XYZ | 41.89 | 28.75 | 12.15 | - |
| YUV | 142.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 86 | 0 | 0.56 | 0.64 | 0.07 | 7.11 | 0.82 | 0.64 |
| Hex | EE | 68 | 56 | 0 | 38 | 40 | 7 | 7 | 52 | 40 |
| Octal | 356 | 150 | 126 | 0 | 70 | 100 | 7 | 7 | 122 | 100 |
| Binary | 11101110 | 1101000 | 1010110 | 0 | 111000 | 1000000 | 111 | 111 | 1010010 | 1000000 |
Color Harmonies of #EE6856
Complementary color
Monochromatic Colors of #EE6856
Black with #EE6856
Text Example
Text Example
White with #EE6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6856; }
p { color: rgb(238,104,86); }
H1.HeaderClassName
{
color: #EE6856;
}
.AnyTagClassName
{
color: #EE6856;
}
</style>
background-color css
<style>
a { background-color: #EE6856; }
a { background-color: rgb(238,104,86); }
div.DivClassName
{
background-color: #EE6856;
}
.BgClassName
{
background-color: #EE6856;
}
</style>
border-color css
<style>
span { border-color: #EE6856; }
span { border-color: rgb(238,104,86); }
td.TdClassName
{
border-color: #EE6856;
}
.TagClassName
{
border-color: #EE6856;
}
</style>