Shades of Pink Flamingo #ED63FB
Tints of Pink Flamingo #ED63FB
RGB
CMYK
RGB Variations
Color information
#ED63FB (or 0xED63FB) is known color: Pink Flamingo. HEX triplet: ED, 63 and FB. RGB value is (237,99,251). Sum of RGB (Red+Green+Blue) = 237+99+251=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED63FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63FB is #129C04. Grayscale: #9D9D9D. Windows color (decimal): -1219589 or 16475117. OLE color: 16475117.
HSL color Cylindrical-coordinate representation of color #ED63FB: hue angle of 294.47º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED63FB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 99 | 251 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.02 |
| HSL | 294.47º | 0.95% | 0.69% | - |
| HSV(B) | 294.47º | 0.61% | 0.98% | - |
| XYZ | 56.8 | 33.89 | 94.82 | - |
| YUV | 157.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 251 | 0.06 | 0.61 | 0 | 0.02 | 294.47 | 0.95 | 0.69 |
| Hex | ED | 63 | FB | 6 | 3D | 0 | 2 | 126 | 5F | 45 |
| Octal | 355 | 143 | 373 | 6 | 75 | 0 | 2 | 446 | 137 | 105 |
| Binary | 11101101 | 1100011 | 11111011 | 110 | 111101 | 0 | 10 | 100100110 | 1011111 | 1000101 |
Color Harmonies of #ED63FB
Complementary color
Monochromatic Colors of #ED63FB
Black with #ED63FB
Text Example
Text Example
White with #ED63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63FB; }
p { color: rgb(237,99,251); }
H1.HeaderClassName
{
color: #ED63FB;
}
.AnyTagClassName
{
color: #ED63FB;
}
</style>
background-color css
<style>
a { background-color: #ED63FB; }
a { background-color: rgb(237,99,251); }
div.DivClassName
{
background-color: #ED63FB;
}
.BgClassName
{
background-color: #ED63FB;
}
</style>
border-color css
<style>
span { border-color: #ED63FB; }
span { border-color: rgb(237,99,251); }
td.TdClassName
{
border-color: #ED63FB;
}
.TagClassName
{
border-color: #ED63FB;
}
</style>