Shades of Pink Flamingo #EC3FF8
Tints of Pink Flamingo #EC3FF8
RGB
CMYK
RGB Variations
Color information
#EC3FF8 (or 0xEC3FF8) is known color: Pink Flamingo. HEX triplet: EC, 3F and F8. RGB value is (236,63,248). Sum of RGB (Red+Green+Blue) = 236+63+248=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 63 (25% from 255 or 11.52% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC3FF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3FF8 is #13C007. Grayscale: #878787. Windows color (decimal): -1294344 or 16269292. OLE color: 16269292.
HSL color Cylindrical-coordinate representation of color #EC3FF8: hue angle of 296.11º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3FF8 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 63 | 248 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.03 |
| HSL | 296.11º | 0.93% | 0.61% | - |
| HSV(B) | 296.11º | 0.75% | 0.97% | - |
| XYZ | 53.31 | 28.17 | 91.43 | - |
| YUV | 135.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 248 | 0.05 | 0.75 | 0 | 0.03 | 296.11 | 0.93 | 0.61 |
| Hex | EC | 3F | F8 | 5 | 4B | 0 | 3 | 128 | 5D | 3D |
| Octal | 354 | 77 | 370 | 5 | 113 | 0 | 3 | 450 | 135 | 75 |
| Binary | 11101100 | 111111 | 11111000 | 101 | 1001011 | 0 | 11 | 100101000 | 1011101 | 111101 |
Color Harmonies of #EC3FF8
Complementary color
Monochromatic Colors of #EC3FF8
Black with #EC3FF8
Text Example
Text Example
White with #EC3FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FF8; }
p { color: rgb(236,63,248); }
H1.HeaderClassName
{
color: #EC3FF8;
}
.AnyTagClassName
{
color: #EC3FF8;
}
</style>
background-color css
<style>
a { background-color: #EC3FF8; }
a { background-color: rgb(236,63,248); }
div.DivClassName
{
background-color: #EC3FF8;
}
.BgClassName
{
background-color: #EC3FF8;
}
</style>
border-color css
<style>
span { border-color: #EC3FF8; }
span { border-color: rgb(236,63,248); }
td.TdClassName
{
border-color: #EC3FF8;
}
.TagClassName
{
border-color: #EC3FF8;
}
</style>