Shades of Pink Flamingo #EE5FFD
Tints of Pink Flamingo #EE5FFD
RGB
CMYK
RGB Variations
Color information
#EE5FFD (or 0xEE5FFD) is known color: Pink Flamingo. HEX triplet: EE, 5F and FD. RGB value is (238,95,253). Sum of RGB (Red+Green+Blue) = 238+95+253=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 95 (37.5% from 255 or 16.21% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE5FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FFD is #11A002. Grayscale: #9B9B9B. Windows color (decimal): -1155075 or 16605166. OLE color: 16605166.
HSL color Cylindrical-coordinate representation of color #EE5FFD: hue angle of 294.3º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5FFD is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 95 | 253 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.01 |
| HSL | 294.3º | 0.98% | 0.68% | - |
| HSV(B) | 294.3º | 0.62% | 0.99% | - |
| XYZ | 57.08 | 33.45 | 96.38 | - |
| YUV | 155.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 253 | 0.06 | 0.62 | 0 | 0.01 | 294.3 | 0.98 | 0.68 |
| Hex | EE | 5F | FD | 6 | 3E | 0 | 1 | 126 | 62 | 44 |
| Octal | 356 | 137 | 375 | 6 | 76 | 0 | 1 | 446 | 142 | 104 |
| Binary | 11101110 | 1011111 | 11111101 | 110 | 111110 | 0 | 1 | 100100110 | 1100010 | 1000100 |
Color Harmonies of #EE5FFD
Complementary color
Monochromatic Colors of #EE5FFD
Black with #EE5FFD
Text Example
Text Example
White with #EE5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FFD; }
p { color: rgb(238,95,253); }
H1.HeaderClassName
{
color: #EE5FFD;
}
.AnyTagClassName
{
color: #EE5FFD;
}
</style>
background-color css
<style>
a { background-color: #EE5FFD; }
a { background-color: rgb(238,95,253); }
div.DivClassName
{
background-color: #EE5FFD;
}
.BgClassName
{
background-color: #EE5FFD;
}
</style>
border-color css
<style>
span { border-color: #EE5FFD; }
span { border-color: rgb(238,95,253); }
td.TdClassName
{
border-color: #EE5FFD;
}
.TagClassName
{
border-color: #EE5FFD;
}
</style>