Shades of Pink Flamingo #EC4EFE
Tints of Pink Flamingo #EC4EFE
RGB
CMYK
RGB Variations
Color information
#EC4EFE (or 0xEC4EFE) is known color: Pink Flamingo. HEX triplet: EC, 4E and FE. RGB value is (236,78,254). Sum of RGB (Red+Green+Blue) = 236+78+254=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 78 (30.86% from 255 or 13.73% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC4EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EFE is #13B101. Grayscale: #909090. Windows color (decimal): -1290498 or 16666348. OLE color: 16666348.
HSL color Cylindrical-coordinate representation of color #EC4EFE: hue angle of 293.86º 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 #EC4EFE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 78 | 254 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.00 |
| HSL | 293.86º | 0.99% | 0.65% | - |
| HSV(B) | 293.86º | 0.69% | 1% | - |
| XYZ | 55.21 | 30.44 | 96.73 | - |
| YUV | 145.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 254 | 0.07 | 0.69 | 0 | 0.00 | 293.86 | 0.99 | 0.65 |
| Hex | EC | 4E | FE | 7 | 45 | 0 | 0 | 126 | 63 | 41 |
| Octal | 354 | 116 | 376 | 7 | 105 | 0 | 0 | 446 | 143 | 101 |
| Binary | 11101100 | 1001110 | 11111110 | 111 | 1000101 | 0 | 0 | 100100110 | 1100011 | 1000001 |
Color Harmonies of #EC4EFE
Complementary color
Monochromatic Colors of #EC4EFE
Black with #EC4EFE
Text Example
Text Example
White with #EC4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EFE; }
p { color: rgb(236,78,254); }
H1.HeaderClassName
{
color: #EC4EFE;
}
.AnyTagClassName
{
color: #EC4EFE;
}
</style>
background-color css
<style>
a { background-color: #EC4EFE; }
a { background-color: rgb(236,78,254); }
div.DivClassName
{
background-color: #EC4EFE;
}
.BgClassName
{
background-color: #EC4EFE;
}
</style>
border-color css
<style>
span { border-color: #EC4EFE; }
span { border-color: rgb(236,78,254); }
td.TdClassName
{
border-color: #EC4EFE;
}
.TagClassName
{
border-color: #EC4EFE;
}
</style>