Shades of Pink Flamingo #ED63FC
Tints of Pink Flamingo #ED63FC
RGB
CMYK
RGB Variations
Color information
#ED63FC (or 0xED63FC) is known color: Pink Flamingo. HEX triplet: ED, 63 and FC. RGB value is (237,99,252). Sum of RGB (Red+Green+Blue) = 237+99+252=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 99 (39.06% from 255 or 16.84% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63FC is #129C03. Grayscale: #9D9D9D. Windows color (decimal): -1219588 or 16540653. OLE color: 16540653.
HSL color Cylindrical-coordinate representation of color #ED63FC: hue angle of 294.12º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED63FC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 99 | 252 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.01 |
| HSL | 294.12º | 0.96% | 0.69% | - |
| HSV(B) | 294.12º | 0.61% | 0.99% | - |
| XYZ | 56.96 | 33.96 | 95.65 | - |
| YUV | 157.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 252 | 0.06 | 0.61 | 0 | 0.01 | 294.12 | 0.96 | 0.69 |
| Hex | ED | 63 | FC | 6 | 3D | 0 | 1 | 126 | 60 | 45 |
| Octal | 355 | 143 | 374 | 6 | 75 | 0 | 1 | 446 | 140 | 105 |
| Binary | 11101101 | 1100011 | 11111100 | 110 | 111101 | 0 | 1 | 100100110 | 1100000 | 1000101 |
Color Harmonies of #ED63FC
Complementary color
Monochromatic Colors of #ED63FC
Black with #ED63FC
Text Example
Text Example
White with #ED63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63FC; }
p { color: rgb(237,99,252); }
H1.HeaderClassName
{
color: #ED63FC;
}
.AnyTagClassName
{
color: #ED63FC;
}
</style>
background-color css
<style>
a { background-color: #ED63FC; }
a { background-color: rgb(237,99,252); }
div.DivClassName
{
background-color: #ED63FC;
}
.BgClassName
{
background-color: #ED63FC;
}
</style>
border-color css
<style>
span { border-color: #ED63FC; }
span { border-color: rgb(237,99,252); }
td.TdClassName
{
border-color: #ED63FC;
}
.TagClassName
{
border-color: #ED63FC;
}
</style>