Shades of Pink Flamingo #EC38FF
Tints of Pink Flamingo #EC38FF
RGB
CMYK
RGB Variations
Color information
#EC38FF (or 0xEC38FF) is known color: Pink Flamingo. HEX triplet: EC, 38 and FF. RGB value is (236,56,255). Sum of RGB (Red+Green+Blue) = 236+56+255=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 56 (22.27% from 255 or 10.24% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC38FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC38FF is #13C700. Grayscale: #838383. Windows color (decimal): -1296129 or 16726252. OLE color: 16726252.
HSL color Cylindrical-coordinate representation of color #EC38FF: hue angle of 294.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC38FF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 56 | 255 | - |
| CMYK | 0.07 | 0.78 | 0 | 0 |
| HSL | 294.27º | 1% | 0.61% | - |
| HSV(B) | 294.27º | 0.78% | 1% | - |
| XYZ | 54.06 | 27.88 | 97.14 | - |
| YUV | 132.51 | 197.13 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 255 | 0.07 | 0.78 | 0 | 0 | 294.27 | 1 | 0.61 |
| Hex | EC | 38 | FF | 7 | 4E | 0 | 0 | 126 | 64 | 3D |
| Octal | 354 | 70 | 377 | 7 | 116 | 0 | 0 | 446 | 144 | 75 |
| Binary | 11101100 | 111000 | 11111111 | 111 | 1001110 | 0 | 0 | 100100110 | 1100100 | 111101 |
Color Harmonies of #EC38FF
Complementary color
Monochromatic Colors of #EC38FF
Black with #EC38FF
Text Example
Text Example
White with #EC38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC38FF; }
p { color: rgb(236,56,255); }
H1.HeaderClassName
{
color: #EC38FF;
}
.AnyTagClassName
{
color: #EC38FF;
}
</style>
background-color css
<style>
a { background-color: #EC38FF; }
a { background-color: rgb(236,56,255); }
div.DivClassName
{
background-color: #EC38FF;
}
.BgClassName
{
background-color: #EC38FF;
}
</style>
border-color css
<style>
span { border-color: #EC38FF; }
span { border-color: rgb(236,56,255); }
td.TdClassName
{
border-color: #EC38FF;
}
.TagClassName
{
border-color: #EC38FF;
}
</style>