Shades of Pink Flamingo #EC3DFF
Tints of Pink Flamingo #EC3DFF
RGB
CMYK
RGB Variations
Color information
#EC3DFF (or 0xEC3DFF) is known color: Pink Flamingo. HEX triplet: EC, 3D and FF. RGB value is (236,61,255). Sum of RGB (Red+Green+Blue) = 236+61+255=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 61 (24.22% from 255 or 11.05% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC3DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DFF is #13C200. Grayscale: #868686. Windows color (decimal): -1294849 or 16727532. OLE color: 16727532.
HSL color Cylindrical-coordinate representation of color #EC3DFF: hue angle of 294.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3DFF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 61 | 255 | - |
| CMYK | 0.07 | 0.76 | 0 | 0 |
| HSL | 294.12º | 1% | 0.62% | - |
| HSV(B) | 294.12º | 0.76% | 1% | - |
| XYZ | 54.31 | 28.39 | 97.23 | - |
| YUV | 135.44 | 195.48 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 255 | 0.07 | 0.76 | 0 | 0 | 294.12 | 1 | 0.62 |
| Hex | EC | 3D | FF | 7 | 4C | 0 | 0 | 126 | 64 | 3E |
| Octal | 354 | 75 | 377 | 7 | 114 | 0 | 0 | 446 | 144 | 76 |
| Binary | 11101100 | 111101 | 11111111 | 111 | 1001100 | 0 | 0 | 100100110 | 1100100 | 111110 |
Color Harmonies of #EC3DFF
Complementary color
Monochromatic Colors of #EC3DFF
Black with #EC3DFF
Text Example
Text Example
White with #EC3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DFF; }
p { color: rgb(236,61,255); }
H1.HeaderClassName
{
color: #EC3DFF;
}
.AnyTagClassName
{
color: #EC3DFF;
}
</style>
background-color css
<style>
a { background-color: #EC3DFF; }
a { background-color: rgb(236,61,255); }
div.DivClassName
{
background-color: #EC3DFF;
}
.BgClassName
{
background-color: #EC3DFF;
}
</style>
border-color css
<style>
span { border-color: #EC3DFF; }
span { border-color: rgb(236,61,255); }
td.TdClassName
{
border-color: #EC3DFF;
}
.TagClassName
{
border-color: #EC3DFF;
}
</style>