Shades of Pink Flamingo #EF3EF8
Tints of Pink Flamingo #EF3EF8
RGB
CMYK
RGB Variations
Color information
#EF3EF8 (or 0xEF3EF8) is known color: Pink Flamingo. HEX triplet: EF, 3E and F8. RGB value is (239,62,248). Sum of RGB (Red+Green+Blue) = 239+62+248=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 62 (24.61% from 255 or 11.29% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF3EF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3EF8 is #10C107. Grayscale: #878787. Windows color (decimal): -1097992 or 16269039. OLE color: 16269039.
HSL color Cylindrical-coordinate representation of color #EF3EF8: hue angle of 297.1º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3EF8 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 62 | 248 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.03 |
| HSL | 297.1º | 0.93% | 0.61% | - |
| HSV(B) | 297.1º | 0.75% | 0.97% | - |
| XYZ | 54.26 | 28.57 | 91.46 | - |
| YUV | 136.13 | 191.14 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 248 | 0.04 | 0.75 | 0 | 0.03 | 297.1 | 0.93 | 0.61 |
| Hex | EF | 3E | F8 | 4 | 4B | 0 | 3 | 129 | 5D | 3D |
| Octal | 357 | 76 | 370 | 4 | 113 | 0 | 3 | 451 | 135 | 75 |
| Binary | 11101111 | 111110 | 11111000 | 100 | 1001011 | 0 | 11 | 100101001 | 1011101 | 111101 |
Color Harmonies of #EF3EF8
Complementary color
Monochromatic Colors of #EF3EF8
Black with #EF3EF8
Text Example
Text Example
White with #EF3EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3EF8; }
p { color: rgb(239,62,248); }
H1.HeaderClassName
{
color: #EF3EF8;
}
.AnyTagClassName
{
color: #EF3EF8;
}
</style>
background-color css
<style>
a { background-color: #EF3EF8; }
a { background-color: rgb(239,62,248); }
div.DivClassName
{
background-color: #EF3EF8;
}
.BgClassName
{
background-color: #EF3EF8;
}
</style>
border-color css
<style>
span { border-color: #EF3EF8; }
span { border-color: rgb(239,62,248); }
td.TdClassName
{
border-color: #EF3EF8;
}
.TagClassName
{
border-color: #EF3EF8;
}
</style>