Shades of Pink Flamingo #EC67EE
Tints of Pink Flamingo #EC67EE
RGB
CMYK
RGB Variations
Color information
#EC67EE (or 0xEC67EE) is known color: Pink Flamingo. HEX triplet: EC, 67 and EE. RGB value is (236,103,238). Sum of RGB (Red+Green+Blue) = 236+103+238=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 103 (40.62% from 255 or 17.85% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC67EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67EE is #139811. Grayscale: #9D9D9D. Windows color (decimal): -1284114 or 15624172. OLE color: 15624172.
HSL color Cylindrical-coordinate representation of color #EC67EE: hue angle of 299.11º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC67EE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 238 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.07 |
| HSL | 299.11º | 0.8% | 0.67% | - |
| HSV(B) | 299.11º | 0.57% | 0.93% | - |
| XYZ | 54.87 | 33.71 | 84.5 | - |
| YUV | 158.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 238 | 0.01 | 0.57 | 0 | 0.07 | 299.11 | 0.8 | 0.67 |
| Hex | EC | 67 | EE | 1 | 39 | 0 | 7 | 12B | 50 | 43 |
| Octal | 354 | 147 | 356 | 1 | 71 | 0 | 7 | 453 | 120 | 103 |
| Binary | 11101100 | 1100111 | 11101110 | 1 | 111001 | 0 | 111 | 100101011 | 1010000 | 1000011 |
Color Harmonies of #EC67EE
Complementary color
Monochromatic Colors of #EC67EE
Black with #EC67EE
Text Example
Text Example
White with #EC67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67EE; }
p { color: rgb(236,103,238); }
H1.HeaderClassName
{
color: #EC67EE;
}
.AnyTagClassName
{
color: #EC67EE;
}
</style>
background-color css
<style>
a { background-color: #EC67EE; }
a { background-color: rgb(236,103,238); }
div.DivClassName
{
background-color: #EC67EE;
}
.BgClassName
{
background-color: #EC67EE;
}
</style>
border-color css
<style>
span { border-color: #EC67EE; }
span { border-color: rgb(236,103,238); }
td.TdClassName
{
border-color: #EC67EE;
}
.TagClassName
{
border-color: #EC67EE;
}
</style>