Shades of Pink Flamingo #ED66F8
Tints of Pink Flamingo #ED66F8
RGB
CMYK
RGB Variations
Color information
#ED66F8 (or 0xED66F8) is known color: Pink Flamingo. HEX triplet: ED, 66 and F8. RGB value is (237,102,248). Sum of RGB (Red+Green+Blue) = 237+102+248=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 102 (40.23% from 255 or 17.38% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED66F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66F8 is #129907. Grayscale: #9E9E9E. Windows color (decimal): -1218824 or 16279277. OLE color: 16279277.
HSL color Cylindrical-coordinate representation of color #ED66F8: hue angle of 295.48º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED66F8 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 102 | 248 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.03 |
| HSL | 295.48º | 0.91% | 0.69% | - |
| HSV(B) | 295.48º | 0.59% | 0.97% | - |
| XYZ | 56.62 | 34.28 | 92.44 | - |
| YUV | 159.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 248 | 0.04 | 0.59 | 0 | 0.03 | 295.48 | 0.91 | 0.69 |
| Hex | ED | 66 | F8 | 4 | 3B | 0 | 3 | 127 | 5B | 45 |
| Octal | 355 | 146 | 370 | 4 | 73 | 0 | 3 | 447 | 133 | 105 |
| Binary | 11101101 | 1100110 | 11111000 | 100 | 111011 | 0 | 11 | 100100111 | 1011011 | 1000101 |
Color Harmonies of #ED66F8
Complementary color
Monochromatic Colors of #ED66F8
Black with #ED66F8
Text Example
Text Example
White with #ED66F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66F8; }
p { color: rgb(237,102,248); }
H1.HeaderClassName
{
color: #ED66F8;
}
.AnyTagClassName
{
color: #ED66F8;
}
</style>
background-color css
<style>
a { background-color: #ED66F8; }
a { background-color: rgb(237,102,248); }
div.DivClassName
{
background-color: #ED66F8;
}
.BgClassName
{
background-color: #ED66F8;
}
</style>
border-color css
<style>
span { border-color: #ED66F8; }
span { border-color: rgb(237,102,248); }
td.TdClassName
{
border-color: #ED66F8;
}
.TagClassName
{
border-color: #ED66F8;
}
</style>