Shades of Pink Flamingo #EC4FFE
Tints of Pink Flamingo #EC4FFE
RGB
CMYK
RGB Variations
Color information
#EC4FFE (or 0xEC4FFE) is known color: Pink Flamingo. HEX triplet: EC, 4F and FE. RGB value is (236,79,254). Sum of RGB (Red+Green+Blue) = 236+79+254=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC4FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4FFE is #13B001. Grayscale: #919191. Windows color (decimal): -1290242 or 16666604. OLE color: 16666604.
HSL color Cylindrical-coordinate representation of color #EC4FFE: hue angle of 293.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4FFE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 79 | 254 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.00 |
| HSL | 293.83º | 0.99% | 0.65% | - |
| HSV(B) | 293.83º | 0.69% | 1% | - |
| XYZ | 55.28 | 30.58 | 96.76 | - |
| YUV | 145.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 254 | 0.07 | 0.69 | 0 | 0.00 | 293.83 | 0.99 | 0.65 |
| Hex | EC | 4F | FE | 7 | 45 | 0 | 0 | 126 | 63 | 41 |
| Octal | 354 | 117 | 376 | 7 | 105 | 0 | 0 | 446 | 143 | 101 |
| Binary | 11101100 | 1001111 | 11111110 | 111 | 1000101 | 0 | 0 | 100100110 | 1100011 | 1000001 |
Color Harmonies of #EC4FFE
Complementary color
Monochromatic Colors of #EC4FFE
Black with #EC4FFE
Text Example
Text Example
White with #EC4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FFE; }
p { color: rgb(236,79,254); }
H1.HeaderClassName
{
color: #EC4FFE;
}
.AnyTagClassName
{
color: #EC4FFE;
}
</style>
background-color css
<style>
a { background-color: #EC4FFE; }
a { background-color: rgb(236,79,254); }
div.DivClassName
{
background-color: #EC4FFE;
}
.BgClassName
{
background-color: #EC4FFE;
}
</style>
border-color css
<style>
span { border-color: #EC4FFE; }
span { border-color: rgb(236,79,254); }
td.TdClassName
{
border-color: #EC4FFE;
}
.TagClassName
{
border-color: #EC4FFE;
}
</style>