Shades of Flamingo #EE6356
Tints of Flamingo #EE6356
RGB
CMYK
RGB Variations
Color information
#EE6356 (or 0xEE6356) is known color: Flamingo. HEX triplet: EE, 63 and 56. RGB value is (238,99,86). Sum of RGB (Red+Green+Blue) = 238+99+86=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6356 is #119CA9. Grayscale: #8B8B8B. Windows color (decimal): -1154218 or 5661678. OLE color: 5661678.
HSL color Cylindrical-coordinate representation of color #EE6356: hue angle of 5.13º 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 #EE6356 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 86 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.07 |
| HSL | 5.13º | 0.82% | 0.64% | - |
| HSV(B) | 5.13º | 0.64% | 0.93% | - |
| XYZ | 41.4 | 27.77 | 11.98 | - |
| YUV | 139.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 86 | 0 | 0.58 | 0.64 | 0.07 | 5.13 | 0.82 | 0.64 |
| Hex | EE | 63 | 56 | 0 | 3A | 40 | 7 | 5 | 52 | 40 |
| Octal | 356 | 143 | 126 | 0 | 72 | 100 | 7 | 5 | 122 | 100 |
| Binary | 11101110 | 1100011 | 1010110 | 0 | 111010 | 1000000 | 111 | 101 | 1010010 | 1000000 |
Color Harmonies of #EE6356
Complementary color
Monochromatic Colors of #EE6356
Black with #EE6356
Text Example
Text Example
White with #EE6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6356; }
p { color: rgb(238,99,86); }
H1.HeaderClassName
{
color: #EE6356;
}
.AnyTagClassName
{
color: #EE6356;
}
</style>
background-color css
<style>
a { background-color: #EE6356; }
a { background-color: rgb(238,99,86); }
div.DivClassName
{
background-color: #EE6356;
}
.BgClassName
{
background-color: #EE6356;
}
</style>
border-color css
<style>
span { border-color: #EE6356; }
span { border-color: rgb(238,99,86); }
td.TdClassName
{
border-color: #EE6356;
}
.TagClassName
{
border-color: #EE6356;
}
</style>