Shades of Pink Flamingo #ED5EEF
Tints of Pink Flamingo #ED5EEF
RGB
CMYK
RGB Variations
Color information
#ED5EEF (or 0xED5EEF) is known color: Pink Flamingo. HEX triplet: ED, 5E and EF. RGB value is (237,94,239). Sum of RGB (Red+Green+Blue) = 237+94+239=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED5EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5EEF is #12A110. Grayscale: #989898. Windows color (decimal): -1220881 or 15687405. OLE color: 15687405.
HSL color Cylindrical-coordinate representation of color #ED5EEF: hue angle of 299.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5EEF is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 94 | 239 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.06 |
| HSL | 299.17º | 0.82% | 0.65% | - |
| HSV(B) | 299.17º | 0.61% | 0.94% | - |
| XYZ | 54.51 | 32.24 | 85.01 | - |
| YUV | 153.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 239 | 0.01 | 0.61 | 0 | 0.06 | 299.17 | 0.82 | 0.65 |
| Hex | ED | 5E | EF | 1 | 3D | 0 | 6 | 12B | 52 | 41 |
| Octal | 355 | 136 | 357 | 1 | 75 | 0 | 6 | 453 | 122 | 101 |
| Binary | 11101101 | 1011110 | 11101111 | 1 | 111101 | 0 | 110 | 100101011 | 1010010 | 1000001 |
Color Harmonies of #ED5EEF
Complementary color
Monochromatic Colors of #ED5EEF
Black with #ED5EEF
Text Example
Text Example
White with #ED5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5EEF; }
p { color: rgb(237,94,239); }
H1.HeaderClassName
{
color: #ED5EEF;
}
.AnyTagClassName
{
color: #ED5EEF;
}
</style>
background-color css
<style>
a { background-color: #ED5EEF; }
a { background-color: rgb(237,94,239); }
div.DivClassName
{
background-color: #ED5EEF;
}
.BgClassName
{
background-color: #ED5EEF;
}
</style>
border-color css
<style>
span { border-color: #ED5EEF; }
span { border-color: rgb(237,94,239); }
td.TdClassName
{
border-color: #ED5EEF;
}
.TagClassName
{
border-color: #ED5EEF;
}
</style>