Shades of Pink Flamingo #EC5FFF
Tints of Pink Flamingo #EC5FFF
RGB
CMYK
RGB Variations
Color information
#EC5FFF (or 0xEC5FFF) is known color: Pink Flamingo. HEX triplet: EC, 5F and FF. RGB value is (236,95,255). Sum of RGB (Red+Green+Blue) = 236+95+255=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 95 (37.5% from 255 or 16.21% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FFF is #13A000. Grayscale: #9A9A9A. Windows color (decimal): -1286145 or 16736236. OLE color: 16736236.
HSL color Cylindrical-coordinate representation of color #EC5FFF: hue angle of 292.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5FFF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 95 | 255 | - |
| CMYK | 0.07 | 0.63 | 0 | 0 |
| HSL | 292.88º | 1% | 0.69% | - |
| HSV(B) | 292.88º | 0.63% | 1% | - |
| XYZ | 56.73 | 33.24 | 98.03 | - |
| YUV | 155.4 | 184.21 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 255 | 0.07 | 0.63 | 0 | 0 | 292.88 | 1 | 0.69 |
| Hex | EC | 5F | FF | 7 | 3F | 0 | 0 | 125 | 64 | 45 |
| Octal | 354 | 137 | 377 | 7 | 77 | 0 | 0 | 445 | 144 | 105 |
| Binary | 11101100 | 1011111 | 11111111 | 111 | 111111 | 0 | 0 | 100100101 | 1100100 | 1000101 |
Color Harmonies of #EC5FFF
Complementary color
Monochromatic Colors of #EC5FFF
Black with #EC5FFF
Text Example
Text Example
White with #EC5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FFF; }
p { color: rgb(236,95,255); }
H1.HeaderClassName
{
color: #EC5FFF;
}
.AnyTagClassName
{
color: #EC5FFF;
}
</style>
background-color css
<style>
a { background-color: #EC5FFF; }
a { background-color: rgb(236,95,255); }
div.DivClassName
{
background-color: #EC5FFF;
}
.BgClassName
{
background-color: #EC5FFF;
}
</style>
border-color css
<style>
span { border-color: #EC5FFF; }
span { border-color: rgb(236,95,255); }
td.TdClassName
{
border-color: #EC5FFF;
}
.TagClassName
{
border-color: #EC5FFF;
}
</style>