Shades of Pink Flamingo #EC5CF2
Tints of Pink Flamingo #EC5CF2
RGB
CMYK
RGB Variations
Color information
#EC5CF2 (or 0xEC5CF2) is known color: Pink Flamingo. HEX triplet: EC, 5C and F2. RGB value is (236,92,242). Sum of RGB (Red+Green+Blue) = 236+92+242=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC5CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CF2 is #13A30D. Grayscale: #979797. Windows color (decimal): -1286926 or 15883500. OLE color: 15883500.
HSL color Cylindrical-coordinate representation of color #EC5CF2: hue angle of 297.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5CF2 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 92 | 242 | - |
CMYK | 0.02 | 0.62 | 0 | 0.05 |
HSL | 297.6º | 0.85% | 0.65% | - |
HSV(B) | 297.6º | 0.62% | 0.95% | - |
XYZ | 54.45 | 31.9 | 87.29 | - |
YUV | 152.16 | 178.71 | 187.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 92 | 242 | 0.02 | 0.62 | 0 | 0.05 | 297.6 | 0.85 | 0.65 |
Hex | EC | 5C | F2 | 2 | 3E | 0 | 5 | 12A | 55 | 41 |
Octal | 354 | 134 | 362 | 2 | 76 | 0 | 5 | 452 | 125 | 101 |
Binary | 11101100 | 1011100 | 11110010 | 10 | 111110 | 0 | 101 | 100101010 | 1010101 | 1000001 |
Color Harmonies of #EC5CF2
Complementary color
Monochromatic Colors of #EC5CF2
Black with #EC5CF2
Text Example
Text Example
White with #EC5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CF2; }
p { color: rgb(236,92,242); }
H1.HeaderClassName
{
color: #EC5CF2;
}
.AnyTagClassName
{
color: #EC5CF2;
}
</style>
background-color css
<style>
a { background-color: #EC5CF2; }
a { background-color: rgb(236,92,242); }
div.DivClassName
{
background-color: #EC5CF2;
}
.BgClassName
{
background-color: #EC5CF2;
}
</style>
border-color css
<style>
span { border-color: #EC5CF2; }
span { border-color: rgb(236,92,242); }
td.TdClassName
{
border-color: #EC5CF2;
}
.TagClassName
{
border-color: #EC5CF2;
}
</style>