Shades of Pink Flamingo #ED60FA
Tints of Pink Flamingo #ED60FA
RGB
CMYK
RGB Variations
Color information
#ED60FA (or 0xED60FA) is known color: Pink Flamingo. HEX triplet: ED, 60 and FA. RGB value is (237,96,250). Sum of RGB (Red+Green+Blue) = 237+96+250=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 96 (37.89% from 255 or 16.47% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED60FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED60FA is #129F05. Grayscale: #9B9B9B. Windows color (decimal): -1220358 or 16408813. OLE color: 16408813.
HSL color Cylindrical-coordinate representation of color #ED60FA: hue angle of 294.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED60FA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 96 | 250 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.02 |
| HSL | 294.94º | 0.94% | 0.68% | - |
| HSV(B) | 294.94º | 0.62% | 0.98% | - |
| XYZ | 56.36 | 33.27 | 93.89 | - |
| YUV | 155.72 | 181.21 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 250 | 0.05 | 0.62 | 0 | 0.02 | 294.94 | 0.94 | 0.68 |
| Hex | ED | 60 | FA | 5 | 3E | 0 | 2 | 127 | 5E | 44 |
| Octal | 355 | 140 | 372 | 5 | 76 | 0 | 2 | 447 | 136 | 104 |
| Binary | 11101101 | 1100000 | 11111010 | 101 | 111110 | 0 | 10 | 100100111 | 1011110 | 1000100 |
Color Harmonies of #ED60FA
Complementary color
Monochromatic Colors of #ED60FA
Black with #ED60FA
Text Example
Text Example
White with #ED60FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60FA; }
p { color: rgb(237,96,250); }
H1.HeaderClassName
{
color: #ED60FA;
}
.AnyTagClassName
{
color: #ED60FA;
}
</style>
background-color css
<style>
a { background-color: #ED60FA; }
a { background-color: rgb(237,96,250); }
div.DivClassName
{
background-color: #ED60FA;
}
.BgClassName
{
background-color: #ED60FA;
}
</style>
border-color css
<style>
span { border-color: #ED60FA; }
span { border-color: rgb(237,96,250); }
td.TdClassName
{
border-color: #ED60FA;
}
.TagClassName
{
border-color: #ED60FA;
}
</style>