Shades of Pink Flamingo #EC65F1
Tints of Pink Flamingo #EC65F1
RGB
CMYK
RGB Variations
Color information
#EC65F1 (or 0xEC65F1) is known color: Pink Flamingo. HEX triplet: EC, 65 and F1. RGB value is (236,101,241). Sum of RGB (Red+Green+Blue) = 236+101+241=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC65F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65F1 is #139A0E. Grayscale: #9C9C9C. Windows color (decimal): -1284623 or 15820268. OLE color: 15820268.
HSL color Cylindrical-coordinate representation of color #EC65F1: hue angle of 297.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC65F1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 101 | 241 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.05 |
| HSL | 297.86º | 0.83% | 0.67% | - |
| HSV(B) | 297.86º | 0.58% | 0.95% | - |
| XYZ | 55.12 | 33.49 | 86.78 | - |
| YUV | 157.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 241 | 0.02 | 0.58 | 0 | 0.05 | 297.86 | 0.83 | 0.67 |
| Hex | EC | 65 | F1 | 2 | 3A | 0 | 5 | 12A | 53 | 43 |
| Octal | 354 | 145 | 361 | 2 | 72 | 0 | 5 | 452 | 123 | 103 |
| Binary | 11101100 | 1100101 | 11110001 | 10 | 111010 | 0 | 101 | 100101010 | 1010011 | 1000011 |
Color Harmonies of #EC65F1
Complementary color
Monochromatic Colors of #EC65F1
Black with #EC65F1
Text Example
Text Example
White with #EC65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65F1; }
p { color: rgb(236,101,241); }
H1.HeaderClassName
{
color: #EC65F1;
}
.AnyTagClassName
{
color: #EC65F1;
}
</style>
background-color css
<style>
a { background-color: #EC65F1; }
a { background-color: rgb(236,101,241); }
div.DivClassName
{
background-color: #EC65F1;
}
.BgClassName
{
background-color: #EC65F1;
}
</style>
border-color css
<style>
span { border-color: #EC65F1; }
span { border-color: rgb(236,101,241); }
td.TdClassName
{
border-color: #EC65F1;
}
.TagClassName
{
border-color: #EC65F1;
}
</style>