Shades of Pink Flamingo #EC36FD
Tints of Pink Flamingo #EC36FD
RGB
CMYK
RGB Variations
Color information
#EC36FD (or 0xEC36FD) is known color: Pink Flamingo. HEX triplet: EC, 36 and FD. RGB value is (236,54,253). Sum of RGB (Red+Green+Blue) = 236+54+253=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 54 (21.48% from 255 or 9.94% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC36FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC36FD is #13C902. Grayscale: #828282. Windows color (decimal): -1296643 or 16594668. OLE color: 16594668.
HSL color Cylindrical-coordinate representation of color #EC36FD: hue angle of 294.87º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC36FD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 54 | 253 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.01 |
| HSL | 294.87º | 0.98% | 0.6% | - |
| HSV(B) | 294.87º | 0.79% | 0.99% | - |
| XYZ | 53.64 | 27.56 | 95.42 | - |
| YUV | 131.1 | 196.8 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 253 | 0.07 | 0.79 | 0 | 0.01 | 294.87 | 0.98 | 0.6 |
| Hex | EC | 36 | FD | 7 | 4F | 0 | 1 | 127 | 62 | 3C |
| Octal | 354 | 66 | 375 | 7 | 117 | 0 | 1 | 447 | 142 | 74 |
| Binary | 11101100 | 110110 | 11111101 | 111 | 1001111 | 0 | 1 | 100100111 | 1100010 | 111100 |
Color Harmonies of #EC36FD
Complementary color
Monochromatic Colors of #EC36FD
Black with #EC36FD
Text Example
Text Example
White with #EC36FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36FD; }
p { color: rgb(236,54,253); }
H1.HeaderClassName
{
color: #EC36FD;
}
.AnyTagClassName
{
color: #EC36FD;
}
</style>
background-color css
<style>
a { background-color: #EC36FD; }
a { background-color: rgb(236,54,253); }
div.DivClassName
{
background-color: #EC36FD;
}
.BgClassName
{
background-color: #EC36FD;
}
</style>
border-color css
<style>
span { border-color: #EC36FD; }
span { border-color: rgb(236,54,253); }
td.TdClassName
{
border-color: #EC36FD;
}
.TagClassName
{
border-color: #EC36FD;
}
</style>