Shades of Pink Flamingo #EC65EE
Tints of Pink Flamingo #EC65EE
RGB
CMYK
RGB Variations
Color information
#EC65EE (or 0xEC65EE) is known color: Pink Flamingo. HEX triplet: EC, 65 and EE. RGB value is (236,101,238). Sum of RGB (Red+Green+Blue) = 236+101+238=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC65EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65EE is #139A11. Grayscale: #9C9C9C. Windows color (decimal): -1284626 or 15623660. OLE color: 15623660.
HSL color Cylindrical-coordinate representation of color #EC65EE: hue angle of 299.12º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC65EE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 238 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.07 |
| HSL | 299.12º | 0.8% | 0.66% | - |
| HSV(B) | 299.12º | 0.58% | 0.93% | - |
| XYZ | 54.68 | 33.31 | 84.44 | - |
| YUV | 156.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 238 | 0.01 | 0.58 | 0 | 0.07 | 299.12 | 0.8 | 0.66 |
| Hex | EC | 65 | EE | 1 | 3A | 0 | 7 | 12B | 50 | 42 |
| Octal | 354 | 145 | 356 | 1 | 72 | 0 | 7 | 453 | 120 | 102 |
| Binary | 11101100 | 1100101 | 11101110 | 1 | 111010 | 0 | 111 | 100101011 | 1010000 | 1000010 |
Color Harmonies of #EC65EE
Complementary color
Monochromatic Colors of #EC65EE
Black with #EC65EE
Text Example
Text Example
White with #EC65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65EE; }
p { color: rgb(236,101,238); }
H1.HeaderClassName
{
color: #EC65EE;
}
.AnyTagClassName
{
color: #EC65EE;
}
</style>
background-color css
<style>
a { background-color: #EC65EE; }
a { background-color: rgb(236,101,238); }
div.DivClassName
{
background-color: #EC65EE;
}
.BgClassName
{
background-color: #EC65EE;
}
</style>
border-color css
<style>
span { border-color: #EC65EE; }
span { border-color: rgb(236,101,238); }
td.TdClassName
{
border-color: #EC65EE;
}
.TagClassName
{
border-color: #EC65EE;
}
</style>