Shades of Pink Flamingo #ED44FB
Tints of Pink Flamingo #ED44FB
RGB
CMYK
RGB Variations
Color information
#ED44FB (or 0xED44FB) is known color: Pink Flamingo. HEX triplet: ED, 44 and FB. RGB value is (237,68,251). Sum of RGB (Red+Green+Blue) = 237+68+251=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 68 (26.95% from 255 or 12.23% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED44FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED44FB is #12BB04. Grayscale: #8A8A8A. Windows color (decimal): -1227525 or 16467181. OLE color: 16467181.
HSL color Cylindrical-coordinate representation of color #ED44FB: hue angle of 295.41º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED44FB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 68 | 251 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.02 |
| HSL | 295.41º | 0.96% | 0.63% | - |
| HSV(B) | 295.41º | 0.73% | 0.98% | - |
| XYZ | 54.4 | 29.1 | 94.02 | - |
| YUV | 139.39 | 190.99 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 251 | 0.06 | 0.73 | 0 | 0.02 | 295.41 | 0.96 | 0.63 |
| Hex | ED | 44 | FB | 6 | 49 | 0 | 2 | 127 | 60 | 3F |
| Octal | 355 | 104 | 373 | 6 | 111 | 0 | 2 | 447 | 140 | 77 |
| Binary | 11101101 | 1000100 | 11111011 | 110 | 1001001 | 0 | 10 | 100100111 | 1100000 | 111111 |
Color Harmonies of #ED44FB
Complementary color
Monochromatic Colors of #ED44FB
Black with #ED44FB
Text Example
Text Example
White with #ED44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED44FB; }
p { color: rgb(237,68,251); }
H1.HeaderClassName
{
color: #ED44FB;
}
.AnyTagClassName
{
color: #ED44FB;
}
</style>
background-color css
<style>
a { background-color: #ED44FB; }
a { background-color: rgb(237,68,251); }
div.DivClassName
{
background-color: #ED44FB;
}
.BgClassName
{
background-color: #ED44FB;
}
</style>
border-color css
<style>
span { border-color: #ED44FB; }
span { border-color: rgb(237,68,251); }
td.TdClassName
{
border-color: #ED44FB;
}
.TagClassName
{
border-color: #ED44FB;
}
</style>