Shades of Flamingo #EE6850
Tints of Flamingo #EE6850
RGB
CMYK
RGB Variations
Color information
#EE6850 (or 0xEE6850) is known color: Flamingo. HEX triplet: EE, 68 and 50. RGB value is (238,104,80). Sum of RGB (Red+Green+Blue) = 238+104+80=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6850 is #1197AF. Grayscale: #8D8D8D. Windows color (decimal): -1152944 or 5269742. OLE color: 5269742.
HSL color Cylindrical-coordinate representation of color #EE6850: hue angle of 9.11º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE6850 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 80 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.07 |
| HSL | 9.11º | 0.82% | 0.62% | - |
| HSV(B) | 9.11º | 0.66% | 0.93% | - |
| XYZ | 41.66 | 28.66 | 10.93 | - |
| YUV | 141.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 80 | 0 | 0.56 | 0.66 | 0.07 | 9.11 | 0.82 | 0.62 |
| Hex | EE | 68 | 50 | 0 | 38 | 42 | 7 | 9 | 52 | 3E |
| Octal | 356 | 150 | 120 | 0 | 70 | 102 | 7 | 11 | 122 | 76 |
| Binary | 11101110 | 1101000 | 1010000 | 0 | 111000 | 1000010 | 111 | 1001 | 1010010 | 111110 |
Color Harmonies of #EE6850
Complementary color
Monochromatic Colors of #EE6850
Black with #EE6850
Text Example
Text Example
White with #EE6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6850; }
p { color: rgb(238,104,80); }
H1.HeaderClassName
{
color: #EE6850;
}
.AnyTagClassName
{
color: #EE6850;
}
</style>
background-color css
<style>
a { background-color: #EE6850; }
a { background-color: rgb(238,104,80); }
div.DivClassName
{
background-color: #EE6850;
}
.BgClassName
{
background-color: #EE6850;
}
</style>
border-color css
<style>
span { border-color: #EE6850; }
span { border-color: rgb(238,104,80); }
td.TdClassName
{
border-color: #EE6850;
}
.TagClassName
{
border-color: #EE6850;
}
</style>