Shades of Pink Flamingo #ED66FE
Tints of Pink Flamingo #ED66FE
RGB
CMYK
RGB Variations
Color information
#ED66FE (or 0xED66FE) is known color: Pink Flamingo. HEX triplet: ED, 66 and FE. RGB value is (237,102,254). Sum of RGB (Red+Green+Blue) = 237+102+254=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 102 (40.23% from 255 or 17.20% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66FE is #129901. Grayscale: #9F9F9F. Windows color (decimal): -1218818 or 16672493. OLE color: 16672493.
HSL color Cylindrical-coordinate representation of color #ED66FE: hue angle of 293.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED66FE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 102 | 254 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.00 |
| HSL | 293.29º | 0.99% | 0.7% | - |
| HSV(B) | 293.29º | 0.6% | 1% | - |
| XYZ | 57.57 | 34.66 | 97.42 | - |
| YUV | 159.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 254 | 0.07 | 0.60 | 0 | 0.00 | 293.29 | 0.99 | 0.7 |
| Hex | ED | 66 | FE | 7 | 3C | 0 | 0 | 125 | 63 | 46 |
| Octal | 355 | 146 | 376 | 7 | 74 | 0 | 0 | 445 | 143 | 106 |
| Binary | 11101101 | 1100110 | 11111110 | 111 | 111100 | 0 | 0 | 100100101 | 1100011 | 1000110 |
Color Harmonies of #ED66FE
Complementary color
Monochromatic Colors of #ED66FE
Black with #ED66FE
Text Example
Text Example
White with #ED66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66FE; }
p { color: rgb(237,102,254); }
H1.HeaderClassName
{
color: #ED66FE;
}
.AnyTagClassName
{
color: #ED66FE;
}
</style>
background-color css
<style>
a { background-color: #ED66FE; }
a { background-color: rgb(237,102,254); }
div.DivClassName
{
background-color: #ED66FE;
}
.BgClassName
{
background-color: #ED66FE;
}
</style>
border-color css
<style>
span { border-color: #ED66FE; }
span { border-color: rgb(237,102,254); }
td.TdClassName
{
border-color: #ED66FE;
}
.TagClassName
{
border-color: #ED66FE;
}
</style>