Shades of Pink Flamingo #EF4AFA
Tints of Pink Flamingo #EF4AFA
RGB
CMYK
RGB Variations
Color information
#EF4AFA (or 0xEF4AFA) is known color: Pink Flamingo. HEX triplet: EF, 4A and FA. RGB value is (239,74,250). Sum of RGB (Red+Green+Blue) = 239+74+250=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 74 (29.30% from 255 or 13.14% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF4AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4AFA is #10B505. Grayscale: #8E8E8E. Windows color (decimal): -1094918 or 16403183. OLE color: 16403183.
HSL color Cylindrical-coordinate representation of color #EF4AFA: hue angle of 296.25º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4AFA is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 74 | 250 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.02 |
| HSL | 296.25º | 0.95% | 0.64% | - |
| HSV(B) | 296.25º | 0.7% | 0.98% | - |
| XYZ | 55.3 | 30.15 | 93.35 | - |
| YUV | 143.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 250 | 0.04 | 0.70 | 0 | 0.02 | 296.25 | 0.95 | 0.64 |
| Hex | EF | 4A | FA | 4 | 46 | 0 | 2 | 128 | 5F | 40 |
| Octal | 357 | 112 | 372 | 4 | 106 | 0 | 2 | 450 | 137 | 100 |
| Binary | 11101111 | 1001010 | 11111010 | 100 | 1000110 | 0 | 10 | 100101000 | 1011111 | 1000000 |
Color Harmonies of #EF4AFA
Complementary color
Monochromatic Colors of #EF4AFA
Black with #EF4AFA
Text Example
Text Example
White with #EF4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AFA; }
p { color: rgb(239,74,250); }
H1.HeaderClassName
{
color: #EF4AFA;
}
.AnyTagClassName
{
color: #EF4AFA;
}
</style>
background-color css
<style>
a { background-color: #EF4AFA; }
a { background-color: rgb(239,74,250); }
div.DivClassName
{
background-color: #EF4AFA;
}
.BgClassName
{
background-color: #EF4AFA;
}
</style>
border-color css
<style>
span { border-color: #EF4AFA; }
span { border-color: rgb(239,74,250); }
td.TdClassName
{
border-color: #EF4AFA;
}
.TagClassName
{
border-color: #EF4AFA;
}
</style>