Shades of Pink Flamingo #ED68FA
Tints of Pink Flamingo #ED68FA
RGB
CMYK
RGB Variations
Color information
#ED68FA (or 0xED68FA) is known color: Pink Flamingo. HEX triplet: ED, 68 and FA. RGB value is (237,104,250). Sum of RGB (Red+Green+Blue) = 237+104+250=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68FA is #129705. Grayscale: #9F9F9F. Windows color (decimal): -1218310 or 16410861. OLE color: 16410861.
HSL color Cylindrical-coordinate representation of color #ED68FA: hue angle of 294.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED68FA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 104 | 250 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.02 |
| HSL | 294.66º | 0.94% | 0.69% | - |
| HSV(B) | 294.66º | 0.58% | 0.98% | - |
| XYZ | 57.13 | 34.81 | 94.15 | - |
| YUV | 160.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 250 | 0.05 | 0.58 | 0 | 0.02 | 294.66 | 0.94 | 0.69 |
| Hex | ED | 68 | FA | 5 | 3A | 0 | 2 | 127 | 5E | 45 |
| Octal | 355 | 150 | 372 | 5 | 72 | 0 | 2 | 447 | 136 | 105 |
| Binary | 11101101 | 1101000 | 11111010 | 101 | 111010 | 0 | 10 | 100100111 | 1011110 | 1000101 |
Color Harmonies of #ED68FA
Complementary color
Monochromatic Colors of #ED68FA
Black with #ED68FA
Text Example
Text Example
White with #ED68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68FA; }
p { color: rgb(237,104,250); }
H1.HeaderClassName
{
color: #ED68FA;
}
.AnyTagClassName
{
color: #ED68FA;
}
</style>
background-color css
<style>
a { background-color: #ED68FA; }
a { background-color: rgb(237,104,250); }
div.DivClassName
{
background-color: #ED68FA;
}
.BgClassName
{
background-color: #ED68FA;
}
</style>
border-color css
<style>
span { border-color: #ED68FA; }
span { border-color: rgb(237,104,250); }
td.TdClassName
{
border-color: #ED68FA;
}
.TagClassName
{
border-color: #ED68FA;
}
</style>