Shades of Pink Flamingo #EC66F8
Tints of Pink Flamingo #EC66F8
RGB
CMYK
RGB Variations
Color information
#EC66F8 (or 0xEC66F8) is known color: Pink Flamingo. HEX triplet: EC, 66 and F8. RGB value is (236,102,248). Sum of RGB (Red+Green+Blue) = 236+102+248=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 102 (40.23% from 255 or 17.41% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC66F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66F8 is #139907. Grayscale: #9E9E9E. Windows color (decimal): -1284360 or 16279276. OLE color: 16279276.
HSL color Cylindrical-coordinate representation of color #EC66F8: hue angle of 295.07º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC66F8 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 102 | 248 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.03 |
| HSL | 295.07º | 0.91% | 0.69% | - |
| HSV(B) | 295.07º | 0.59% | 0.97% | - |
| XYZ | 56.29 | 34.11 | 92.42 | - |
| YUV | 158.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 248 | 0.05 | 0.59 | 0 | 0.03 | 295.07 | 0.91 | 0.69 |
| Hex | EC | 66 | F8 | 5 | 3B | 0 | 3 | 127 | 5B | 45 |
| Octal | 354 | 146 | 370 | 5 | 73 | 0 | 3 | 447 | 133 | 105 |
| Binary | 11101100 | 1100110 | 11111000 | 101 | 111011 | 0 | 11 | 100100111 | 1011011 | 1000101 |
Color Harmonies of #EC66F8
Complementary color
Monochromatic Colors of #EC66F8
Black with #EC66F8
Text Example
Text Example
White with #EC66F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66F8; }
p { color: rgb(236,102,248); }
H1.HeaderClassName
{
color: #EC66F8;
}
.AnyTagClassName
{
color: #EC66F8;
}
</style>
background-color css
<style>
a { background-color: #EC66F8; }
a { background-color: rgb(236,102,248); }
div.DivClassName
{
background-color: #EC66F8;
}
.BgClassName
{
background-color: #EC66F8;
}
</style>
border-color css
<style>
span { border-color: #EC66F8; }
span { border-color: rgb(236,102,248); }
td.TdClassName
{
border-color: #EC66F8;
}
.TagClassName
{
border-color: #EC66F8;
}
</style>