Shades of Pink Flamingo #FF5EE7
Tints of Pink Flamingo #FF5EE7
RGB
CMYK
RGB Variations
Color information
#FF5EE7 (or 0xFF5EE7) is known color: Pink Flamingo. HEX triplet: FF, 5E and E7. RGB value is (255,94,231). Sum of RGB (Red+Green+Blue) = 255+94+231=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EE7 is #00A118. Grayscale: #9D9D9D. Windows color (decimal): -41241 or 15163135. OLE color: 15163135.
HSL color Cylindrical-coordinate representation of color #FF5EE7: hue angle of 308.94º 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 #FF5EE7 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 231 | - |
| CMYK | 0 | 0.63 | 0.09 | 0 |
| HSL | 308.94º | 1% | 0.68% | - |
| HSV(B) | 308.94º | 0.63% | 1% | - |
| XYZ | 59.67 | 35.03 | 79.22 | - |
| YUV | 157.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 231 | 0 | 0.63 | 0.09 | 0 | 308.94 | 1 | 0.68 |
| Hex | FF | 5E | E7 | 0 | 3F | 9 | 0 | 135 | 64 | 44 |
| Octal | 377 | 136 | 347 | 0 | 77 | 11 | 0 | 465 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11100111 | 0 | 111111 | 1001 | 0 | 100110101 | 1100100 | 1000100 |
Color Harmonies of #FF5EE7
Complementary color
Monochromatic Colors of #FF5EE7
Black with #FF5EE7
Text Example
Text Example
White with #FF5EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EE7; }
p { color: rgb(255,94,231); }
H1.HeaderClassName
{
color: #FF5EE7;
}
.AnyTagClassName
{
color: #FF5EE7;
}
</style>
background-color css
<style>
a { background-color: #FF5EE7; }
a { background-color: rgb(255,94,231); }
div.DivClassName
{
background-color: #FF5EE7;
}
.BgClassName
{
background-color: #FF5EE7;
}
</style>
border-color css
<style>
span { border-color: #FF5EE7; }
span { border-color: rgb(255,94,231); }
td.TdClassName
{
border-color: #FF5EE7;
}
.TagClassName
{
border-color: #FF5EE7;
}
</style>