Shades of Pink Flamingo #ED5BF8
Tints of Pink Flamingo #ED5BF8
RGB
CMYK
RGB Variations
Color information
#ED5BF8 (or 0xED5BF8) is known color: Pink Flamingo. HEX triplet: ED, 5B and F8. RGB value is (237,91,248). Sum of RGB (Red+Green+Blue) = 237+91+248=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED5BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5BF8 is #12A407. Grayscale: #989898. Windows color (decimal): -1221640 or 16276461. OLE color: 16276461.
HSL color Cylindrical-coordinate representation of color #ED5BF8: hue angle of 295.8º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5BF8 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 91 | 248 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.03 |
| HSL | 295.8º | 0.92% | 0.66% | - |
| HSV(B) | 295.8º | 0.63% | 0.97% | - |
| XYZ | 55.61 | 32.26 | 92.1 | - |
| YUV | 152.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 248 | 0.04 | 0.63 | 0 | 0.03 | 295.8 | 0.92 | 0.66 |
| Hex | ED | 5B | F8 | 4 | 3F | 0 | 3 | 128 | 5C | 42 |
| Octal | 355 | 133 | 370 | 4 | 77 | 0 | 3 | 450 | 134 | 102 |
| Binary | 11101101 | 1011011 | 11111000 | 100 | 111111 | 0 | 11 | 100101000 | 1011100 | 1000010 |
Color Harmonies of #ED5BF8
Complementary color
Monochromatic Colors of #ED5BF8
Black with #ED5BF8
Text Example
Text Example
White with #ED5BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5BF8; }
p { color: rgb(237,91,248); }
H1.HeaderClassName
{
color: #ED5BF8;
}
.AnyTagClassName
{
color: #ED5BF8;
}
</style>
background-color css
<style>
a { background-color: #ED5BF8; }
a { background-color: rgb(237,91,248); }
div.DivClassName
{
background-color: #ED5BF8;
}
.BgClassName
{
background-color: #ED5BF8;
}
</style>
border-color css
<style>
span { border-color: #ED5BF8; }
span { border-color: rgb(237,91,248); }
td.TdClassName
{
border-color: #ED5BF8;
}
.TagClassName
{
border-color: #ED5BF8;
}
</style>