Shades of Pink Flamingo #ED64FF
Tints of Pink Flamingo #ED64FF
RGB
CMYK
RGB Variations
Color information
#ED64FF (or 0xED64FF) is known color: Pink Flamingo. HEX triplet: ED, 64 and FF. RGB value is (237,100,255). Sum of RGB (Red+Green+Blue) = 237+100+255=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 100 (39.45% from 255 or 16.89% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64FF is #129B00. Grayscale: #9E9E9E. Windows color (decimal): -1219329 or 16737517. OLE color: 16737517.
HSL color Cylindrical-coordinate representation of color #ED64FF: hue angle of 293.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED64FF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 100 | 255 | - |
| CMYK | 0.07 | 0.61 | 0 | 0 |
| HSL | 293.03º | 1% | 0.7% | - |
| HSV(B) | 293.03º | 0.61% | 1% | - |
| XYZ | 57.53 | 34.34 | 98.2 | - |
| YUV | 158.63 | 182.39 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 255 | 0.07 | 0.61 | 0 | 0 | 293.03 | 1 | 0.7 |
| Hex | ED | 64 | FF | 7 | 3D | 0 | 0 | 125 | 64 | 46 |
| Octal | 355 | 144 | 377 | 7 | 75 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101101 | 1100100 | 11111111 | 111 | 111101 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #ED64FF
Complementary color
Monochromatic Colors of #ED64FF
Black with #ED64FF
Text Example
Text Example
White with #ED64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED64FF; }
p { color: rgb(237,100,255); }
H1.HeaderClassName
{
color: #ED64FF;
}
.AnyTagClassName
{
color: #ED64FF;
}
</style>
background-color css
<style>
a { background-color: #ED64FF; }
a { background-color: rgb(237,100,255); }
div.DivClassName
{
background-color: #ED64FF;
}
.BgClassName
{
background-color: #ED64FF;
}
</style>
border-color css
<style>
span { border-color: #ED64FF; }
span { border-color: rgb(237,100,255); }
td.TdClassName
{
border-color: #ED64FF;
}
.TagClassName
{
border-color: #ED64FF;
}
</style>