Shades of Pink Flamingo #EC5EFE
Tints of Pink Flamingo #EC5EFE
RGB
CMYK
RGB Variations
Color information
#EC5EFE (or 0xEC5EFE) is known color: Pink Flamingo. HEX triplet: EC, 5E and FE. RGB value is (236,94,254). Sum of RGB (Red+Green+Blue) = 236+94+254=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 94 (37.11% from 255 or 16.10% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5EFE is #13A101. Grayscale: #9A9A9A. Windows color (decimal): -1286402 or 16670444. OLE color: 16670444.
HSL color Cylindrical-coordinate representation of color #EC5EFE: hue angle of 293.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5EFE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 94 | 254 | - |
CMYK | 0.07 | 0.63 | 0 | 0.00 |
HSL | 293.25º | 0.99% | 0.68% | - |
HSV(B) | 293.25º | 0.63% | 1% | - |
XYZ | 56.48 | 32.99 | 97.16 | - |
YUV | 154.7 | 184.04 | 185.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 94 | 254 | 0.07 | 0.63 | 0 | 0.00 | 293.25 | 0.99 | 0.68 |
Hex | EC | 5E | FE | 7 | 3F | 0 | 0 | 125 | 63 | 44 |
Octal | 354 | 136 | 376 | 7 | 77 | 0 | 0 | 445 | 143 | 104 |
Binary | 11101100 | 1011110 | 11111110 | 111 | 111111 | 0 | 0 | 100100101 | 1100011 | 1000100 |
Color Harmonies of #EC5EFE
Complementary color
Monochromatic Colors of #EC5EFE
Black with #EC5EFE
Text Example
Text Example
White with #EC5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5EFE; }
p { color: rgb(236,94,254); }
H1.HeaderClassName
{
color: #EC5EFE;
}
.AnyTagClassName
{
color: #EC5EFE;
}
</style>
background-color css
<style>
a { background-color: #EC5EFE; }
a { background-color: rgb(236,94,254); }
div.DivClassName
{
background-color: #EC5EFE;
}
.BgClassName
{
background-color: #EC5EFE;
}
</style>
border-color css
<style>
span { border-color: #EC5EFE; }
span { border-color: rgb(236,94,254); }
td.TdClassName
{
border-color: #EC5EFE;
}
.TagClassName
{
border-color: #EC5EFE;
}
</style>