Shades of Pink Flamingo #ED62EF
Tints of Pink Flamingo #ED62EF
RGB
CMYK
RGB Variations
Color information
#ED62EF (or 0xED62EF) is known color: Pink Flamingo. HEX triplet: ED, 62 and EF. RGB value is (237,98,239). Sum of RGB (Red+Green+Blue) = 237+98+239=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 98 (38.67% from 255 or 17.07% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED62EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED62EF is #129D10. Grayscale: #9B9B9B. Windows color (decimal): -1219857 or 15688429. OLE color: 15688429.
HSL color Cylindrical-coordinate representation of color #ED62EF: hue angle of 299.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED62EF is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 98 | 239 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.06 |
| HSL | 299.15º | 0.82% | 0.66% | - |
| HSV(B) | 299.15º | 0.59% | 0.94% | - |
| XYZ | 54.87 | 32.97 | 85.13 | - |
| YUV | 155.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 239 | 0.01 | 0.59 | 0 | 0.06 | 299.15 | 0.82 | 0.66 |
| Hex | ED | 62 | EF | 1 | 3B | 0 | 6 | 12B | 52 | 42 |
| Octal | 355 | 142 | 357 | 1 | 73 | 0 | 6 | 453 | 122 | 102 |
| Binary | 11101101 | 1100010 | 11101111 | 1 | 111011 | 0 | 110 | 100101011 | 1010010 | 1000010 |
Color Harmonies of #ED62EF
Complementary color
Monochromatic Colors of #ED62EF
Black with #ED62EF
Text Example
Text Example
White with #ED62EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED62EF; }
p { color: rgb(237,98,239); }
H1.HeaderClassName
{
color: #ED62EF;
}
.AnyTagClassName
{
color: #ED62EF;
}
</style>
background-color css
<style>
a { background-color: #ED62EF; }
a { background-color: rgb(237,98,239); }
div.DivClassName
{
background-color: #ED62EF;
}
.BgClassName
{
background-color: #ED62EF;
}
</style>
border-color css
<style>
span { border-color: #ED62EF; }
span { border-color: rgb(237,98,239); }
td.TdClassName
{
border-color: #ED62EF;
}
.TagClassName
{
border-color: #ED62EF;
}
</style>