Shades of Pink Flamingo #ED60F6
Tints of Pink Flamingo #ED60F6
RGB
CMYK
RGB Variations
Color information
#ED60F6 (or 0xED60F6) is known color: Pink Flamingo. HEX triplet: ED, 60 and F6. RGB value is (237,96,246). Sum of RGB (Red+Green+Blue) = 237+96+246=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 96 (37.89% from 255 or 16.58% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED60F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED60F6 is #129F09. Grayscale: #9A9A9A. Windows color (decimal): -1220362 or 16146669. OLE color: 16146669.
HSL color Cylindrical-coordinate representation of color #ED60F6: hue angle of 296.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED60F6 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 96 | 246 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.04 |
| HSL | 296.4º | 0.89% | 0.67% | - |
| HSV(B) | 296.4º | 0.61% | 0.96% | - |
| XYZ | 55.74 | 33.02 | 90.63 | - |
| YUV | 155.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 246 | 0.04 | 0.61 | 0 | 0.04 | 296.4 | 0.89 | 0.67 |
| Hex | ED | 60 | F6 | 4 | 3D | 0 | 4 | 128 | 59 | 43 |
| Octal | 355 | 140 | 366 | 4 | 75 | 0 | 4 | 450 | 131 | 103 |
| Binary | 11101101 | 1100000 | 11110110 | 100 | 111101 | 0 | 100 | 100101000 | 1011001 | 1000011 |
Color Harmonies of #ED60F6
Complementary color
Monochromatic Colors of #ED60F6
Black with #ED60F6
Text Example
Text Example
White with #ED60F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60F6; }
p { color: rgb(237,96,246); }
H1.HeaderClassName
{
color: #ED60F6;
}
.AnyTagClassName
{
color: #ED60F6;
}
</style>
background-color css
<style>
a { background-color: #ED60F6; }
a { background-color: rgb(237,96,246); }
div.DivClassName
{
background-color: #ED60F6;
}
.BgClassName
{
background-color: #ED60F6;
}
</style>
border-color css
<style>
span { border-color: #ED60F6; }
span { border-color: rgb(237,96,246); }
td.TdClassName
{
border-color: #ED60F6;
}
.TagClassName
{
border-color: #ED60F6;
}
</style>