Shades of Pink Flamingo #ED64FE
Tints of Pink Flamingo #ED64FE
RGB
CMYK
RGB Variations
Color information
#ED64FE (or 0xED64FE) is known color: Pink Flamingo. HEX triplet: ED, 64 and FE. RGB value is (237,100,254). Sum of RGB (Red+Green+Blue) = 237+100+254=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED64FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64FE is #129B01. Grayscale: #9E9E9E. Windows color (decimal): -1219330 or 16671981. OLE color: 16671981.
HSL color Cylindrical-coordinate representation of color #ED64FE: hue angle of 293.38º 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 #ED64FE is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 100 | 254 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.00 |
| HSL | 293.38º | 0.99% | 0.69% | - |
| HSV(B) | 293.38º | 0.61% | 1% | - |
| XYZ | 57.37 | 34.27 | 97.36 | - |
| YUV | 158.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 254 | 0.07 | 0.61 | 0 | 0.00 | 293.38 | 0.99 | 0.69 |
| Hex | ED | 64 | FE | 7 | 3D | 0 | 0 | 125 | 63 | 45 |
| Octal | 355 | 144 | 376 | 7 | 75 | 0 | 0 | 445 | 143 | 105 |
| Binary | 11101101 | 1100100 | 11111110 | 111 | 111101 | 0 | 0 | 100100101 | 1100011 | 1000101 |
Color Harmonies of #ED64FE
Complementary color
Monochromatic Colors of #ED64FE
Black with #ED64FE
Text Example
Text Example
White with #ED64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED64FE; }
p { color: rgb(237,100,254); }
H1.HeaderClassName
{
color: #ED64FE;
}
.AnyTagClassName
{
color: #ED64FE;
}
</style>
background-color css
<style>
a { background-color: #ED64FE; }
a { background-color: rgb(237,100,254); }
div.DivClassName
{
background-color: #ED64FE;
}
.BgClassName
{
background-color: #ED64FE;
}
</style>
border-color css
<style>
span { border-color: #ED64FE; }
span { border-color: rgb(237,100,254); }
td.TdClassName
{
border-color: #ED64FE;
}
.TagClassName
{
border-color: #ED64FE;
}
</style>