Shades of Pink Flamingo #ED5CFE
Tints of Pink Flamingo #ED5CFE
RGB
CMYK
RGB Variations
Color information
#ED5CFE (or 0xED5CFE) is known color: Pink Flamingo. HEX triplet: ED, 5C and FE. RGB value is (237,92,254). Sum of RGB (Red+Green+Blue) = 237+92+254=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CFE is #12A301. Grayscale: #999999. Windows color (decimal): -1221378 or 16669933. OLE color: 16669933.
HSL color Cylindrical-coordinate representation of color #ED5CFE: hue angle of 293.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED5CFE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 92 | 254 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.00 |
| HSL | 293.7º | 0.99% | 0.68% | - |
| HSV(B) | 293.7º | 0.64% | 1% | - |
| XYZ | 56.64 | 32.81 | 97.11 | - |
| YUV | 153.82 | 184.54 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 254 | 0.07 | 0.64 | 0 | 0.00 | 293.7 | 0.99 | 0.68 |
| Hex | ED | 5C | FE | 7 | 40 | 0 | 0 | 126 | 63 | 44 |
| Octal | 355 | 134 | 376 | 7 | 100 | 0 | 0 | 446 | 143 | 104 |
| Binary | 11101101 | 1011100 | 11111110 | 111 | 1000000 | 0 | 0 | 100100110 | 1100011 | 1000100 |
Color Harmonies of #ED5CFE
Complementary color
Monochromatic Colors of #ED5CFE
Black with #ED5CFE
Text Example
Text Example
White with #ED5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5CFE; }
p { color: rgb(237,92,254); }
H1.HeaderClassName
{
color: #ED5CFE;
}
.AnyTagClassName
{
color: #ED5CFE;
}
</style>
background-color css
<style>
a { background-color: #ED5CFE; }
a { background-color: rgb(237,92,254); }
div.DivClassName
{
background-color: #ED5CFE;
}
.BgClassName
{
background-color: #ED5CFE;
}
</style>
border-color css
<style>
span { border-color: #ED5CFE; }
span { border-color: rgb(237,92,254); }
td.TdClassName
{
border-color: #ED5CFE;
}
.TagClassName
{
border-color: #ED5CFE;
}
</style>