Shades of Pink Flamingo #EC67F0
Tints of Pink Flamingo #EC67F0
RGB
CMYK
RGB Variations
Color information
#EC67F0 (or 0xEC67F0) is known color: Pink Flamingo. HEX triplet: EC, 67 and F0. RGB value is (236,103,240). Sum of RGB (Red+Green+Blue) = 236+103+240=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 103 (40.62% from 255 or 17.79% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC67F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67F0 is #13980F. Grayscale: #9D9D9D. Windows color (decimal): -1284112 or 15755244. OLE color: 15755244.
HSL color Cylindrical-coordinate representation of color #EC67F0: hue angle of 298.25º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC67F0 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 103 | 240 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.06 |
| HSL | 298.25º | 0.82% | 0.67% | - |
| HSV(B) | 298.25º | 0.57% | 0.94% | - |
| XYZ | 55.17 | 33.82 | 86.06 | - |
| YUV | 158.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 240 | 0.02 | 0.57 | 0 | 0.06 | 298.25 | 0.82 | 0.67 |
| Hex | EC | 67 | F0 | 2 | 39 | 0 | 6 | 12A | 52 | 43 |
| Octal | 354 | 147 | 360 | 2 | 71 | 0 | 6 | 452 | 122 | 103 |
| Binary | 11101100 | 1100111 | 11110000 | 10 | 111001 | 0 | 110 | 100101010 | 1010010 | 1000011 |
Color Harmonies of #EC67F0
Complementary color
Monochromatic Colors of #EC67F0
Black with #EC67F0
Text Example
Text Example
White with #EC67F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67F0; }
p { color: rgb(236,103,240); }
H1.HeaderClassName
{
color: #EC67F0;
}
.AnyTagClassName
{
color: #EC67F0;
}
</style>
background-color css
<style>
a { background-color: #EC67F0; }
a { background-color: rgb(236,103,240); }
div.DivClassName
{
background-color: #EC67F0;
}
.BgClassName
{
background-color: #EC67F0;
}
</style>
border-color css
<style>
span { border-color: #EC67F0; }
span { border-color: rgb(236,103,240); }
td.TdClassName
{
border-color: #EC67F0;
}
.TagClassName
{
border-color: #EC67F0;
}
</style>