Shades of Pink Flamingo #EF61FF
Tints of Pink Flamingo #EF61FF
RGB
CMYK
RGB Variations
Color information
#EF61FF (or 0xEF61FF) is known color: Pink Flamingo. HEX triplet: EF, 61 and FF. RGB value is (239,97,255). Sum of RGB (Red+Green+Blue) = 239+97+255=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 97 (38.28% from 255 or 16.41% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF61FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF61FF is #109E00. Grayscale: #9C9C9C. Windows color (decimal): -1089025 or 16736751. OLE color: 16736751.
HSL color Cylindrical-coordinate representation of color #EF61FF: hue angle of 293.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF61FF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 97 | 255 | - |
| CMYK | 0.06 | 0.62 | 0 | 0 |
| HSL | 293.92º | 1% | 0.69% | - |
| HSV(B) | 293.92º | 0.62% | 1% | - |
| XYZ | 57.92 | 34.12 | 98.14 | - |
| YUV | 157.47 | 183.04 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 255 | 0.06 | 0.62 | 0 | 0 | 293.92 | 1 | 0.69 |
| Hex | EF | 61 | FF | 6 | 3E | 0 | 0 | 126 | 64 | 45 |
| Octal | 357 | 141 | 377 | 6 | 76 | 0 | 0 | 446 | 144 | 105 |
| Binary | 11101111 | 1100001 | 11111111 | 110 | 111110 | 0 | 0 | 100100110 | 1100100 | 1000101 |
Color Harmonies of #EF61FF
Complementary color
Monochromatic Colors of #EF61FF
Black with #EF61FF
Text Example
Text Example
White with #EF61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF61FF; }
p { color: rgb(239,97,255); }
H1.HeaderClassName
{
color: #EF61FF;
}
.AnyTagClassName
{
color: #EF61FF;
}
</style>
background-color css
<style>
a { background-color: #EF61FF; }
a { background-color: rgb(239,97,255); }
div.DivClassName
{
background-color: #EF61FF;
}
.BgClassName
{
background-color: #EF61FF;
}
</style>
border-color css
<style>
span { border-color: #EF61FF; }
span { border-color: rgb(239,97,255); }
td.TdClassName
{
border-color: #EF61FF;
}
.TagClassName
{
border-color: #EF61FF;
}
</style>