Shades of Pink Flamingo #EF5AF4
Tints of Pink Flamingo #EF5AF4
RGB
CMYK
RGB Variations
Color information
#EF5AF4 (or 0xEF5AF4) is known color: Pink Flamingo. HEX triplet: EF, 5A and F4. RGB value is (239,90,244). Sum of RGB (Red+Green+Blue) = 239+90+244=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 90 (35.55% from 255 or 15.71% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF5AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5AF4 is #10A50B. Grayscale: #979797. Windows color (decimal): -1090828 or 16014063. OLE color: 16014063.
HSL color Cylindrical-coordinate representation of color #EF5AF4: hue angle of 298.05º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5AF4 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 90 | 244 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.04 |
| HSL | 298.05º | 0.88% | 0.65% | - |
| HSV(B) | 298.05º | 0.63% | 0.96% | - |
| XYZ | 55.58 | 32.19 | 88.87 | - |
| YUV | 152.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 244 | 0.02 | 0.63 | 0 | 0.04 | 298.05 | 0.88 | 0.65 |
| Hex | EF | 5A | F4 | 2 | 3F | 0 | 4 | 12A | 58 | 41 |
| Octal | 357 | 132 | 364 | 2 | 77 | 0 | 4 | 452 | 130 | 101 |
| Binary | 11101111 | 1011010 | 11110100 | 10 | 111111 | 0 | 100 | 100101010 | 1011000 | 1000001 |
Color Harmonies of #EF5AF4
Complementary color
Monochromatic Colors of #EF5AF4
Black with #EF5AF4
Text Example
Text Example
White with #EF5AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AF4; }
p { color: rgb(239,90,244); }
H1.HeaderClassName
{
color: #EF5AF4;
}
.AnyTagClassName
{
color: #EF5AF4;
}
</style>
background-color css
<style>
a { background-color: #EF5AF4; }
a { background-color: rgb(239,90,244); }
div.DivClassName
{
background-color: #EF5AF4;
}
.BgClassName
{
background-color: #EF5AF4;
}
</style>
border-color css
<style>
span { border-color: #EF5AF4; }
span { border-color: rgb(239,90,244); }
td.TdClassName
{
border-color: #EF5AF4;
}
.TagClassName
{
border-color: #EF5AF4;
}
</style>