Shades of Pink Flamingo #EC5DFF
Tints of Pink Flamingo #EC5DFF
RGB
CMYK
RGB Variations
Color information
#EC5DFF (or 0xEC5DFF) is known color: Pink Flamingo. HEX triplet: EC, 5D and FF. RGB value is (236,93,255). Sum of RGB (Red+Green+Blue) = 236+93+255=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFF is #13A200. Grayscale: #999999. Windows color (decimal): -1286657 or 16735724. OLE color: 16735724.
HSL color Cylindrical-coordinate representation of color #EC5DFF: hue angle of 292.96º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5DFF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 93 | 255 | - |
| CMYK | 0.07 | 0.64 | 0 | 0 |
| HSL | 292.96º | 1% | 0.68% | - |
| HSV(B) | 292.96º | 0.64% | 1% | - |
| XYZ | 56.56 | 32.88 | 97.97 | - |
| YUV | 154.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 255 | 0.07 | 0.64 | 0 | 0 | 292.96 | 1 | 0.68 |
| Hex | EC | 5D | FF | 7 | 40 | 0 | 0 | 125 | 64 | 44 |
| Octal | 354 | 135 | 377 | 7 | 100 | 0 | 0 | 445 | 144 | 104 |
| Binary | 11101100 | 1011101 | 11111111 | 111 | 1000000 | 0 | 0 | 100100101 | 1100100 | 1000100 |
Color Harmonies of #EC5DFF
Complementary color
Monochromatic Colors of #EC5DFF
Black with #EC5DFF
Text Example
Text Example
White with #EC5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DFF; }
p { color: rgb(236,93,255); }
H1.HeaderClassName
{
color: #EC5DFF;
}
.AnyTagClassName
{
color: #EC5DFF;
}
</style>
background-color css
<style>
a { background-color: #EC5DFF; }
a { background-color: rgb(236,93,255); }
div.DivClassName
{
background-color: #EC5DFF;
}
.BgClassName
{
background-color: #EC5DFF;
}
</style>
border-color css
<style>
span { border-color: #EC5DFF; }
span { border-color: rgb(236,93,255); }
td.TdClassName
{
border-color: #EC5DFF;
}
.TagClassName
{
border-color: #EC5DFF;
}
</style>