Shades of Pink Flamingo #ED62EE
Tints of Pink Flamingo #ED62EE
RGB
CMYK
RGB Variations
Color information
#ED62EE (or 0xED62EE) is known color: Pink Flamingo. HEX triplet: ED, 62 and EE. RGB value is (237,98,238). Sum of RGB (Red+Green+Blue) = 237+98+238=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 98 (38.67% from 255 or 17.10% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED62EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED62EE is #129D11. Grayscale: #9B9B9B. Windows color (decimal): -1219858 or 15622893. OLE color: 15622893.
HSL color Cylindrical-coordinate representation of color #ED62EE: hue angle of 299.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED62EE is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 238 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.07 |
| HSL | 299.57º | 0.8% | 0.66% | - |
| HSV(B) | 299.57º | 0.59% | 0.93% | - |
| XYZ | 54.73 | 32.91 | 84.36 | - |
| YUV | 155.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 238 | 0.00 | 0.59 | 0 | 0.07 | 299.57 | 0.8 | 0.66 |
| Hex | ED | 62 | EE | 0 | 3B | 0 | 7 | 12C | 50 | 42 |
| Octal | 355 | 142 | 356 | 0 | 73 | 0 | 7 | 454 | 120 | 102 |
| Binary | 11101101 | 1100010 | 11101110 | 0 | 111011 | 0 | 111 | 100101100 | 1010000 | 1000010 |
Color Harmonies of #ED62EE
Complementary color
Monochromatic Colors of #ED62EE
Black with #ED62EE
Text Example
Text Example
White with #ED62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED62EE; }
p { color: rgb(237,98,238); }
H1.HeaderClassName
{
color: #ED62EE;
}
.AnyTagClassName
{
color: #ED62EE;
}
</style>
background-color css
<style>
a { background-color: #ED62EE; }
a { background-color: rgb(237,98,238); }
div.DivClassName
{
background-color: #ED62EE;
}
.BgClassName
{
background-color: #ED62EE;
}
</style>
border-color css
<style>
span { border-color: #ED62EE; }
span { border-color: rgb(237,98,238); }
td.TdClassName
{
border-color: #ED62EE;
}
.TagClassName
{
border-color: #ED62EE;
}
</style>