Shades of Pink Flamingo #ED62FF
Tints of Pink Flamingo #ED62FF
RGB
CMYK
RGB Variations
Color information
#ED62FF (or 0xED62FF) is known color: Pink Flamingo. HEX triplet: ED, 62 and FF. RGB value is (237,98,255). Sum of RGB (Red+Green+Blue) = 237+98+255=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 98 (38.67% from 255 or 16.61% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED62FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED62FF is #129D00. Grayscale: #9C9C9C. Windows color (decimal): -1219841 or 16737005. OLE color: 16737005.
HSL color Cylindrical-coordinate representation of color #ED62FF: hue angle of 293.12º 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 #ED62FF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 98 | 255 | - |
| CMYK | 0.07 | 0.62 | 0 | 0 |
| HSL | 293.12º | 1% | 0.69% | - |
| HSV(B) | 293.12º | 0.62% | 1% | - |
| XYZ | 57.34 | 33.96 | 98.14 | - |
| YUV | 157.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 255 | 0.07 | 0.62 | 0 | 0 | 293.12 | 1 | 0.69 |
| Hex | ED | 62 | FF | 7 | 3E | 0 | 0 | 125 | 64 | 45 |
| Octal | 355 | 142 | 377 | 7 | 76 | 0 | 0 | 445 | 144 | 105 |
| Binary | 11101101 | 1100010 | 11111111 | 111 | 111110 | 0 | 0 | 100100101 | 1100100 | 1000101 |
Color Harmonies of #ED62FF
Complementary color
Monochromatic Colors of #ED62FF
Black with #ED62FF
Text Example
Text Example
White with #ED62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED62FF; }
p { color: rgb(237,98,255); }
H1.HeaderClassName
{
color: #ED62FF;
}
.AnyTagClassName
{
color: #ED62FF;
}
</style>
background-color css
<style>
a { background-color: #ED62FF; }
a { background-color: rgb(237,98,255); }
div.DivClassName
{
background-color: #ED62FF;
}
.BgClassName
{
background-color: #ED62FF;
}
</style>
border-color css
<style>
span { border-color: #ED62FF; }
span { border-color: rgb(237,98,255); }
td.TdClassName
{
border-color: #ED62FF;
}
.TagClassName
{
border-color: #ED62FF;
}
</style>