Shades of Pink Flamingo #EC3CFF
Tints of Pink Flamingo #EC3CFF
RGB
CMYK
RGB Variations
Color information
#EC3CFF (or 0xEC3CFF) is known color: Pink Flamingo. HEX triplet: EC, 3C and FF. RGB value is (236,60,255). Sum of RGB (Red+Green+Blue) = 236+60+255=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CFF is #13C300. Grayscale: #868686. Windows color (decimal): -1295105 or 16727276. OLE color: 16727276.
HSL color Cylindrical-coordinate representation of color #EC3CFF: hue angle of 294.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3CFF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 60 | 255 | - |
| CMYK | 0.07 | 0.76 | 0 | 0 |
| HSL | 294.15º | 1% | 0.62% | - |
| HSV(B) | 294.15º | 0.76% | 1% | - |
| XYZ | 54.26 | 28.28 | 97.21 | - |
| YUV | 134.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 255 | 0.07 | 0.76 | 0 | 0 | 294.15 | 1 | 0.62 |
| Hex | EC | 3C | FF | 7 | 4C | 0 | 0 | 126 | 64 | 3E |
| Octal | 354 | 74 | 377 | 7 | 114 | 0 | 0 | 446 | 144 | 76 |
| Binary | 11101100 | 111100 | 11111111 | 111 | 1001100 | 0 | 0 | 100100110 | 1100100 | 111110 |
Color Harmonies of #EC3CFF
Complementary color
Monochromatic Colors of #EC3CFF
Black with #EC3CFF
Text Example
Text Example
White with #EC3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CFF; }
p { color: rgb(236,60,255); }
H1.HeaderClassName
{
color: #EC3CFF;
}
.AnyTagClassName
{
color: #EC3CFF;
}
</style>
background-color css
<style>
a { background-color: #EC3CFF; }
a { background-color: rgb(236,60,255); }
div.DivClassName
{
background-color: #EC3CFF;
}
.BgClassName
{
background-color: #EC3CFF;
}
</style>
border-color css
<style>
span { border-color: #EC3CFF; }
span { border-color: rgb(236,60,255); }
td.TdClassName
{
border-color: #EC3CFF;
}
.TagClassName
{
border-color: #EC3CFF;
}
</style>