Shades of Pink Flamingo #EF5AF1
Tints of Pink Flamingo #EF5AF1
RGB
CMYK
RGB Variations
Color information
#EF5AF1 (or 0xEF5AF1) is known color: Pink Flamingo. HEX triplet: EF, 5A and F1. RGB value is (239,90,241). Sum of RGB (Red+Green+Blue) = 239+90+241=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 90 (35.55% from 255 or 15.79% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF5AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5AF1 is #10A50E. Grayscale: #979797. Windows color (decimal): -1090831 or 15817455. OLE color: 15817455.
HSL color Cylindrical-coordinate representation of color #EF5AF1: hue angle of 299.21º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5AF1 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 90 | 241 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.05 |
| HSL | 299.21º | 0.84% | 0.65% | - |
| HSV(B) | 299.21º | 0.63% | 0.95% | - |
| XYZ | 55.13 | 32.01 | 86.49 | - |
| YUV | 151.77 | 178.36 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 241 | 0.01 | 0.63 | 0 | 0.05 | 299.21 | 0.84 | 0.65 |
| Hex | EF | 5A | F1 | 1 | 3F | 0 | 5 | 12B | 54 | 41 |
| Octal | 357 | 132 | 361 | 1 | 77 | 0 | 5 | 453 | 124 | 101 |
| Binary | 11101111 | 1011010 | 11110001 | 1 | 111111 | 0 | 101 | 100101011 | 1010100 | 1000001 |
Color Harmonies of #EF5AF1
Complementary color
Monochromatic Colors of #EF5AF1
Black with #EF5AF1
Text Example
Text Example
White with #EF5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AF1; }
p { color: rgb(239,90,241); }
H1.HeaderClassName
{
color: #EF5AF1;
}
.AnyTagClassName
{
color: #EF5AF1;
}
</style>
background-color css
<style>
a { background-color: #EF5AF1; }
a { background-color: rgb(239,90,241); }
div.DivClassName
{
background-color: #EF5AF1;
}
.BgClassName
{
background-color: #EF5AF1;
}
</style>
border-color css
<style>
span { border-color: #EF5AF1; }
span { border-color: rgb(239,90,241); }
td.TdClassName
{
border-color: #EF5AF1;
}
.TagClassName
{
border-color: #EF5AF1;
}
</style>