Shades of Pink Flamingo #ED5EFC
Tints of Pink Flamingo #ED5EFC
RGB
CMYK
RGB Variations
Color information
#ED5EFC (or 0xED5EFC) is known color: Pink Flamingo. HEX triplet: ED, 5E and FC. RGB value is (237,94,252). Sum of RGB (Red+Green+Blue) = 237+94+252=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 94 (37.11% from 255 or 16.12% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5EFC is #12A103. Grayscale: #9A9A9A. Windows color (decimal): -1220868 or 16539373. OLE color: 16539373.
HSL color Cylindrical-coordinate representation of color #ED5EFC: hue angle of 294.3º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5EFC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 94 | 252 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.01 |
| HSL | 294.3º | 0.96% | 0.68% | - |
| HSV(B) | 294.3º | 0.63% | 0.99% | - |
| XYZ | 56.5 | 33.04 | 95.49 | - |
| YUV | 154.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 252 | 0.06 | 0.63 | 0 | 0.01 | 294.3 | 0.96 | 0.68 |
| Hex | ED | 5E | FC | 6 | 3F | 0 | 1 | 126 | 60 | 44 |
| Octal | 355 | 136 | 374 | 6 | 77 | 0 | 1 | 446 | 140 | 104 |
| Binary | 11101101 | 1011110 | 11111100 | 110 | 111111 | 0 | 1 | 100100110 | 1100000 | 1000100 |
Color Harmonies of #ED5EFC
Complementary color
Monochromatic Colors of #ED5EFC
Black with #ED5EFC
Text Example
Text Example
White with #ED5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5EFC; }
p { color: rgb(237,94,252); }
H1.HeaderClassName
{
color: #ED5EFC;
}
.AnyTagClassName
{
color: #ED5EFC;
}
</style>
background-color css
<style>
a { background-color: #ED5EFC; }
a { background-color: rgb(237,94,252); }
div.DivClassName
{
background-color: #ED5EFC;
}
.BgClassName
{
background-color: #ED5EFC;
}
</style>
border-color css
<style>
span { border-color: #ED5EFC; }
span { border-color: rgb(237,94,252); }
td.TdClassName
{
border-color: #ED5EFC;
}
.TagClassName
{
border-color: #ED5EFC;
}
</style>