Shades of Pink Flamingo #EF3DF7
Tints of Pink Flamingo #EF3DF7
RGB
CMYK
RGB Variations
Color information
#EF3DF7 (or 0xEF3DF7) is known color: Pink Flamingo. HEX triplet: EF, 3D and F7. RGB value is (239,61,247). Sum of RGB (Red+Green+Blue) = 239+61+247=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 61 (24.22% from 255 or 11.15% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF3DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3DF7 is #10C208. Grayscale: #868686. Windows color (decimal): -1098249 or 16203247. OLE color: 16203247.
HSL color Cylindrical-coordinate representation of color #EF3DF7: hue angle of 297.42º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3DF7 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 61 | 247 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.03 |
| HSL | 297.42º | 0.92% | 0.6% | - |
| HSV(B) | 297.42º | 0.75% | 0.97% | - |
| XYZ | 54.05 | 28.4 | 90.63 | - |
| YUV | 135.43 | 190.97 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 247 | 0.03 | 0.75 | 0 | 0.03 | 297.42 | 0.92 | 0.6 |
| Hex | EF | 3D | F7 | 3 | 4B | 0 | 3 | 129 | 5C | 3C |
| Octal | 357 | 75 | 367 | 3 | 113 | 0 | 3 | 451 | 134 | 74 |
| Binary | 11101111 | 111101 | 11110111 | 11 | 1001011 | 0 | 11 | 100101001 | 1011100 | 111100 |
Color Harmonies of #EF3DF7
Complementary color
Monochromatic Colors of #EF3DF7
Black with #EF3DF7
Text Example
Text Example
White with #EF3DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DF7; }
p { color: rgb(239,61,247); }
H1.HeaderClassName
{
color: #EF3DF7;
}
.AnyTagClassName
{
color: #EF3DF7;
}
</style>
background-color css
<style>
a { background-color: #EF3DF7; }
a { background-color: rgb(239,61,247); }
div.DivClassName
{
background-color: #EF3DF7;
}
.BgClassName
{
background-color: #EF3DF7;
}
</style>
border-color css
<style>
span { border-color: #EF3DF7; }
span { border-color: rgb(239,61,247); }
td.TdClassName
{
border-color: #EF3DF7;
}
.TagClassName
{
border-color: #EF3DF7;
}
</style>