Shades of Pink Flamingo #EC44FF
Tints of Pink Flamingo #EC44FF
RGB
CMYK
RGB Variations
Color information
#EC44FF (or 0xEC44FF) is known color: Pink Flamingo. HEX triplet: EC, 44 and FF. RGB value is (236,68,255). Sum of RGB (Red+Green+Blue) = 236+68+255=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 68 (26.95% from 255 or 12.16% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC44FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC44FF is #13BB00. Grayscale: #8A8A8A. Windows color (decimal): -1293057 or 16729324. OLE color: 16729324.
HSL color Cylindrical-coordinate representation of color #EC44FF: hue angle of 293.9º 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 #EC44FF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 68 | 255 | - |
| CMYK | 0.07 | 0.73 | 0 | 0 |
| HSL | 293.9º | 1% | 0.63% | - |
| HSV(B) | 293.9º | 0.73% | 1% | - |
| XYZ | 54.71 | 29.19 | 97.36 | - |
| YUV | 139.55 | 193.16 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 255 | 0.07 | 0.73 | 0 | 0 | 293.9 | 1 | 0.63 |
| Hex | EC | 44 | FF | 7 | 49 | 0 | 0 | 126 | 64 | 3F |
| Octal | 354 | 104 | 377 | 7 | 111 | 0 | 0 | 446 | 144 | 77 |
| Binary | 11101100 | 1000100 | 11111111 | 111 | 1001001 | 0 | 0 | 100100110 | 1100100 | 111111 |
Color Harmonies of #EC44FF
Complementary color
Monochromatic Colors of #EC44FF
Black with #EC44FF
Text Example
Text Example
White with #EC44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44FF; }
p { color: rgb(236,68,255); }
H1.HeaderClassName
{
color: #EC44FF;
}
.AnyTagClassName
{
color: #EC44FF;
}
</style>
background-color css
<style>
a { background-color: #EC44FF; }
a { background-color: rgb(236,68,255); }
div.DivClassName
{
background-color: #EC44FF;
}
.BgClassName
{
background-color: #EC44FF;
}
</style>
border-color css
<style>
span { border-color: #EC44FF; }
span { border-color: rgb(236,68,255); }
td.TdClassName
{
border-color: #EC44FF;
}
.TagClassName
{
border-color: #EC44FF;
}
</style>