Shades of Pink Flamingo #ED40FF
Tints of Pink Flamingo #ED40FF
RGB
CMYK
RGB Variations
Color information
#ED40FF (or 0xED40FF) is known color: Pink Flamingo. HEX triplet: ED, 40 and FF. RGB value is (237,64,255). Sum of RGB (Red+Green+Blue) = 237+64+255=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 64 (25.39% from 255 or 11.51% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED40FF is #12BF00. Grayscale: #888888. Windows color (decimal): -1228545 or 16728301. OLE color: 16728301.
HSL color Cylindrical-coordinate representation of color #ED40FF: hue angle of 294.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED40FF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 64 | 255 | - |
| CMYK | 0.07 | 0.75 | 0 | 0 |
| HSL | 294.35º | 1% | 0.63% | - |
| HSV(B) | 294.35º | 0.75% | 1% | - |
| XYZ | 54.81 | 28.89 | 97.3 | - |
| YUV | 137.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 255 | 0.07 | 0.75 | 0 | 0 | 294.35 | 1 | 0.63 |
| Hex | ED | 40 | FF | 7 | 4B | 0 | 0 | 126 | 64 | 3F |
| Octal | 355 | 100 | 377 | 7 | 113 | 0 | 0 | 446 | 144 | 77 |
| Binary | 11101101 | 1000000 | 11111111 | 111 | 1001011 | 0 | 0 | 100100110 | 1100100 | 111111 |
Color Harmonies of #ED40FF
Complementary color
Monochromatic Colors of #ED40FF
Black with #ED40FF
Text Example
Text Example
White with #ED40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40FF; }
p { color: rgb(237,64,255); }
H1.HeaderClassName
{
color: #ED40FF;
}
.AnyTagClassName
{
color: #ED40FF;
}
</style>
background-color css
<style>
a { background-color: #ED40FF; }
a { background-color: rgb(237,64,255); }
div.DivClassName
{
background-color: #ED40FF;
}
.BgClassName
{
background-color: #ED40FF;
}
</style>
border-color css
<style>
span { border-color: #ED40FF; }
span { border-color: rgb(237,64,255); }
td.TdClassName
{
border-color: #ED40FF;
}
.TagClassName
{
border-color: #ED40FF;
}
</style>