Shades of Pink Flamingo #FF5EED
Tints of Pink Flamingo #FF5EED
RGB
CMYK
RGB Variations
Color information
#FF5EED (or 0xFF5EED) is known color: Pink Flamingo. HEX triplet: FF, 5E and ED. RGB value is (255,94,237). Sum of RGB (Red+Green+Blue) = 255+94+237=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EED is #00A112. Grayscale: #9E9E9E. Windows color (decimal): -41235 or 15556351. OLE color: 15556351.
HSL color Cylindrical-coordinate representation of color #FF5EED: hue angle of 306.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EED is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 237 | - |
| CMYK | 0 | 0.63 | 0.07 | 0 |
| HSL | 306.71º | 1% | 0.68% | - |
| HSV(B) | 306.71º | 0.63% | 1% | - |
| XYZ | 60.53 | 35.38 | 83.76 | - |
| YUV | 158.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 237 | 0 | 0.63 | 0.07 | 0 | 306.71 | 1 | 0.68 |
| Hex | FF | 5E | ED | 0 | 3F | 7 | 0 | 133 | 64 | 44 |
| Octal | 377 | 136 | 355 | 0 | 77 | 7 | 0 | 463 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11101101 | 0 | 111111 | 111 | 0 | 100110011 | 1100100 | 1000100 |
Color Harmonies of #FF5EED
Complementary color
Monochromatic Colors of #FF5EED
Black with #FF5EED
Text Example
Text Example
White with #FF5EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EED; }
p { color: rgb(255,94,237); }
H1.HeaderClassName
{
color: #FF5EED;
}
.AnyTagClassName
{
color: #FF5EED;
}
</style>
background-color css
<style>
a { background-color: #FF5EED; }
a { background-color: rgb(255,94,237); }
div.DivClassName
{
background-color: #FF5EED;
}
.BgClassName
{
background-color: #FF5EED;
}
</style>
border-color css
<style>
span { border-color: #FF5EED; }
span { border-color: rgb(255,94,237); }
td.TdClassName
{
border-color: #FF5EED;
}
.TagClassName
{
border-color: #FF5EED;
}
</style>