Shades of Pink Flamingo #EC5FFD
Tints of Pink Flamingo #EC5FFD
RGB
CMYK
RGB Variations
Color information
#EC5FFD (or 0xEC5FFD) is known color: Pink Flamingo. HEX triplet: EC, 5F and FD. RGB value is (236,95,253). Sum of RGB (Red+Green+Blue) = 236+95+253=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC5FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FFD is #13A002. Grayscale: #9A9A9A. Windows color (decimal): -1286147 or 16605164. OLE color: 16605164.
HSL color Cylindrical-coordinate representation of color #EC5FFD: hue angle of 293.54º 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 #EC5FFD is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 95 | 253 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.01 |
| HSL | 293.54º | 0.98% | 0.68% | - |
| HSV(B) | 293.54º | 0.62% | 0.99% | - |
| XYZ | 56.41 | 33.11 | 96.35 | - |
| YUV | 155.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 253 | 0.07 | 0.62 | 0 | 0.01 | 293.54 | 0.98 | 0.68 |
| Hex | EC | 5F | FD | 7 | 3E | 0 | 1 | 126 | 62 | 44 |
| Octal | 354 | 137 | 375 | 7 | 76 | 0 | 1 | 446 | 142 | 104 |
| Binary | 11101100 | 1011111 | 11111101 | 111 | 111110 | 0 | 1 | 100100110 | 1100010 | 1000100 |
Color Harmonies of #EC5FFD
Complementary color
Monochromatic Colors of #EC5FFD
Black with #EC5FFD
Text Example
Text Example
White with #EC5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FFD; }
p { color: rgb(236,95,253); }
H1.HeaderClassName
{
color: #EC5FFD;
}
.AnyTagClassName
{
color: #EC5FFD;
}
</style>
background-color css
<style>
a { background-color: #EC5FFD; }
a { background-color: rgb(236,95,253); }
div.DivClassName
{
background-color: #EC5FFD;
}
.BgClassName
{
background-color: #EC5FFD;
}
</style>
border-color css
<style>
span { border-color: #EC5FFD; }
span { border-color: rgb(236,95,253); }
td.TdClassName
{
border-color: #EC5FFD;
}
.TagClassName
{
border-color: #EC5FFD;
}
</style>