Shades of Pink Flamingo #ED57FE
Tints of Pink Flamingo #ED57FE
RGB
CMYK
RGB Variations
Color information
#ED57FE (or 0xED57FE) is known color: Pink Flamingo. HEX triplet: ED, 57 and FE. RGB value is (237,87,254). Sum of RGB (Red+Green+Blue) = 237+87+254=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 87 (34.38% from 255 or 15.05% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED57FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED57FE is #12A801. Grayscale: #969696. Windows color (decimal): -1222658 or 16668653. OLE color: 16668653.
HSL color Cylindrical-coordinate representation of color #ED57FE: hue angle of 293.89º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED57FE is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 87 | 254 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.00 |
| HSL | 293.89º | 0.99% | 0.67% | - |
| HSV(B) | 293.89º | 0.66% | 1% | - |
| XYZ | 56.22 | 31.98 | 96.97 | - |
| YUV | 150.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 254 | 0.07 | 0.66 | 0 | 0.00 | 293.89 | 0.99 | 0.67 |
| Hex | ED | 57 | FE | 7 | 42 | 0 | 0 | 126 | 63 | 43 |
| Octal | 355 | 127 | 376 | 7 | 102 | 0 | 0 | 446 | 143 | 103 |
| Binary | 11101101 | 1010111 | 11111110 | 111 | 1000010 | 0 | 0 | 100100110 | 1100011 | 1000011 |
Color Harmonies of #ED57FE
Complementary color
Monochromatic Colors of #ED57FE
Black with #ED57FE
Text Example
Text Example
White with #ED57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED57FE; }
p { color: rgb(237,87,254); }
H1.HeaderClassName
{
color: #ED57FE;
}
.AnyTagClassName
{
color: #ED57FE;
}
</style>
background-color css
<style>
a { background-color: #ED57FE; }
a { background-color: rgb(237,87,254); }
div.DivClassName
{
background-color: #ED57FE;
}
.BgClassName
{
background-color: #ED57FE;
}
</style>
border-color css
<style>
span { border-color: #ED57FE; }
span { border-color: rgb(237,87,254); }
td.TdClassName
{
border-color: #ED57FE;
}
.TagClassName
{
border-color: #ED57FE;
}
</style>