Shades of Pink Flamingo #ED5CFD
Tints of Pink Flamingo #ED5CFD
RGB
CMYK
RGB Variations
Color information
#ED5CFD (or 0xED5CFD) is known color: Pink Flamingo. HEX triplet: ED, 5C and FD. RGB value is (237,92,253). Sum of RGB (Red+Green+Blue) = 237+92+253=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CFD is #12A302. Grayscale: #999999. Windows color (decimal): -1221379 or 16604397. OLE color: 16604397.
HSL color Cylindrical-coordinate representation of color #ED5CFD: hue angle of 294.04º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED5CFD is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 92 | 253 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.01 |
| HSL | 294.04º | 0.98% | 0.68% | - |
| HSV(B) | 294.04º | 0.64% | 0.99% | - |
| XYZ | 56.48 | 32.75 | 96.27 | - |
| YUV | 153.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 253 | 0.06 | 0.64 | 0 | 0.01 | 294.04 | 0.98 | 0.68 |
| Hex | ED | 5C | FD | 6 | 40 | 0 | 1 | 126 | 62 | 44 |
| Octal | 355 | 134 | 375 | 6 | 100 | 0 | 1 | 446 | 142 | 104 |
| Binary | 11101101 | 1011100 | 11111101 | 110 | 1000000 | 0 | 1 | 100100110 | 1100010 | 1000100 |
Color Harmonies of #ED5CFD
Complementary color
Monochromatic Colors of #ED5CFD
Black with #ED5CFD
Text Example
Text Example
White with #ED5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5CFD; }
p { color: rgb(237,92,253); }
H1.HeaderClassName
{
color: #ED5CFD;
}
.AnyTagClassName
{
color: #ED5CFD;
}
</style>
background-color css
<style>
a { background-color: #ED5CFD; }
a { background-color: rgb(237,92,253); }
div.DivClassName
{
background-color: #ED5CFD;
}
.BgClassName
{
background-color: #ED5CFD;
}
</style>
border-color css
<style>
span { border-color: #ED5CFD; }
span { border-color: rgb(237,92,253); }
td.TdClassName
{
border-color: #ED5CFD;
}
.TagClassName
{
border-color: #ED5CFD;
}
</style>