Shades of Pink Flamingo #ED5CFC
Tints of Pink Flamingo #ED5CFC
RGB
CMYK
RGB Variations
Color information
#ED5CFC (or 0xED5CFC) is known color: Pink Flamingo. HEX triplet: ED, 5C and FC. RGB value is (237,92,252). Sum of RGB (Red+Green+Blue) = 237+92+252=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CFC is #12A303. Grayscale: #999999. Windows color (decimal): -1221380 or 16538861. OLE color: 16538861.
HSL color Cylindrical-coordinate representation of color #ED5CFC: hue angle of 294.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5CFC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 92 | 252 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.01 |
| HSL | 294.38º | 0.96% | 0.67% | - |
| HSV(B) | 294.38º | 0.63% | 0.99% | - |
| XYZ | 56.32 | 32.69 | 95.44 | - |
| YUV | 153.6 | 183.54 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 252 | 0.06 | 0.63 | 0 | 0.01 | 294.38 | 0.96 | 0.67 |
| Hex | ED | 5C | FC | 6 | 3F | 0 | 1 | 126 | 60 | 43 |
| Octal | 355 | 134 | 374 | 6 | 77 | 0 | 1 | 446 | 140 | 103 |
| Binary | 11101101 | 1011100 | 11111100 | 110 | 111111 | 0 | 1 | 100100110 | 1100000 | 1000011 |
Color Harmonies of #ED5CFC
Complementary color
Monochromatic Colors of #ED5CFC
Black with #ED5CFC
Text Example
Text Example
White with #ED5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5CFC; }
p { color: rgb(237,92,252); }
H1.HeaderClassName
{
color: #ED5CFC;
}
.AnyTagClassName
{
color: #ED5CFC;
}
</style>
background-color css
<style>
a { background-color: #ED5CFC; }
a { background-color: rgb(237,92,252); }
div.DivClassName
{
background-color: #ED5CFC;
}
.BgClassName
{
background-color: #ED5CFC;
}
</style>
border-color css
<style>
span { border-color: #ED5CFC; }
span { border-color: rgb(237,92,252); }
td.TdClassName
{
border-color: #ED5CFC;
}
.TagClassName
{
border-color: #ED5CFC;
}
</style>