Shades of Pink Flamingo #EC5AF1
Tints of Pink Flamingo #EC5AF1
RGB
CMYK
RGB Variations
Color information
#EC5AF1 (or 0xEC5AF1) is known color: Pink Flamingo. HEX triplet: EC, 5A and F1. RGB value is (236,90,241). Sum of RGB (Red+Green+Blue) = 236+90+241=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC5AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5AF1 is #13A50E. Grayscale: #969696. Windows color (decimal): -1287439 or 15817452. OLE color: 15817452.
HSL color Cylindrical-coordinate representation of color #EC5AF1: hue angle of 298.01º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5AF1 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 90 | 241 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.05 |
| HSL | 298.01º | 0.84% | 0.65% | - |
| HSV(B) | 298.01º | 0.63% | 0.95% | - |
| XYZ | 54.13 | 31.5 | 86.45 | - |
| YUV | 150.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 241 | 0.02 | 0.63 | 0 | 0.05 | 298.01 | 0.84 | 0.65 |
| Hex | EC | 5A | F1 | 2 | 3F | 0 | 5 | 12A | 54 | 41 |
| Octal | 354 | 132 | 361 | 2 | 77 | 0 | 5 | 452 | 124 | 101 |
| Binary | 11101100 | 1011010 | 11110001 | 10 | 111111 | 0 | 101 | 100101010 | 1010100 | 1000001 |
Color Harmonies of #EC5AF1
Complementary color
Monochromatic Colors of #EC5AF1
Black with #EC5AF1
Text Example
Text Example
White with #EC5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AF1; }
p { color: rgb(236,90,241); }
H1.HeaderClassName
{
color: #EC5AF1;
}
.AnyTagClassName
{
color: #EC5AF1;
}
</style>
background-color css
<style>
a { background-color: #EC5AF1; }
a { background-color: rgb(236,90,241); }
div.DivClassName
{
background-color: #EC5AF1;
}
.BgClassName
{
background-color: #EC5AF1;
}
</style>
border-color css
<style>
span { border-color: #EC5AF1; }
span { border-color: rgb(236,90,241); }
td.TdClassName
{
border-color: #EC5AF1;
}
.TagClassName
{
border-color: #EC5AF1;
}
</style>