Shades of Pink Flamingo #FF5EE8
Tints of Pink Flamingo #FF5EE8
RGB
CMYK
RGB Variations
Color information
#FF5EE8 (or 0xFF5EE8) is known color: Pink Flamingo. HEX triplet: FF, 5E and E8. RGB value is (255,94,232). Sum of RGB (Red+Green+Blue) = 255+94+232=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EE8 is #00A117. Grayscale: #9D9D9D. Windows color (decimal): -41240 or 15228671. OLE color: 15228671.
HSL color Cylindrical-coordinate representation of color #FF5EE8: hue angle of 308.57º 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 #FF5EE8 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 232 | - |
| CMYK | 0 | 0.63 | 0.09 | 0 |
| HSL | 308.57º | 1% | 0.68% | - |
| HSV(B) | 308.57º | 0.63% | 1% | - |
| XYZ | 59.81 | 35.09 | 79.97 | - |
| YUV | 157.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 232 | 0 | 0.63 | 0.09 | 0 | 308.57 | 1 | 0.68 |
| Hex | FF | 5E | E8 | 0 | 3F | 9 | 0 | 135 | 64 | 44 |
| Octal | 377 | 136 | 350 | 0 | 77 | 11 | 0 | 465 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11101000 | 0 | 111111 | 1001 | 0 | 100110101 | 1100100 | 1000100 |
Color Harmonies of #FF5EE8
Complementary color
Monochromatic Colors of #FF5EE8
Black with #FF5EE8
Text Example
Text Example
White with #FF5EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EE8; }
p { color: rgb(255,94,232); }
H1.HeaderClassName
{
color: #FF5EE8;
}
.AnyTagClassName
{
color: #FF5EE8;
}
</style>
background-color css
<style>
a { background-color: #FF5EE8; }
a { background-color: rgb(255,94,232); }
div.DivClassName
{
background-color: #FF5EE8;
}
.BgClassName
{
background-color: #FF5EE8;
}
</style>
border-color css
<style>
span { border-color: #FF5EE8; }
span { border-color: rgb(255,94,232); }
td.TdClassName
{
border-color: #FF5EE8;
}
.TagClassName
{
border-color: #FF5EE8;
}
</style>