Shades of Pink Flamingo #EC38FE
Tints of Pink Flamingo #EC38FE
RGB
CMYK
RGB Variations
Color information
#EC38FE (or 0xEC38FE) is known color: Pink Flamingo. HEX triplet: EC, 38 and FE. RGB value is (236,56,254). Sum of RGB (Red+Green+Blue) = 236+56+254=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 56 (22.27% from 255 or 10.26% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC38FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC38FE is #13C701. Grayscale: #838383. Windows color (decimal): -1296130 or 16660716. OLE color: 16660716.
HSL color Cylindrical-coordinate representation of color #EC38FE: hue angle of 294.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC38FE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 56 | 254 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.00 |
| HSL | 294.55º | 0.99% | 0.61% | - |
| HSV(B) | 294.55º | 0.78% | 1% | - |
| XYZ | 53.9 | 27.82 | 96.29 | - |
| YUV | 132.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 254 | 0.07 | 0.78 | 0 | 0.00 | 294.55 | 0.99 | 0.61 |
| Hex | EC | 38 | FE | 7 | 4E | 0 | 0 | 127 | 63 | 3D |
| Octal | 354 | 70 | 376 | 7 | 116 | 0 | 0 | 447 | 143 | 75 |
| Binary | 11101100 | 111000 | 11111110 | 111 | 1001110 | 0 | 0 | 100100111 | 1100011 | 111101 |
Color Harmonies of #EC38FE
Complementary color
Monochromatic Colors of #EC38FE
Black with #EC38FE
Text Example
Text Example
White with #EC38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC38FE; }
p { color: rgb(236,56,254); }
H1.HeaderClassName
{
color: #EC38FE;
}
.AnyTagClassName
{
color: #EC38FE;
}
</style>
background-color css
<style>
a { background-color: #EC38FE; }
a { background-color: rgb(236,56,254); }
div.DivClassName
{
background-color: #EC38FE;
}
.BgClassName
{
background-color: #EC38FE;
}
</style>
border-color css
<style>
span { border-color: #EC38FE; }
span { border-color: rgb(236,56,254); }
td.TdClassName
{
border-color: #EC38FE;
}
.TagClassName
{
border-color: #EC38FE;
}
</style>