Shades of Flamingo #EE6857
Tints of Flamingo #EE6857
RGB
CMYK
RGB Variations
Color information
#EE6857 (or 0xEE6857) is known color: Flamingo. HEX triplet: EE, 68 and 57. RGB value is (238,104,87). Sum of RGB (Red+Green+Blue) = 238+104+87=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6857 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6857 is #1197A8. Grayscale: #8E8E8E. Windows color (decimal): -1152937 or 5728494. OLE color: 5728494.
HSL color Cylindrical-coordinate representation of color #EE6857: hue angle of 6.75º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE6857 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 87 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.07 |
| HSL | 6.75º | 0.82% | 0.64% | - |
| HSV(B) | 6.75º | 0.63% | 0.93% | - |
| XYZ | 41.93 | 28.77 | 12.36 | - |
| YUV | 142.13 | 96.89 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 87 | 0 | 0.56 | 0.63 | 0.07 | 6.75 | 0.82 | 0.64 |
| Hex | EE | 68 | 57 | 0 | 38 | 3F | 7 | 7 | 52 | 40 |
| Octal | 356 | 150 | 127 | 0 | 70 | 77 | 7 | 7 | 122 | 100 |
| Binary | 11101110 | 1101000 | 1010111 | 0 | 111000 | 111111 | 111 | 111 | 1010010 | 1000000 |
Color Harmonies of #EE6857
Complementary color
Monochromatic Colors of #EE6857
Black with #EE6857
Text Example
Text Example
White with #EE6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6857; }
p { color: rgb(238,104,87); }
H1.HeaderClassName
{
color: #EE6857;
}
.AnyTagClassName
{
color: #EE6857;
}
</style>
background-color css
<style>
a { background-color: #EE6857; }
a { background-color: rgb(238,104,87); }
div.DivClassName
{
background-color: #EE6857;
}
.BgClassName
{
background-color: #EE6857;
}
</style>
border-color css
<style>
span { border-color: #EE6857; }
span { border-color: rgb(238,104,87); }
td.TdClassName
{
border-color: #EE6857;
}
.TagClassName
{
border-color: #EE6857;
}
</style>