Shades of Pink Flamingo #ED44FF
Tints of Pink Flamingo #ED44FF
RGB
CMYK
RGB Variations
Color information
#ED44FF (or 0xED44FF) is known color: Pink Flamingo. HEX triplet: ED, 44 and FF. RGB value is (237,68,255). Sum of RGB (Red+Green+Blue) = 237+68+255=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 68 (26.95% from 255 or 12.14% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED44FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED44FF is #12BB00. Grayscale: #8B8B8B. Windows color (decimal): -1227521 or 16729325. OLE color: 16729325.
HSL color Cylindrical-coordinate representation of color #ED44FF: hue angle of 294.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED44FF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 68 | 255 | - |
| CMYK | 0.07 | 0.73 | 0 | 0 |
| HSL | 294.22º | 1% | 0.63% | - |
| HSV(B) | 294.22º | 0.73% | 1% | - |
| XYZ | 55.04 | 29.36 | 97.37 | - |
| YUV | 139.85 | 192.99 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 255 | 0.07 | 0.73 | 0 | 0 | 294.22 | 1 | 0.63 |
| Hex | ED | 44 | FF | 7 | 49 | 0 | 0 | 126 | 64 | 3F |
| Octal | 355 | 104 | 377 | 7 | 111 | 0 | 0 | 446 | 144 | 77 |
| Binary | 11101101 | 1000100 | 11111111 | 111 | 1001001 | 0 | 0 | 100100110 | 1100100 | 111111 |
Color Harmonies of #ED44FF
Complementary color
Monochromatic Colors of #ED44FF
Black with #ED44FF
Text Example
Text Example
White with #ED44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED44FF; }
p { color: rgb(237,68,255); }
H1.HeaderClassName
{
color: #ED44FF;
}
.AnyTagClassName
{
color: #ED44FF;
}
</style>
background-color css
<style>
a { background-color: #ED44FF; }
a { background-color: rgb(237,68,255); }
div.DivClassName
{
background-color: #ED44FF;
}
.BgClassName
{
background-color: #ED44FF;
}
</style>
border-color css
<style>
span { border-color: #ED44FF; }
span { border-color: rgb(237,68,255); }
td.TdClassName
{
border-color: #ED44FF;
}
.TagClassName
{
border-color: #ED44FF;
}
</style>