Shades of Pink Flamingo #EF3AFC
Tints of Pink Flamingo #EF3AFC
RGB
CMYK
RGB Variations
Color information
#EF3AFC (or 0xEF3AFC) is known color: Pink Flamingo. HEX triplet: EF, 3A and FC. RGB value is (239,58,252). Sum of RGB (Red+Green+Blue) = 239+58+252=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 58 (23.05% from 255 or 10.56% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF3AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3AFC is #10C503. Grayscale: #858585. Windows color (decimal): -1099012 or 16530159. OLE color: 16530159.
HSL color Cylindrical-coordinate representation of color #EF3AFC: hue angle of 295.98º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3AFC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 58 | 252 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.01 |
| HSL | 295.98º | 0.97% | 0.61% | - |
| HSV(B) | 295.98º | 0.77% | 0.99% | - |
| XYZ | 54.68 | 28.41 | 94.7 | - |
| YUV | 134.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 252 | 0.05 | 0.77 | 0 | 0.01 | 295.98 | 0.97 | 0.61 |
| Hex | EF | 3A | FC | 5 | 4D | 0 | 1 | 128 | 61 | 3D |
| Octal | 357 | 72 | 374 | 5 | 115 | 0 | 1 | 450 | 141 | 75 |
| Binary | 11101111 | 111010 | 11111100 | 101 | 1001101 | 0 | 1 | 100101000 | 1100001 | 111101 |
Color Harmonies of #EF3AFC
Complementary color
Monochromatic Colors of #EF3AFC
Black with #EF3AFC
Text Example
Text Example
White with #EF3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3AFC; }
p { color: rgb(239,58,252); }
H1.HeaderClassName
{
color: #EF3AFC;
}
.AnyTagClassName
{
color: #EF3AFC;
}
</style>
background-color css
<style>
a { background-color: #EF3AFC; }
a { background-color: rgb(239,58,252); }
div.DivClassName
{
background-color: #EF3AFC;
}
.BgClassName
{
background-color: #EF3AFC;
}
</style>
border-color css
<style>
span { border-color: #EF3AFC; }
span { border-color: rgb(239,58,252); }
td.TdClassName
{
border-color: #EF3AFC;
}
.TagClassName
{
border-color: #EF3AFC;
}
</style>