Shades of Pink Flamingo #EC60FB
Tints of Pink Flamingo #EC60FB
RGB
CMYK
RGB Variations
Color information
#EC60FB (or 0xEC60FB) is known color: Pink Flamingo. HEX triplet: EC, 60 and FB. RGB value is (236,96,251). Sum of RGB (Red+Green+Blue) = 236+96+251=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 96 (37.89% from 255 or 16.47% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC60FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60FB is #139F04. Grayscale: #9B9B9B. Windows color (decimal): -1285893 or 16474348. OLE color: 16474348.
HSL color Cylindrical-coordinate representation of color #EC60FB: hue angle of 294.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC60FB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 96 | 251 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.02 |
| HSL | 294.19º | 0.95% | 0.68% | - |
| HSV(B) | 294.19º | 0.62% | 0.98% | - |
| XYZ | 56.19 | 33.16 | 94.71 | - |
| YUV | 155.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 251 | 0.06 | 0.62 | 0 | 0.02 | 294.19 | 0.95 | 0.68 |
| Hex | EC | 60 | FB | 6 | 3E | 0 | 2 | 126 | 5F | 44 |
| Octal | 354 | 140 | 373 | 6 | 76 | 0 | 2 | 446 | 137 | 104 |
| Binary | 11101100 | 1100000 | 11111011 | 110 | 111110 | 0 | 10 | 100100110 | 1011111 | 1000100 |
Color Harmonies of #EC60FB
Complementary color
Monochromatic Colors of #EC60FB
Black with #EC60FB
Text Example
Text Example
White with #EC60FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60FB; }
p { color: rgb(236,96,251); }
H1.HeaderClassName
{
color: #EC60FB;
}
.AnyTagClassName
{
color: #EC60FB;
}
</style>
background-color css
<style>
a { background-color: #EC60FB; }
a { background-color: rgb(236,96,251); }
div.DivClassName
{
background-color: #EC60FB;
}
.BgClassName
{
background-color: #EC60FB;
}
</style>
border-color css
<style>
span { border-color: #EC60FB; }
span { border-color: rgb(236,96,251); }
td.TdClassName
{
border-color: #EC60FB;
}
.TagClassName
{
border-color: #EC60FB;
}
</style>