Shades of Pink Flamingo #ED5CFF
Tints of Pink Flamingo #ED5CFF
RGB
CMYK
RGB Variations
Color information
#ED5CFF (or 0xED5CFF) is known color: Pink Flamingo. HEX triplet: ED, 5C and FF. RGB value is (237,92,255). Sum of RGB (Red+Green+Blue) = 237+92+255=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CFF is #12A300. Grayscale: #999999. Windows color (decimal): -1221377 or 16735469. OLE color: 16735469.
HSL color Cylindrical-coordinate representation of color #ED5CFF: hue angle of 293.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED5CFF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 92 | 255 | - |
| CMYK | 0.07 | 0.64 | 0 | 0 |
| HSL | 293.37º | 1% | 0.68% | - |
| HSV(B) | 293.37º | 0.64% | 1% | - |
| XYZ | 56.8 | 32.88 | 97.96 | - |
| YUV | 153.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 255 | 0.07 | 0.64 | 0 | 0 | 293.37 | 1 | 0.68 |
| Hex | ED | 5C | FF | 7 | 40 | 0 | 0 | 125 | 64 | 44 |
| Octal | 355 | 134 | 377 | 7 | 100 | 0 | 0 | 445 | 144 | 104 |
| Binary | 11101101 | 1011100 | 11111111 | 111 | 1000000 | 0 | 0 | 100100101 | 1100100 | 1000100 |
Color Harmonies of #ED5CFF
Complementary color
Monochromatic Colors of #ED5CFF
Black with #ED5CFF
Text Example
Text Example
White with #ED5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5CFF; }
p { color: rgb(237,92,255); }
H1.HeaderClassName
{
color: #ED5CFF;
}
.AnyTagClassName
{
color: #ED5CFF;
}
</style>
background-color css
<style>
a { background-color: #ED5CFF; }
a { background-color: rgb(237,92,255); }
div.DivClassName
{
background-color: #ED5CFF;
}
.BgClassName
{
background-color: #ED5CFF;
}
</style>
border-color css
<style>
span { border-color: #ED5CFF; }
span { border-color: rgb(237,92,255); }
td.TdClassName
{
border-color: #ED5CFF;
}
.TagClassName
{
border-color: #ED5CFF;
}
</style>