Shades of Flamingo #EE6057
Tints of Flamingo #EE6057
RGB
CMYK
RGB Variations
Color information
#EE6057 (or 0xEE6057) is known color: Flamingo. HEX triplet: EE, 60 and 57. RGB value is (238,96,87). Sum of RGB (Red+Green+Blue) = 238+96+87=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6057 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6057 is #119FA8. Grayscale: #898989. Windows color (decimal): -1154985 or 5726446. OLE color: 5726446.
HSL color Cylindrical-coordinate representation of color #EE6057: hue angle of 3.58º 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 #EE6057 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 87 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.07 |
| HSL | 3.58º | 0.82% | 0.64% | - |
| HSV(B) | 3.58º | 0.63% | 0.93% | - |
| XYZ | 41.16 | 27.23 | 12.1 | - |
| YUV | 137.43 | 99.54 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 87 | 0 | 0.60 | 0.63 | 0.07 | 3.58 | 0.82 | 0.64 |
| Hex | EE | 60 | 57 | 0 | 3C | 3F | 7 | 4 | 52 | 40 |
| Octal | 356 | 140 | 127 | 0 | 74 | 77 | 7 | 4 | 122 | 100 |
| Binary | 11101110 | 1100000 | 1010111 | 0 | 111100 | 111111 | 111 | 100 | 1010010 | 1000000 |
Color Harmonies of #EE6057
Complementary color
Monochromatic Colors of #EE6057
Black with #EE6057
Text Example
Text Example
White with #EE6057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6057; }
p { color: rgb(238,96,87); }
H1.HeaderClassName
{
color: #EE6057;
}
.AnyTagClassName
{
color: #EE6057;
}
</style>
background-color css
<style>
a { background-color: #EE6057; }
a { background-color: rgb(238,96,87); }
div.DivClassName
{
background-color: #EE6057;
}
.BgClassName
{
background-color: #EE6057;
}
</style>
border-color css
<style>
span { border-color: #EE6057; }
span { border-color: rgb(238,96,87); }
td.TdClassName
{
border-color: #EE6057;
}
.TagClassName
{
border-color: #EE6057;
}
</style>