Shades of Pink Flamingo #ED51F2
Tints of Pink Flamingo #ED51F2
RGB
CMYK
RGB Variations
Color information
#ED51F2 (or 0xED51F2) is known color: Pink Flamingo. HEX triplet: ED, 51 and F2. RGB value is (237,81,242). Sum of RGB (Red+Green+Blue) = 237+81+242=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 81 (32.03% from 255 or 14.46% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED51F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED51F2 is #12AE0D. Grayscale: #919191. Windows color (decimal): -1224206 or 15880685. OLE color: 15880685.
HSL color Cylindrical-coordinate representation of color #ED51F2: hue angle of 298.14º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED51F2 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 81 | 242 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.05 |
| HSL | 298.14º | 0.86% | 0.63% | - |
| HSV(B) | 298.14º | 0.67% | 0.95% | - |
| XYZ | 53.89 | 30.3 | 87.01 | - |
| YUV | 146 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 242 | 0.02 | 0.67 | 0 | 0.05 | 298.14 | 0.86 | 0.63 |
| Hex | ED | 51 | F2 | 2 | 43 | 0 | 5 | 12A | 56 | 3F |
| Octal | 355 | 121 | 362 | 2 | 103 | 0 | 5 | 452 | 126 | 77 |
| Binary | 11101101 | 1010001 | 11110010 | 10 | 1000011 | 0 | 101 | 100101010 | 1010110 | 111111 |
Color Harmonies of #ED51F2
Complementary color
Monochromatic Colors of #ED51F2
Black with #ED51F2
Text Example
Text Example
White with #ED51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED51F2; }
p { color: rgb(237,81,242); }
H1.HeaderClassName
{
color: #ED51F2;
}
.AnyTagClassName
{
color: #ED51F2;
}
</style>
background-color css
<style>
a { background-color: #ED51F2; }
a { background-color: rgb(237,81,242); }
div.DivClassName
{
background-color: #ED51F2;
}
.BgClassName
{
background-color: #ED51F2;
}
</style>
border-color css
<style>
span { border-color: #ED51F2; }
span { border-color: rgb(237,81,242); }
td.TdClassName
{
border-color: #ED51F2;
}
.TagClassName
{
border-color: #ED51F2;
}
</style>