Shades of Pink Flamingo #EC5AFC
Tints of Pink Flamingo #EC5AFC
RGB
CMYK
RGB Variations
Color information
#EC5AFC (or 0xEC5AFC) is known color: Pink Flamingo. HEX triplet: EC, 5A and FC. RGB value is (236,90,252). Sum of RGB (Red+Green+Blue) = 236+90+252=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC5AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5AFC is #13A503. Grayscale: #979797. Windows color (decimal): -1287428 or 16538348. OLE color: 16538348.
HSL color Cylindrical-coordinate representation of color #EC5AFC: hue angle of 294.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5AFC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 90 | 252 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.01 |
| HSL | 294.07º | 0.96% | 0.67% | - |
| HSV(B) | 294.07º | 0.64% | 0.99% | - |
| XYZ | 55.82 | 32.17 | 95.36 | - |
| YUV | 152.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 252 | 0.06 | 0.64 | 0 | 0.01 | 294.07 | 0.96 | 0.67 |
| Hex | EC | 5A | FC | 6 | 40 | 0 | 1 | 126 | 60 | 43 |
| Octal | 354 | 132 | 374 | 6 | 100 | 0 | 1 | 446 | 140 | 103 |
| Binary | 11101100 | 1011010 | 11111100 | 110 | 1000000 | 0 | 1 | 100100110 | 1100000 | 1000011 |
Color Harmonies of #EC5AFC
Complementary color
Monochromatic Colors of #EC5AFC
Black with #EC5AFC
Text Example
Text Example
White with #EC5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AFC; }
p { color: rgb(236,90,252); }
H1.HeaderClassName
{
color: #EC5AFC;
}
.AnyTagClassName
{
color: #EC5AFC;
}
</style>
background-color css
<style>
a { background-color: #EC5AFC; }
a { background-color: rgb(236,90,252); }
div.DivClassName
{
background-color: #EC5AFC;
}
.BgClassName
{
background-color: #EC5AFC;
}
</style>
border-color css
<style>
span { border-color: #EC5AFC; }
span { border-color: rgb(236,90,252); }
td.TdClassName
{
border-color: #EC5AFC;
}
.TagClassName
{
border-color: #EC5AFC;
}
</style>