Shades of Pink Flamingo #EC67FA
Tints of Pink Flamingo #EC67FA
RGB
CMYK
RGB Variations
Color information
#EC67FA (or 0xEC67FA) is known color: Pink Flamingo. HEX triplet: EC, 67 and FA. RGB value is (236,103,250). Sum of RGB (Red+Green+Blue) = 236+103+250=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 103 (40.62% from 255 or 17.49% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC67FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67FA is #139805. Grayscale: #9F9F9F. Windows color (decimal): -1284102 or 16410604. OLE color: 16410604.
HSL color Cylindrical-coordinate representation of color #EC67FA: hue angle of 294.29º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC67FA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 103 | 250 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.02 |
| HSL | 294.29º | 0.94% | 0.69% | - |
| HSV(B) | 294.29º | 0.59% | 0.98% | - |
| XYZ | 56.7 | 34.44 | 94.1 | - |
| YUV | 159.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 250 | 0.06 | 0.59 | 0 | 0.02 | 294.29 | 0.94 | 0.69 |
| Hex | EC | 67 | FA | 6 | 3B | 0 | 2 | 126 | 5E | 45 |
| Octal | 354 | 147 | 372 | 6 | 73 | 0 | 2 | 446 | 136 | 105 |
| Binary | 11101100 | 1100111 | 11111010 | 110 | 111011 | 0 | 10 | 100100110 | 1011110 | 1000101 |
Color Harmonies of #EC67FA
Complementary color
Monochromatic Colors of #EC67FA
Black with #EC67FA
Text Example
Text Example
White with #EC67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67FA; }
p { color: rgb(236,103,250); }
H1.HeaderClassName
{
color: #EC67FA;
}
.AnyTagClassName
{
color: #EC67FA;
}
</style>
background-color css
<style>
a { background-color: #EC67FA; }
a { background-color: rgb(236,103,250); }
div.DivClassName
{
background-color: #EC67FA;
}
.BgClassName
{
background-color: #EC67FA;
}
</style>
border-color css
<style>
span { border-color: #EC67FA; }
span { border-color: rgb(236,103,250); }
td.TdClassName
{
border-color: #EC67FA;
}
.TagClassName
{
border-color: #EC67FA;
}
</style>