Shades of Pink Flamingo #ED66F1
Tints of Pink Flamingo #ED66F1
RGB
CMYK
RGB Variations
Color information
#ED66F1 (or 0xED66F1) is known color: Pink Flamingo. HEX triplet: ED, 66 and F1. RGB value is (237,102,241). Sum of RGB (Red+Green+Blue) = 237+102+241=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED66F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66F1 is #12990E. Grayscale: #9D9D9D. Windows color (decimal): -1218831 or 15820525. OLE color: 15820525.
HSL color Cylindrical-coordinate representation of color #ED66F1: hue angle of 298.27º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED66F1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 102 | 241 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.05 |
| HSL | 298.27º | 0.83% | 0.67% | - |
| HSV(B) | 298.27º | 0.58% | 0.95% | - |
| XYZ | 55.55 | 33.86 | 86.83 | - |
| YUV | 158.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 241 | 0.02 | 0.58 | 0 | 0.05 | 298.27 | 0.83 | 0.67 |
| Hex | ED | 66 | F1 | 2 | 3A | 0 | 5 | 12A | 53 | 43 |
| Octal | 355 | 146 | 361 | 2 | 72 | 0 | 5 | 452 | 123 | 103 |
| Binary | 11101101 | 1100110 | 11110001 | 10 | 111010 | 0 | 101 | 100101010 | 1010011 | 1000011 |
Color Harmonies of #ED66F1
Complementary color
Monochromatic Colors of #ED66F1
Black with #ED66F1
Text Example
Text Example
White with #ED66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66F1; }
p { color: rgb(237,102,241); }
H1.HeaderClassName
{
color: #ED66F1;
}
.AnyTagClassName
{
color: #ED66F1;
}
</style>
background-color css
<style>
a { background-color: #ED66F1; }
a { background-color: rgb(237,102,241); }
div.DivClassName
{
background-color: #ED66F1;
}
.BgClassName
{
background-color: #ED66F1;
}
</style>
border-color css
<style>
span { border-color: #ED66F1; }
span { border-color: rgb(237,102,241); }
td.TdClassName
{
border-color: #ED66F1;
}
.TagClassName
{
border-color: #ED66F1;
}
</style>