Shades of Pink Flamingo #EC53FF
Tints of Pink Flamingo #EC53FF
RGB
CMYK
RGB Variations
Color information
#EC53FF (or 0xEC53FF) is known color: Pink Flamingo. HEX triplet: EC, 53 and FF. RGB value is (236,83,255). Sum of RGB (Red+Green+Blue) = 236+83+255=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 83 (32.81% from 255 or 14.46% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53FF is #13AC00. Grayscale: #939393. Windows color (decimal): -1289217 or 16733164. OLE color: 16733164.
HSL color Cylindrical-coordinate representation of color #EC53FF: hue angle of 293.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC53FF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 83 | 255 | - |
| CMYK | 0.07 | 0.67 | 0 | 0 |
| HSL | 293.37º | 1% | 0.66% | - |
| HSV(B) | 293.37º | 0.67% | 1% | - |
| XYZ | 55.74 | 31.24 | 97.7 | - |
| YUV | 148.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 255 | 0.07 | 0.67 | 0 | 0 | 293.37 | 1 | 0.66 |
| Hex | EC | 53 | FF | 7 | 43 | 0 | 0 | 125 | 64 | 42 |
| Octal | 354 | 123 | 377 | 7 | 103 | 0 | 0 | 445 | 144 | 102 |
| Binary | 11101100 | 1010011 | 11111111 | 111 | 1000011 | 0 | 0 | 100100101 | 1100100 | 1000010 |
Color Harmonies of #EC53FF
Complementary color
Monochromatic Colors of #EC53FF
Black with #EC53FF
Text Example
Text Example
White with #EC53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53FF; }
p { color: rgb(236,83,255); }
H1.HeaderClassName
{
color: #EC53FF;
}
.AnyTagClassName
{
color: #EC53FF;
}
</style>
background-color css
<style>
a { background-color: #EC53FF; }
a { background-color: rgb(236,83,255); }
div.DivClassName
{
background-color: #EC53FF;
}
.BgClassName
{
background-color: #EC53FF;
}
</style>
border-color css
<style>
span { border-color: #EC53FF; }
span { border-color: rgb(236,83,255); }
td.TdClassName
{
border-color: #EC53FF;
}
.TagClassName
{
border-color: #EC53FF;
}
</style>