Shades of Pink Flamingo #EC36FE
Tints of Pink Flamingo #EC36FE
RGB
CMYK
RGB Variations
Color information
#EC36FE (or 0xEC36FE) is known color: Pink Flamingo. HEX triplet: EC, 36 and FE. RGB value is (236,54,254). Sum of RGB (Red+Green+Blue) = 236+54+254=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 54 (21.48% from 255 or 9.93% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC36FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC36FE is #13C901. Grayscale: #828282. Windows color (decimal): -1296642 or 16660204. OLE color: 16660204.
HSL color Cylindrical-coordinate representation of color #EC36FE: hue angle of 294.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC36FE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 54 | 254 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.00 |
| HSL | 294.6º | 0.99% | 0.6% | - |
| HSV(B) | 294.6º | 0.79% | 1% | - |
| XYZ | 53.8 | 27.63 | 96.26 | - |
| YUV | 131.22 | 197.3 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 254 | 0.07 | 0.79 | 0 | 0.00 | 294.6 | 0.99 | 0.6 |
| Hex | EC | 36 | FE | 7 | 4F | 0 | 0 | 127 | 63 | 3C |
| Octal | 354 | 66 | 376 | 7 | 117 | 0 | 0 | 447 | 143 | 74 |
| Binary | 11101100 | 110110 | 11111110 | 111 | 1001111 | 0 | 0 | 100100111 | 1100011 | 111100 |
Color Harmonies of #EC36FE
Complementary color
Monochromatic Colors of #EC36FE
Black with #EC36FE
Text Example
Text Example
White with #EC36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36FE; }
p { color: rgb(236,54,254); }
H1.HeaderClassName
{
color: #EC36FE;
}
.AnyTagClassName
{
color: #EC36FE;
}
</style>
background-color css
<style>
a { background-color: #EC36FE; }
a { background-color: rgb(236,54,254); }
div.DivClassName
{
background-color: #EC36FE;
}
.BgClassName
{
background-color: #EC36FE;
}
</style>
border-color css
<style>
span { border-color: #EC36FE; }
span { border-color: rgb(236,54,254); }
td.TdClassName
{
border-color: #EC36FE;
}
.TagClassName
{
border-color: #EC36FE;
}
</style>