Shades of Pink Flamingo #EC41FD
Tints of Pink Flamingo #EC41FD
RGB
CMYK
RGB Variations
Color information
#EC41FD (or 0xEC41FD) is known color: Pink Flamingo. HEX triplet: EC, 41 and FD. RGB value is (236,65,253). Sum of RGB (Red+Green+Blue) = 236+65+253=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 65 (25.78% from 255 or 11.73% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC41FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41FD is #13BE02. Grayscale: #888888. Windows color (decimal): -1293827 or 16597484. OLE color: 16597484.
HSL color Cylindrical-coordinate representation of color #EC41FD: hue angle of 294.57º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC41FD is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 65 | 253 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.01 |
| HSL | 294.57º | 0.98% | 0.62% | - |
| HSV(B) | 294.57º | 0.74% | 0.99% | - |
| XYZ | 54.21 | 28.71 | 95.61 | - |
| YUV | 137.56 | 193.15 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 253 | 0.07 | 0.74 | 0 | 0.01 | 294.57 | 0.98 | 0.62 |
| Hex | EC | 41 | FD | 7 | 4A | 0 | 1 | 127 | 62 | 3E |
| Octal | 354 | 101 | 375 | 7 | 112 | 0 | 1 | 447 | 142 | 76 |
| Binary | 11101100 | 1000001 | 11111101 | 111 | 1001010 | 0 | 1 | 100100111 | 1100010 | 111110 |
Color Harmonies of #EC41FD
Complementary color
Monochromatic Colors of #EC41FD
Black with #EC41FD
Text Example
Text Example
White with #EC41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41FD; }
p { color: rgb(236,65,253); }
H1.HeaderClassName
{
color: #EC41FD;
}
.AnyTagClassName
{
color: #EC41FD;
}
</style>
background-color css
<style>
a { background-color: #EC41FD; }
a { background-color: rgb(236,65,253); }
div.DivClassName
{
background-color: #EC41FD;
}
.BgClassName
{
background-color: #EC41FD;
}
</style>
border-color css
<style>
span { border-color: #EC41FD; }
span { border-color: rgb(236,65,253); }
td.TdClassName
{
border-color: #EC41FD;
}
.TagClassName
{
border-color: #EC41FD;
}
</style>