Shades of Pink Flamingo #EC3EFD
Tints of Pink Flamingo #EC3EFD
RGB
CMYK
RGB Variations
Color information
#EC3EFD (or 0xEC3EFD) is known color: Pink Flamingo. HEX triplet: EC, 3E and FD. RGB value is (236,62,253). Sum of RGB (Red+Green+Blue) = 236+62+253=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 62 (24.61% from 255 or 11.25% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC3EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3EFD is #13C102. Grayscale: #878787. Windows color (decimal): -1294595 or 16596716. OLE color: 16596716.
HSL color Cylindrical-coordinate representation of color #EC3EFD: hue angle of 294.66º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3EFD is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 62 | 253 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.01 |
| HSL | 294.66º | 0.98% | 0.62% | - |
| HSV(B) | 294.66º | 0.75% | 0.99% | - |
| XYZ | 54.04 | 28.37 | 95.56 | - |
| YUV | 135.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 253 | 0.07 | 0.75 | 0 | 0.01 | 294.66 | 0.98 | 0.62 |
| Hex | EC | 3E | FD | 7 | 4B | 0 | 1 | 127 | 62 | 3E |
| Octal | 354 | 76 | 375 | 7 | 113 | 0 | 1 | 447 | 142 | 76 |
| Binary | 11101100 | 111110 | 11111101 | 111 | 1001011 | 0 | 1 | 100100111 | 1100010 | 111110 |
Color Harmonies of #EC3EFD
Complementary color
Monochromatic Colors of #EC3EFD
Black with #EC3EFD
Text Example
Text Example
White with #EC3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EFD; }
p { color: rgb(236,62,253); }
H1.HeaderClassName
{
color: #EC3EFD;
}
.AnyTagClassName
{
color: #EC3EFD;
}
</style>
background-color css
<style>
a { background-color: #EC3EFD; }
a { background-color: rgb(236,62,253); }
div.DivClassName
{
background-color: #EC3EFD;
}
.BgClassName
{
background-color: #EC3EFD;
}
</style>
border-color css
<style>
span { border-color: #EC3EFD; }
span { border-color: rgb(236,62,253); }
td.TdClassName
{
border-color: #EC3EFD;
}
.TagClassName
{
border-color: #EC3EFD;
}
</style>