Shades of Flamingo #EE6457
Tints of Flamingo #EE6457
RGB
CMYK
RGB Variations
Color information
#EE6457 (or 0xEE6457) is known color: Flamingo. HEX triplet: EE, 64 and 57. RGB value is (238,100,87). Sum of RGB (Red+Green+Blue) = 238+100+87=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6457 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6457 is #119BA8. Grayscale: #8B8B8B. Windows color (decimal): -1153961 or 5727470. OLE color: 5727470.
HSL color Cylindrical-coordinate representation of color #EE6457: hue angle of 5.17º 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 #EE6457 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 87 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.07 |
| HSL | 5.17º | 0.82% | 0.64% | - |
| HSV(B) | 5.17º | 0.63% | 0.93% | - |
| XYZ | 41.54 | 27.98 | 12.23 | - |
| YUV | 139.78 | 98.22 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 87 | 0 | 0.58 | 0.63 | 0.07 | 5.17 | 0.82 | 0.64 |
| Hex | EE | 64 | 57 | 0 | 3A | 3F | 7 | 5 | 52 | 40 |
| Octal | 356 | 144 | 127 | 0 | 72 | 77 | 7 | 5 | 122 | 100 |
| Binary | 11101110 | 1100100 | 1010111 | 0 | 111010 | 111111 | 111 | 101 | 1010010 | 1000000 |
Color Harmonies of #EE6457
Complementary color
Monochromatic Colors of #EE6457
Black with #EE6457
Text Example
Text Example
White with #EE6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6457; }
p { color: rgb(238,100,87); }
H1.HeaderClassName
{
color: #EE6457;
}
.AnyTagClassName
{
color: #EE6457;
}
</style>
background-color css
<style>
a { background-color: #EE6457; }
a { background-color: rgb(238,100,87); }
div.DivClassName
{
background-color: #EE6457;
}
.BgClassName
{
background-color: #EE6457;
}
</style>
border-color css
<style>
span { border-color: #EE6457; }
span { border-color: rgb(238,100,87); }
td.TdClassName
{
border-color: #EE6457;
}
.TagClassName
{
border-color: #EE6457;
}
</style>