Shades of Pink Flamingo #EC41FE
Tints of Pink Flamingo #EC41FE
RGB
CMYK
RGB Variations
Color information
#EC41FE (or 0xEC41FE) is known color: Pink Flamingo. HEX triplet: EC, 41 and FE. RGB value is (236,65,254). Sum of RGB (Red+Green+Blue) = 236+65+254=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC41FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41FE is #13BE01. Grayscale: #898989. Windows color (decimal): -1293826 or 16663020. OLE color: 16663020.
HSL color Cylindrical-coordinate representation of color #EC41FE: hue angle of 294.29º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC41FE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 65 | 254 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.00 |
| HSL | 294.29º | 0.99% | 0.63% | - |
| HSV(B) | 294.29º | 0.74% | 1% | - |
| XYZ | 54.37 | 28.77 | 96.45 | - |
| YUV | 137.68 | 193.65 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 254 | 0.07 | 0.74 | 0 | 0.00 | 294.29 | 0.99 | 0.63 |
| Hex | EC | 41 | FE | 7 | 4A | 0 | 0 | 126 | 63 | 3F |
| Octal | 354 | 101 | 376 | 7 | 112 | 0 | 0 | 446 | 143 | 77 |
| Binary | 11101100 | 1000001 | 11111110 | 111 | 1001010 | 0 | 0 | 100100110 | 1100011 | 111111 |
Color Harmonies of #EC41FE
Complementary color
Monochromatic Colors of #EC41FE
Black with #EC41FE
Text Example
Text Example
White with #EC41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41FE; }
p { color: rgb(236,65,254); }
H1.HeaderClassName
{
color: #EC41FE;
}
.AnyTagClassName
{
color: #EC41FE;
}
</style>
background-color css
<style>
a { background-color: #EC41FE; }
a { background-color: rgb(236,65,254); }
div.DivClassName
{
background-color: #EC41FE;
}
.BgClassName
{
background-color: #EC41FE;
}
</style>
border-color css
<style>
span { border-color: #EC41FE; }
span { border-color: rgb(236,65,254); }
td.TdClassName
{
border-color: #EC41FE;
}
.TagClassName
{
border-color: #EC41FE;
}
</style>