Shades of Pink Flamingo #ED63FF
Tints of Pink Flamingo #ED63FF
RGB
CMYK
RGB Variations
Color information
#ED63FF (or 0xED63FF) is known color: Pink Flamingo. HEX triplet: ED, 63 and FF. RGB value is (237,99,255). Sum of RGB (Red+Green+Blue) = 237+99+255=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 99 (39.06% from 255 or 16.75% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED63FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63FF is #129C00. Grayscale: #9D9D9D. Windows color (decimal): -1219585 or 16737261. OLE color: 16737261.
HSL color Cylindrical-coordinate representation of color #ED63FF: hue angle of 293.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED63FF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 99 | 255 | - |
| CMYK | 0.07 | 0.61 | 0 | 0 |
| HSL | 293.08º | 1% | 0.69% | - |
| HSV(B) | 293.08º | 0.61% | 1% | - |
| XYZ | 57.44 | 34.15 | 98.17 | - |
| YUV | 158.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 255 | 0.07 | 0.61 | 0 | 0 | 293.08 | 1 | 0.69 |
| Hex | ED | 63 | FF | 7 | 3D | 0 | 0 | 125 | 64 | 45 |
| Octal | 355 | 143 | 377 | 7 | 75 | 0 | 0 | 445 | 144 | 105 |
| Binary | 11101101 | 1100011 | 11111111 | 111 | 111101 | 0 | 0 | 100100101 | 1100100 | 1000101 |
Color Harmonies of #ED63FF
Complementary color
Monochromatic Colors of #ED63FF
Black with #ED63FF
Text Example
Text Example
White with #ED63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63FF; }
p { color: rgb(237,99,255); }
H1.HeaderClassName
{
color: #ED63FF;
}
.AnyTagClassName
{
color: #ED63FF;
}
</style>
background-color css
<style>
a { background-color: #ED63FF; }
a { background-color: rgb(237,99,255); }
div.DivClassName
{
background-color: #ED63FF;
}
.BgClassName
{
background-color: #ED63FF;
}
</style>
border-color css
<style>
span { border-color: #ED63FF; }
span { border-color: rgb(237,99,255); }
td.TdClassName
{
border-color: #ED63FF;
}
.TagClassName
{
border-color: #ED63FF;
}
</style>