Shades of Pink Flamingo #EC68EE
Tints of Pink Flamingo #EC68EE
RGB
CMYK
RGB Variations
Color information
#EC68EE (or 0xEC68EE) is known color: Pink Flamingo. HEX triplet: EC, 68 and EE. RGB value is (236,104,238). Sum of RGB (Red+Green+Blue) = 236+104+238=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC68EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68EE is #139711. Grayscale: #9E9E9E. Windows color (decimal): -1283858 or 15624428. OLE color: 15624428.
HSL color Cylindrical-coordinate representation of color #EC68EE: hue angle of 299.1º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68EE is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 238 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.07 |
| HSL | 299.1º | 0.8% | 0.67% | - |
| HSV(B) | 299.1º | 0.56% | 0.93% | - |
| XYZ | 54.98 | 33.91 | 84.54 | - |
| YUV | 158.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 238 | 0.01 | 0.56 | 0 | 0.07 | 299.1 | 0.8 | 0.67 |
| Hex | EC | 68 | EE | 1 | 38 | 0 | 7 | 12B | 50 | 43 |
| Octal | 354 | 150 | 356 | 1 | 70 | 0 | 7 | 453 | 120 | 103 |
| Binary | 11101100 | 1101000 | 11101110 | 1 | 111000 | 0 | 111 | 100101011 | 1010000 | 1000011 |
Color Harmonies of #EC68EE
Complementary color
Monochromatic Colors of #EC68EE
Black with #EC68EE
Text Example
Text Example
White with #EC68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68EE; }
p { color: rgb(236,104,238); }
H1.HeaderClassName
{
color: #EC68EE;
}
.AnyTagClassName
{
color: #EC68EE;
}
</style>
background-color css
<style>
a { background-color: #EC68EE; }
a { background-color: rgb(236,104,238); }
div.DivClassName
{
background-color: #EC68EE;
}
.BgClassName
{
background-color: #EC68EE;
}
</style>
border-color css
<style>
span { border-color: #EC68EE; }
span { border-color: rgb(236,104,238); }
td.TdClassName
{
border-color: #EC68EE;
}
.TagClassName
{
border-color: #EC68EE;
}
</style>