Shades of Pink Flamingo #EC38FA
Tints of Pink Flamingo #EC38FA
RGB
CMYK
RGB Variations
Color information
#EC38FA (or 0xEC38FA) is known color: Pink Flamingo. HEX triplet: EC, 38 and FA. RGB value is (236,56,250). Sum of RGB (Red+Green+Blue) = 236+56+250=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 56 (22.27% from 255 or 10.33% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC38FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC38FA is #13C705. Grayscale: #838383. Windows color (decimal): -1296134 or 16398572. OLE color: 16398572.
HSL color Cylindrical-coordinate representation of color #EC38FA: hue angle of 295.67º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC38FA is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 56 | 250 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.02 |
| HSL | 295.67º | 0.95% | 0.6% | - |
| HSV(B) | 295.67º | 0.78% | 0.98% | - |
| XYZ | 53.26 | 27.56 | 92.96 | - |
| YUV | 131.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 250 | 0.06 | 0.78 | 0 | 0.02 | 295.67 | 0.95 | 0.6 |
| Hex | EC | 38 | FA | 6 | 4E | 0 | 2 | 128 | 5F | 3C |
| Octal | 354 | 70 | 372 | 6 | 116 | 0 | 2 | 450 | 137 | 74 |
| Binary | 11101100 | 111000 | 11111010 | 110 | 1001110 | 0 | 10 | 100101000 | 1011111 | 111100 |
Color Harmonies of #EC38FA
Complementary color
Monochromatic Colors of #EC38FA
Black with #EC38FA
Text Example
Text Example
White with #EC38FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC38FA; }
p { color: rgb(236,56,250); }
H1.HeaderClassName
{
color: #EC38FA;
}
.AnyTagClassName
{
color: #EC38FA;
}
</style>
background-color css
<style>
a { background-color: #EC38FA; }
a { background-color: rgb(236,56,250); }
div.DivClassName
{
background-color: #EC38FA;
}
.BgClassName
{
background-color: #EC38FA;
}
</style>
border-color css
<style>
span { border-color: #EC38FA; }
span { border-color: rgb(236,56,250); }
td.TdClassName
{
border-color: #EC38FA;
}
.TagClassName
{
border-color: #EC38FA;
}
</style>