Shades of Pink Flamingo #EE5FFA
Tints of Pink Flamingo #EE5FFA
RGB
CMYK
RGB Variations
Color information
#EE5FFA (or 0xEE5FFA) is known color: Pink Flamingo. HEX triplet: EE, 5F and FA. RGB value is (238,95,250). Sum of RGB (Red+Green+Blue) = 238+95+250=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 95 (37.5% from 255 or 16.30% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE5FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FFA is #11A005. Grayscale: #9A9A9A. Windows color (decimal): -1155078 or 16408558. OLE color: 16408558.
HSL color Cylindrical-coordinate representation of color #EE5FFA: hue angle of 295.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5FFA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 95 | 250 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.02 |
| HSL | 295.35º | 0.94% | 0.68% | - |
| HSV(B) | 295.35º | 0.62% | 0.98% | - |
| XYZ | 56.61 | 33.26 | 93.88 | - |
| YUV | 155.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 250 | 0.05 | 0.62 | 0 | 0.02 | 295.35 | 0.94 | 0.68 |
| Hex | EE | 5F | FA | 5 | 3E | 0 | 2 | 127 | 5E | 44 |
| Octal | 356 | 137 | 372 | 5 | 76 | 0 | 2 | 447 | 136 | 104 |
| Binary | 11101110 | 1011111 | 11111010 | 101 | 111110 | 0 | 10 | 100100111 | 1011110 | 1000100 |
Color Harmonies of #EE5FFA
Complementary color
Monochromatic Colors of #EE5FFA
Black with #EE5FFA
Text Example
Text Example
White with #EE5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FFA; }
p { color: rgb(238,95,250); }
H1.HeaderClassName
{
color: #EE5FFA;
}
.AnyTagClassName
{
color: #EE5FFA;
}
</style>
background-color css
<style>
a { background-color: #EE5FFA; }
a { background-color: rgb(238,95,250); }
div.DivClassName
{
background-color: #EE5FFA;
}
.BgClassName
{
background-color: #EE5FFA;
}
</style>
border-color css
<style>
span { border-color: #EE5FFA; }
span { border-color: rgb(238,95,250); }
td.TdClassName
{
border-color: #EE5FFA;
}
.TagClassName
{
border-color: #EE5FFA;
}
</style>