Shades of Pink Flamingo #FF5EEE
Tints of Pink Flamingo #FF5EEE
RGB
CMYK
RGB Variations
Color information
#FF5EEE (or 0xFF5EEE) is known color: Pink Flamingo. HEX triplet: FF, 5E and EE. RGB value is (255,94,238). Sum of RGB (Red+Green+Blue) = 255+94+238=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 94 (37.11% from 255 or 16.01% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EEE is #00A111. Grayscale: #9E9E9E. Windows color (decimal): -41234 or 15621887. OLE color: 15621887.
HSL color Cylindrical-coordinate representation of color #FF5EEE: hue angle of 306.34º 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 #FF5EEE is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 238 | - |
| CMYK | 0 | 0.63 | 0.07 | 0 |
| HSL | 306.34º | 1% | 0.68% | - |
| HSV(B) | 306.34º | 0.63% | 1% | - |
| XYZ | 60.68 | 35.44 | 84.53 | - |
| YUV | 158.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 238 | 0 | 0.63 | 0.07 | 0 | 306.34 | 1 | 0.68 |
| Hex | FF | 5E | EE | 0 | 3F | 7 | 0 | 132 | 64 | 44 |
| Octal | 377 | 136 | 356 | 0 | 77 | 7 | 0 | 462 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11101110 | 0 | 111111 | 111 | 0 | 100110010 | 1100100 | 1000100 |
Color Harmonies of #FF5EEE
Complementary color
Monochromatic Colors of #FF5EEE
Black with #FF5EEE
Text Example
Text Example
White with #FF5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EEE; }
p { color: rgb(255,94,238); }
H1.HeaderClassName
{
color: #FF5EEE;
}
.AnyTagClassName
{
color: #FF5EEE;
}
</style>
background-color css
<style>
a { background-color: #FF5EEE; }
a { background-color: rgb(255,94,238); }
div.DivClassName
{
background-color: #FF5EEE;
}
.BgClassName
{
background-color: #FF5EEE;
}
</style>
border-color css
<style>
span { border-color: #FF5EEE; }
span { border-color: rgb(255,94,238); }
td.TdClassName
{
border-color: #FF5EEE;
}
.TagClassName
{
border-color: #FF5EEE;
}
</style>