Shades of Pink Flamingo #EC62FF
Tints of Pink Flamingo #EC62FF
RGB
CMYK
RGB Variations
Color information
#EC62FF (or 0xEC62FF) is known color: Pink Flamingo. HEX triplet: EC, 62 and FF. RGB value is (236,98,255). Sum of RGB (Red+Green+Blue) = 236+98+255=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 98 (38.67% from 255 or 16.64% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC62FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC62FF is #139D00. Grayscale: #9C9C9C. Windows color (decimal): -1285377 or 16737004. OLE color: 16737004.
HSL color Cylindrical-coordinate representation of color #EC62FF: hue angle of 292.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC62FF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 98 | 255 | - |
| CMYK | 0.07 | 0.62 | 0 | 0 |
| HSL | 292.74º | 1% | 0.69% | - |
| HSV(B) | 292.74º | 0.62% | 1% | - |
| XYZ | 57.01 | 33.79 | 98.12 | - |
| YUV | 157.16 | 183.22 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 255 | 0.07 | 0.62 | 0 | 0 | 292.74 | 1 | 0.69 |
| Hex | EC | 62 | FF | 7 | 3E | 0 | 0 | 125 | 64 | 45 |
| Octal | 354 | 142 | 377 | 7 | 76 | 0 | 0 | 445 | 144 | 105 |
| Binary | 11101100 | 1100010 | 11111111 | 111 | 111110 | 0 | 0 | 100100101 | 1100100 | 1000101 |
Color Harmonies of #EC62FF
Complementary color
Monochromatic Colors of #EC62FF
Black with #EC62FF
Text Example
Text Example
White with #EC62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62FF; }
p { color: rgb(236,98,255); }
H1.HeaderClassName
{
color: #EC62FF;
}
.AnyTagClassName
{
color: #EC62FF;
}
</style>
background-color css
<style>
a { background-color: #EC62FF; }
a { background-color: rgb(236,98,255); }
div.DivClassName
{
background-color: #EC62FF;
}
.BgClassName
{
background-color: #EC62FF;
}
</style>
border-color css
<style>
span { border-color: #EC62FF; }
span { border-color: rgb(236,98,255); }
td.TdClassName
{
border-color: #EC62FF;
}
.TagClassName
{
border-color: #EC62FF;
}
</style>