Shades of Pink Flamingo #EF6AF1
Tints of Pink Flamingo #EF6AF1
RGB
CMYK
RGB Variations
Color information
#EF6AF1 (or 0xEF6AF1) is known color: Pink Flamingo. HEX triplet: EF, 6A and F1. RGB value is (239,106,241). Sum of RGB (Red+Green+Blue) = 239+106+241=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF6AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AF1 is #10950E. Grayscale: #A0A0A0. Windows color (decimal): -1086735 or 15821551. OLE color: 15821551.
HSL color Cylindrical-coordinate representation of color #EF6AF1: hue angle of 299.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6AF1 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 106 | 241 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.05 |
| HSL | 299.11º | 0.83% | 0.68% | - |
| HSV(B) | 299.11º | 0.56% | 0.95% | - |
| XYZ | 56.63 | 35.01 | 86.99 | - |
| YUV | 161.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 241 | 0.01 | 0.56 | 0 | 0.05 | 299.11 | 0.83 | 0.68 |
| Hex | EF | 6A | F1 | 1 | 38 | 0 | 5 | 12B | 53 | 44 |
| Octal | 357 | 152 | 361 | 1 | 70 | 0 | 5 | 453 | 123 | 104 |
| Binary | 11101111 | 1101010 | 11110001 | 1 | 111000 | 0 | 101 | 100101011 | 1010011 | 1000100 |
Color Harmonies of #EF6AF1
Complementary color
Monochromatic Colors of #EF6AF1
Black with #EF6AF1
Text Example
Text Example
White with #EF6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6AF1; }
p { color: rgb(239,106,241); }
H1.HeaderClassName
{
color: #EF6AF1;
}
.AnyTagClassName
{
color: #EF6AF1;
}
</style>
background-color css
<style>
a { background-color: #EF6AF1; }
a { background-color: rgb(239,106,241); }
div.DivClassName
{
background-color: #EF6AF1;
}
.BgClassName
{
background-color: #EF6AF1;
}
</style>
border-color css
<style>
span { border-color: #EF6AF1; }
span { border-color: rgb(239,106,241); }
td.TdClassName
{
border-color: #EF6AF1;
}
.TagClassName
{
border-color: #EF6AF1;
}
</style>