Shades of Pink Flamingo #ED4FFB
Tints of Pink Flamingo #ED4FFB
RGB
CMYK
RGB Variations
Color information
#ED4FFB (or 0xED4FFB) is known color: Pink Flamingo. HEX triplet: ED, 4F and FB. RGB value is (237,79,251). Sum of RGB (Red+Green+Blue) = 237+79+251=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 79 (31.25% from 255 or 13.93% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED4FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4FFB is #12B004. Grayscale: #919191. Windows color (decimal): -1224709 or 16469997. OLE color: 16469997.
HSL color Cylindrical-coordinate representation of color #ED4FFB: hue angle of 295.12º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4FFB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 79 | 251 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.02 |
| HSL | 295.12º | 0.96% | 0.65% | - |
| HSV(B) | 295.12º | 0.69% | 0.98% | - |
| XYZ | 55.13 | 30.56 | 94.26 | - |
| YUV | 145.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 251 | 0.06 | 0.69 | 0 | 0.02 | 295.12 | 0.96 | 0.65 |
| Hex | ED | 4F | FB | 6 | 45 | 0 | 2 | 127 | 60 | 41 |
| Octal | 355 | 117 | 373 | 6 | 105 | 0 | 2 | 447 | 140 | 101 |
| Binary | 11101101 | 1001111 | 11111011 | 110 | 1000101 | 0 | 10 | 100100111 | 1100000 | 1000001 |
Color Harmonies of #ED4FFB
Complementary color
Monochromatic Colors of #ED4FFB
Black with #ED4FFB
Text Example
Text Example
White with #ED4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4FFB; }
p { color: rgb(237,79,251); }
H1.HeaderClassName
{
color: #ED4FFB;
}
.AnyTagClassName
{
color: #ED4FFB;
}
</style>
background-color css
<style>
a { background-color: #ED4FFB; }
a { background-color: rgb(237,79,251); }
div.DivClassName
{
background-color: #ED4FFB;
}
.BgClassName
{
background-color: #ED4FFB;
}
</style>
border-color css
<style>
span { border-color: #ED4FFB; }
span { border-color: rgb(237,79,251); }
td.TdClassName
{
border-color: #ED4FFB;
}
.TagClassName
{
border-color: #ED4FFB;
}
</style>