Shades of Pink Flamingo #EF4AFE
Tints of Pink Flamingo #EF4AFE
RGB
CMYK
RGB Variations
Color information
#EF4AFE (or 0xEF4AFE) is known color: Pink Flamingo. HEX triplet: EF, 4A and FE. RGB value is (239,74,254). Sum of RGB (Red+Green+Blue) = 239+74+254=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF4AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4AFE is #10B501. Grayscale: #8F8F8F. Windows color (decimal): -1094914 or 16665327. OLE color: 16665327.
HSL color Cylindrical-coordinate representation of color #EF4AFE: hue angle of 295º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4AFE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 74 | 254 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.00 |
| HSL | 295º | 0.99% | 0.64% | - |
| HSV(B) | 295º | 0.71% | 1% | - |
| XYZ | 55.93 | 30.4 | 96.69 | - |
| YUV | 143.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 254 | 0.06 | 0.71 | 0 | 0.00 | 295 | 0.99 | 0.64 |
| Hex | EF | 4A | FE | 6 | 47 | 0 | 0 | 127 | 63 | 40 |
| Octal | 357 | 112 | 376 | 6 | 107 | 0 | 0 | 447 | 143 | 100 |
| Binary | 11101111 | 1001010 | 11111110 | 110 | 1000111 | 0 | 0 | 100100111 | 1100011 | 1000000 |
Color Harmonies of #EF4AFE
Complementary color
Monochromatic Colors of #EF4AFE
Black with #EF4AFE
Text Example
Text Example
White with #EF4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AFE; }
p { color: rgb(239,74,254); }
H1.HeaderClassName
{
color: #EF4AFE;
}
.AnyTagClassName
{
color: #EF4AFE;
}
</style>
background-color css
<style>
a { background-color: #EF4AFE; }
a { background-color: rgb(239,74,254); }
div.DivClassName
{
background-color: #EF4AFE;
}
.BgClassName
{
background-color: #EF4AFE;
}
</style>
border-color css
<style>
span { border-color: #EF4AFE; }
span { border-color: rgb(239,74,254); }
td.TdClassName
{
border-color: #EF4AFE;
}
.TagClassName
{
border-color: #EF4AFE;
}
</style>