Shades of Pink Flamingo #EF43F5
Tints of Pink Flamingo #EF43F5
RGB
CMYK
RGB Variations
Color information
#EF43F5 (or 0xEF43F5) is known color: Pink Flamingo. HEX triplet: EF, 43 and F5. RGB value is (239,67,245). Sum of RGB (Red+Green+Blue) = 239+67+245=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 67 (26.56% from 255 or 12.16% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF43F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF43F5 is #10BC0A. Grayscale: #8A8A8A. Windows color (decimal): -1096715 or 16073711. OLE color: 16073711.
HSL color Cylindrical-coordinate representation of color #EF43F5: hue angle of 297.98º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF43F5 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 67 | 245 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.04 |
| HSL | 297.98º | 0.9% | 0.61% | - |
| HSV(B) | 297.98º | 0.73% | 0.96% | - |
| XYZ | 54.09 | 28.96 | 89.12 | - |
| YUV | 138.72 | 187.98 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 245 | 0.02 | 0.73 | 0 | 0.04 | 297.98 | 0.9 | 0.61 |
| Hex | EF | 43 | F5 | 2 | 49 | 0 | 4 | 12A | 5A | 3D |
| Octal | 357 | 103 | 365 | 2 | 111 | 0 | 4 | 452 | 132 | 75 |
| Binary | 11101111 | 1000011 | 11110101 | 10 | 1001001 | 0 | 100 | 100101010 | 1011010 | 111101 |
Color Harmonies of #EF43F5
Complementary color
Monochromatic Colors of #EF43F5
Black with #EF43F5
Text Example
Text Example
White with #EF43F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF43F5; }
p { color: rgb(239,67,245); }
H1.HeaderClassName
{
color: #EF43F5;
}
.AnyTagClassName
{
color: #EF43F5;
}
</style>
background-color css
<style>
a { background-color: #EF43F5; }
a { background-color: rgb(239,67,245); }
div.DivClassName
{
background-color: #EF43F5;
}
.BgClassName
{
background-color: #EF43F5;
}
</style>
border-color css
<style>
span { border-color: #EF43F5; }
span { border-color: rgb(239,67,245); }
td.TdClassName
{
border-color: #EF43F5;
}
.TagClassName
{
border-color: #EF43F5;
}
</style>