Shades of Pink Flamingo #EC40FD
Tints of Pink Flamingo #EC40FD
RGB
CMYK
RGB Variations
Color information
#EC40FD (or 0xEC40FD) is known color: Pink Flamingo. HEX triplet: EC, 40 and FD. RGB value is (236,64,253). Sum of RGB (Red+Green+Blue) = 236+64+253=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FD is #13BF02. Grayscale: #888888. Windows color (decimal): -1294083 or 16597228. OLE color: 16597228.
HSL color Cylindrical-coordinate representation of color #EC40FD: hue angle of 294.6º 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 #EC40FD is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 64 | 253 | - |
CMYK | 0.07 | 0.75 | 0 | 0.01 |
HSL | 294.6º | 0.98% | 0.62% | - |
HSV(B) | 294.6º | 0.75% | 0.99% | - |
XYZ | 54.16 | 28.59 | 95.59 | - |
YUV | 136.97 | 193.48 | 198.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 64 | 253 | 0.07 | 0.75 | 0 | 0.01 | 294.6 | 0.98 | 0.62 |
Hex | EC | 40 | FD | 7 | 4B | 0 | 1 | 127 | 62 | 3E |
Octal | 354 | 100 | 375 | 7 | 113 | 0 | 1 | 447 | 142 | 76 |
Binary | 11101100 | 1000000 | 11111101 | 111 | 1001011 | 0 | 1 | 100100111 | 1100010 | 111110 |
Color Harmonies of #EC40FD
Complementary color
Monochromatic Colors of #EC40FD
Black with #EC40FD
Text Example
Text Example
White with #EC40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40FD; }
p { color: rgb(236,64,253); }
H1.HeaderClassName
{
color: #EC40FD;
}
.AnyTagClassName
{
color: #EC40FD;
}
</style>
background-color css
<style>
a { background-color: #EC40FD; }
a { background-color: rgb(236,64,253); }
div.DivClassName
{
background-color: #EC40FD;
}
.BgClassName
{
background-color: #EC40FD;
}
</style>
border-color css
<style>
span { border-color: #EC40FD; }
span { border-color: rgb(236,64,253); }
td.TdClassName
{
border-color: #EC40FD;
}
.TagClassName
{
border-color: #EC40FD;
}
</style>