Shades of Pink Flamingo #ED68F9
Tints of Pink Flamingo #ED68F9
RGB
CMYK
RGB Variations
Color information
#ED68F9 (or 0xED68F9) is known color: Pink Flamingo. HEX triplet: ED, 68 and F9. RGB value is (237,104,249). Sum of RGB (Red+Green+Blue) = 237+104+249=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED68F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68F9 is #129706. Grayscale: #9F9F9F. Windows color (decimal): -1218311 or 16345325. OLE color: 16345325.
HSL color Cylindrical-coordinate representation of color #ED68F9: hue angle of 295.03º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED68F9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 104 | 249 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.02 |
| HSL | 295.03º | 0.92% | 0.69% | - |
| HSV(B) | 295.03º | 0.58% | 0.98% | - |
| XYZ | 56.97 | 34.74 | 93.33 | - |
| YUV | 160.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 249 | 0.05 | 0.58 | 0 | 0.02 | 295.03 | 0.92 | 0.69 |
| Hex | ED | 68 | F9 | 5 | 3A | 0 | 2 | 127 | 5C | 45 |
| Octal | 355 | 150 | 371 | 5 | 72 | 0 | 2 | 447 | 134 | 105 |
| Binary | 11101101 | 1101000 | 11111001 | 101 | 111010 | 0 | 10 | 100100111 | 1011100 | 1000101 |
Color Harmonies of #ED68F9
Complementary color
Monochromatic Colors of #ED68F9
Black with #ED68F9
Text Example
Text Example
White with #ED68F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68F9; }
p { color: rgb(237,104,249); }
H1.HeaderClassName
{
color: #ED68F9;
}
.AnyTagClassName
{
color: #ED68F9;
}
</style>
background-color css
<style>
a { background-color: #ED68F9; }
a { background-color: rgb(237,104,249); }
div.DivClassName
{
background-color: #ED68F9;
}
.BgClassName
{
background-color: #ED68F9;
}
</style>
border-color css
<style>
span { border-color: #ED68F9; }
span { border-color: rgb(237,104,249); }
td.TdClassName
{
border-color: #ED68F9;
}
.TagClassName
{
border-color: #ED68F9;
}
</style>