Shades of Pink Flamingo #EC45FA
Tints of Pink Flamingo #EC45FA
RGB
CMYK
RGB Variations
Color information
#EC45FA (or 0xEC45FA) is known color: Pink Flamingo. HEX triplet: EC, 45 and FA. RGB value is (236,69,250). Sum of RGB (Red+Green+Blue) = 236+69+250=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 69 (27.34% from 255 or 12.43% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC45FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC45FA is #13BA05. Grayscale: #8B8B8B. Windows color (decimal): -1292806 or 16401900. OLE color: 16401900.
HSL color Cylindrical-coordinate representation of color #EC45FA: hue angle of 295.36º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC45FA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 69 | 250 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.02 |
| HSL | 295.36º | 0.95% | 0.63% | - |
| HSV(B) | 295.36º | 0.72% | 0.98% | - |
| XYZ | 53.98 | 28.99 | 93.19 | - |
| YUV | 139.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 250 | 0.06 | 0.72 | 0 | 0.02 | 295.36 | 0.95 | 0.63 |
| Hex | EC | 45 | FA | 6 | 48 | 0 | 2 | 127 | 5F | 3F |
| Octal | 354 | 105 | 372 | 6 | 110 | 0 | 2 | 447 | 137 | 77 |
| Binary | 11101100 | 1000101 | 11111010 | 110 | 1001000 | 0 | 10 | 100100111 | 1011111 | 111111 |
Color Harmonies of #EC45FA
Complementary color
Monochromatic Colors of #EC45FA
Black with #EC45FA
Text Example
Text Example
White with #EC45FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45FA; }
p { color: rgb(236,69,250); }
H1.HeaderClassName
{
color: #EC45FA;
}
.AnyTagClassName
{
color: #EC45FA;
}
</style>
background-color css
<style>
a { background-color: #EC45FA; }
a { background-color: rgb(236,69,250); }
div.DivClassName
{
background-color: #EC45FA;
}
.BgClassName
{
background-color: #EC45FA;
}
</style>
border-color css
<style>
span { border-color: #EC45FA; }
span { border-color: rgb(236,69,250); }
td.TdClassName
{
border-color: #EC45FA;
}
.TagClassName
{
border-color: #EC45FA;
}
</style>