Shades of Pink Flamingo #ED63FE
Tints of Pink Flamingo #ED63FE
RGB
CMYK
RGB Variations
Color information
#ED63FE (or 0xED63FE) is known color: Pink Flamingo. HEX triplet: ED, 63 and FE. RGB value is (237,99,254). Sum of RGB (Red+Green+Blue) = 237+99+254=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63FE is #129C01. Grayscale: #9D9D9D. Windows color (decimal): -1219586 or 16671725. OLE color: 16671725.
HSL color Cylindrical-coordinate representation of color #ED63FE: hue angle of 293.42º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED63FE is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 99 | 254 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.00 |
| HSL | 293.42º | 0.99% | 0.69% | - |
| HSV(B) | 293.42º | 0.61% | 1% | - |
| XYZ | 57.28 | 34.08 | 97.33 | - |
| YUV | 157.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 254 | 0.07 | 0.61 | 0 | 0.00 | 293.42 | 0.99 | 0.69 |
| Hex | ED | 63 | FE | 7 | 3D | 0 | 0 | 125 | 63 | 45 |
| Octal | 355 | 143 | 376 | 7 | 75 | 0 | 0 | 445 | 143 | 105 |
| Binary | 11101101 | 1100011 | 11111110 | 111 | 111101 | 0 | 0 | 100100101 | 1100011 | 1000101 |
Color Harmonies of #ED63FE
Complementary color
Monochromatic Colors of #ED63FE
Black with #ED63FE
Text Example
Text Example
White with #ED63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63FE; }
p { color: rgb(237,99,254); }
H1.HeaderClassName
{
color: #ED63FE;
}
.AnyTagClassName
{
color: #ED63FE;
}
</style>
background-color css
<style>
a { background-color: #ED63FE; }
a { background-color: rgb(237,99,254); }
div.DivClassName
{
background-color: #ED63FE;
}
.BgClassName
{
background-color: #ED63FE;
}
</style>
border-color css
<style>
span { border-color: #ED63FE; }
span { border-color: rgb(237,99,254); }
td.TdClassName
{
border-color: #ED63FE;
}
.TagClassName
{
border-color: #ED63FE;
}
</style>