Shades of Pink Flamingo #ED66EE
Tints of Pink Flamingo #ED66EE
RGB
CMYK
RGB Variations
Color information
#ED66EE (or 0xED66EE) is known color: Pink Flamingo. HEX triplet: ED, 66 and EE. RGB value is (237,102,238). Sum of RGB (Red+Green+Blue) = 237+102+238=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED66EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66EE is #129911. Grayscale: #9D9D9D. Windows color (decimal): -1218834 or 15623917. OLE color: 15623917.
HSL color Cylindrical-coordinate representation of color #ED66EE: hue angle of 299.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED66EE is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 238 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.07 |
| HSL | 299.56º | 0.8% | 0.67% | - |
| HSV(B) | 299.56º | 0.57% | 0.93% | - |
| XYZ | 55.11 | 33.68 | 84.49 | - |
| YUV | 157.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 238 | 0.00 | 0.57 | 0 | 0.07 | 299.56 | 0.8 | 0.67 |
| Hex | ED | 66 | EE | 0 | 39 | 0 | 7 | 12C | 50 | 43 |
| Octal | 355 | 146 | 356 | 0 | 71 | 0 | 7 | 454 | 120 | 103 |
| Binary | 11101101 | 1100110 | 11101110 | 0 | 111001 | 0 | 111 | 100101100 | 1010000 | 1000011 |
Color Harmonies of #ED66EE
Complementary color
Monochromatic Colors of #ED66EE
Black with #ED66EE
Text Example
Text Example
White with #ED66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66EE; }
p { color: rgb(237,102,238); }
H1.HeaderClassName
{
color: #ED66EE;
}
.AnyTagClassName
{
color: #ED66EE;
}
</style>
background-color css
<style>
a { background-color: #ED66EE; }
a { background-color: rgb(237,102,238); }
div.DivClassName
{
background-color: #ED66EE;
}
.BgClassName
{
background-color: #ED66EE;
}
</style>
border-color css
<style>
span { border-color: #ED66EE; }
span { border-color: rgb(237,102,238); }
td.TdClassName
{
border-color: #ED66EE;
}
.TagClassName
{
border-color: #ED66EE;
}
</style>