Shades of Pink Flamingo #EC3CFA
Tints of Pink Flamingo #EC3CFA
RGB
CMYK
RGB Variations
Color information
#EC3CFA (or 0xEC3CFA) is known color: Pink Flamingo. HEX triplet: EC, 3C and FA. RGB value is (236,60,250). Sum of RGB (Red+Green+Blue) = 236+60+250=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 60 (23.83% from 255 or 10.99% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC3CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CFA is #13C305. Grayscale: #858585. Windows color (decimal): -1295110 or 16399596. OLE color: 16399596.
HSL color Cylindrical-coordinate representation of color #EC3CFA: hue angle of 295.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3CFA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 60 | 250 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.02 |
| HSL | 295.58º | 0.95% | 0.61% | - |
| HSV(B) | 295.58º | 0.76% | 0.98% | - |
| XYZ | 53.46 | 27.97 | 93.02 | - |
| YUV | 134.28 | 193.31 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 250 | 0.06 | 0.76 | 0 | 0.02 | 295.58 | 0.95 | 0.61 |
| Hex | EC | 3C | FA | 6 | 4C | 0 | 2 | 128 | 5F | 3D |
| Octal | 354 | 74 | 372 | 6 | 114 | 0 | 2 | 450 | 137 | 75 |
| Binary | 11101100 | 111100 | 11111010 | 110 | 1001100 | 0 | 10 | 100101000 | 1011111 | 111101 |
Color Harmonies of #EC3CFA
Complementary color
Monochromatic Colors of #EC3CFA
Black with #EC3CFA
Text Example
Text Example
White with #EC3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CFA; }
p { color: rgb(236,60,250); }
H1.HeaderClassName
{
color: #EC3CFA;
}
.AnyTagClassName
{
color: #EC3CFA;
}
</style>
background-color css
<style>
a { background-color: #EC3CFA; }
a { background-color: rgb(236,60,250); }
div.DivClassName
{
background-color: #EC3CFA;
}
.BgClassName
{
background-color: #EC3CFA;
}
</style>
border-color css
<style>
span { border-color: #EC3CFA; }
span { border-color: rgb(236,60,250); }
td.TdClassName
{
border-color: #EC3CFA;
}
.TagClassName
{
border-color: #EC3CFA;
}
</style>