Shades of Pink Flamingo #EF60ED
Tints of Pink Flamingo #EF60ED
RGB
CMYK
RGB Variations
Color information
#EF60ED (or 0xEF60ED) is known color: Pink Flamingo. HEX triplet: EF, 60 and ED. RGB value is (239,96,237). Sum of RGB (Red+Green+Blue) = 239+96+237=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 96 (37.89% from 255 or 16.78% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF60ED is #109F12. Grayscale: #9A9A9A. Windows color (decimal): -1089299 or 15556847. OLE color: 15556847.
HSL color Cylindrical-coordinate representation of color #EF60ED: hue angle of 300.84º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60ED is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 237 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.06 |
| HSL | 300.84º | 0.82% | 0.66% | - |
| HSV(B) | 300.84º | 0.6% | 0.94% | - |
| XYZ | 55.07 | 32.83 | 83.56 | - |
| YUV | 154.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 237 | 0 | 0.60 | 0.01 | 0.06 | 300.84 | 0.82 | 0.66 |
| Hex | EF | 60 | ED | 0 | 3C | 1 | 6 | 12D | 52 | 42 |
| Octal | 357 | 140 | 355 | 0 | 74 | 1 | 6 | 455 | 122 | 102 |
| Binary | 11101111 | 1100000 | 11101101 | 0 | 111100 | 1 | 110 | 100101101 | 1010010 | 1000010 |
Color Harmonies of #EF60ED
Complementary color
Monochromatic Colors of #EF60ED
Black with #EF60ED
Text Example
Text Example
White with #EF60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60ED; }
p { color: rgb(239,96,237); }
H1.HeaderClassName
{
color: #EF60ED;
}
.AnyTagClassName
{
color: #EF60ED;
}
</style>
background-color css
<style>
a { background-color: #EF60ED; }
a { background-color: rgb(239,96,237); }
div.DivClassName
{
background-color: #EF60ED;
}
.BgClassName
{
background-color: #EF60ED;
}
</style>
border-color css
<style>
span { border-color: #EF60ED; }
span { border-color: rgb(239,96,237); }
td.TdClassName
{
border-color: #EF60ED;
}
.TagClassName
{
border-color: #EF60ED;
}
</style>