Shades of Pink Flamingo #ED68FB
Tints of Pink Flamingo #ED68FB
RGB
CMYK
RGB Variations
Color information
#ED68FB (or 0xED68FB) is known color: Pink Flamingo. HEX triplet: ED, 68 and FB. RGB value is (237,104,251). Sum of RGB (Red+Green+Blue) = 237+104+251=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 104 (41.02% from 255 or 17.57% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED68FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68FB is #129704. Grayscale: #A0A0A0. Windows color (decimal): -1218309 or 16476397. OLE color: 16476397.
HSL color Cylindrical-coordinate representation of color #ED68FB: hue angle of 294.29º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED68FB is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 104 | 251 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.02 |
| HSL | 294.29º | 0.95% | 0.7% | - |
| HSV(B) | 294.29º | 0.59% | 0.98% | - |
| XYZ | 57.29 | 34.87 | 94.98 | - |
| YUV | 160.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 251 | 0.06 | 0.59 | 0 | 0.02 | 294.29 | 0.95 | 0.7 |
| Hex | ED | 68 | FB | 6 | 3B | 0 | 2 | 126 | 5F | 46 |
| Octal | 355 | 150 | 373 | 6 | 73 | 0 | 2 | 446 | 137 | 106 |
| Binary | 11101101 | 1101000 | 11111011 | 110 | 111011 | 0 | 10 | 100100110 | 1011111 | 1000110 |
Color Harmonies of #ED68FB
Complementary color
Monochromatic Colors of #ED68FB
Black with #ED68FB
Text Example
Text Example
White with #ED68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68FB; }
p { color: rgb(237,104,251); }
H1.HeaderClassName
{
color: #ED68FB;
}
.AnyTagClassName
{
color: #ED68FB;
}
</style>
background-color css
<style>
a { background-color: #ED68FB; }
a { background-color: rgb(237,104,251); }
div.DivClassName
{
background-color: #ED68FB;
}
.BgClassName
{
background-color: #ED68FB;
}
</style>
border-color css
<style>
span { border-color: #ED68FB; }
span { border-color: rgb(237,104,251); }
td.TdClassName
{
border-color: #ED68FB;
}
.TagClassName
{
border-color: #ED68FB;
}
</style>