Shades of Pink Flamingo #ED66F5
Tints of Pink Flamingo #ED66F5
RGB
CMYK
RGB Variations
Color information
#ED66F5 (or 0xED66F5) is known color: Pink Flamingo. HEX triplet: ED, 66 and F5. RGB value is (237,102,245). Sum of RGB (Red+Green+Blue) = 237+102+245=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED66F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66F5 is #12990A. Grayscale: #9E9E9E. Windows color (decimal): -1218827 or 16082669. OLE color: 16082669.
HSL color Cylindrical-coordinate representation of color #ED66F5: hue angle of 296.64º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED66F5 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 102 | 245 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.04 |
| HSL | 296.64º | 0.88% | 0.68% | - |
| HSV(B) | 296.64º | 0.58% | 0.96% | - |
| XYZ | 56.16 | 34.1 | 90.01 | - |
| YUV | 158.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 245 | 0.03 | 0.58 | 0 | 0.04 | 296.64 | 0.88 | 0.68 |
| Hex | ED | 66 | F5 | 3 | 3A | 0 | 4 | 129 | 58 | 44 |
| Octal | 355 | 146 | 365 | 3 | 72 | 0 | 4 | 451 | 130 | 104 |
| Binary | 11101101 | 1100110 | 11110101 | 11 | 111010 | 0 | 100 | 100101001 | 1011000 | 1000100 |
Color Harmonies of #ED66F5
Complementary color
Monochromatic Colors of #ED66F5
Black with #ED66F5
Text Example
Text Example
White with #ED66F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66F5; }
p { color: rgb(237,102,245); }
H1.HeaderClassName
{
color: #ED66F5;
}
.AnyTagClassName
{
color: #ED66F5;
}
</style>
background-color css
<style>
a { background-color: #ED66F5; }
a { background-color: rgb(237,102,245); }
div.DivClassName
{
background-color: #ED66F5;
}
.BgClassName
{
background-color: #ED66F5;
}
</style>
border-color css
<style>
span { border-color: #ED66F5; }
span { border-color: rgb(237,102,245); }
td.TdClassName
{
border-color: #ED66F5;
}
.TagClassName
{
border-color: #ED66F5;
}
</style>