Shades of Pink Flamingo #ED60FE
Tints of Pink Flamingo #ED60FE
RGB
CMYK
RGB Variations
Color information
#ED60FE (or 0xED60FE) is known color: Pink Flamingo. HEX triplet: ED, 60 and FE. RGB value is (237,96,254). Sum of RGB (Red+Green+Blue) = 237+96+254=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 96 (37.89% from 255 or 16.35% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED60FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED60FE is #129F01. Grayscale: #9B9B9B. Windows color (decimal): -1220354 or 16670957. OLE color: 16670957.
HSL color Cylindrical-coordinate representation of color #ED60FE: hue angle of 293.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED60FE is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 96 | 254 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.00 |
| HSL | 293.54º | 0.99% | 0.69% | - |
| HSV(B) | 293.54º | 0.62% | 1% | - |
| XYZ | 57 | 33.53 | 97.23 | - |
| YUV | 156.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 254 | 0.07 | 0.62 | 0 | 0.00 | 293.54 | 0.99 | 0.69 |
| Hex | ED | 60 | FE | 7 | 3E | 0 | 0 | 126 | 63 | 45 |
| Octal | 355 | 140 | 376 | 7 | 76 | 0 | 0 | 446 | 143 | 105 |
| Binary | 11101101 | 1100000 | 11111110 | 111 | 111110 | 0 | 0 | 100100110 | 1100011 | 1000101 |
Color Harmonies of #ED60FE
Complementary color
Monochromatic Colors of #ED60FE
Black with #ED60FE
Text Example
Text Example
White with #ED60FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60FE; }
p { color: rgb(237,96,254); }
H1.HeaderClassName
{
color: #ED60FE;
}
.AnyTagClassName
{
color: #ED60FE;
}
</style>
background-color css
<style>
a { background-color: #ED60FE; }
a { background-color: rgb(237,96,254); }
div.DivClassName
{
background-color: #ED60FE;
}
.BgClassName
{
background-color: #ED60FE;
}
</style>
border-color css
<style>
span { border-color: #ED60FE; }
span { border-color: rgb(237,96,254); }
td.TdClassName
{
border-color: #ED60FE;
}
.TagClassName
{
border-color: #ED60FE;
}
</style>