Shades of Pink Flamingo #ED4BFE
Tints of Pink Flamingo #ED4BFE
RGB
CMYK
RGB Variations
Color information
#ED4BFE (or 0xED4BFE) is known color: Pink Flamingo. HEX triplet: ED, 4B and FE. RGB value is (237,75,254). Sum of RGB (Red+Green+Blue) = 237+75+254=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 75 (29.69% from 255 or 13.25% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED4BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4BFE is #12B401. Grayscale: #8F8F8F. Windows color (decimal): -1225730 or 16665581. OLE color: 16665581.
HSL color Cylindrical-coordinate representation of color #ED4BFE: hue angle of 294.3º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4BFE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 75 | 254 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.00 |
| HSL | 294.3º | 0.99% | 0.65% | - |
| HSV(B) | 294.3º | 0.7% | 1% | - |
| XYZ | 55.33 | 30.19 | 96.68 | - |
| YUV | 143.84 | 190.17 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 254 | 0.07 | 0.70 | 0 | 0.00 | 294.3 | 0.99 | 0.65 |
| Hex | ED | 4B | FE | 7 | 46 | 0 | 0 | 126 | 63 | 41 |
| Octal | 355 | 113 | 376 | 7 | 106 | 0 | 0 | 446 | 143 | 101 |
| Binary | 11101101 | 1001011 | 11111110 | 111 | 1000110 | 0 | 0 | 100100110 | 1100011 | 1000001 |
Color Harmonies of #ED4BFE
Complementary color
Monochromatic Colors of #ED4BFE
Black with #ED4BFE
Text Example
Text Example
White with #ED4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4BFE; }
p { color: rgb(237,75,254); }
H1.HeaderClassName
{
color: #ED4BFE;
}
.AnyTagClassName
{
color: #ED4BFE;
}
</style>
background-color css
<style>
a { background-color: #ED4BFE; }
a { background-color: rgb(237,75,254); }
div.DivClassName
{
background-color: #ED4BFE;
}
.BgClassName
{
background-color: #ED4BFE;
}
</style>
border-color css
<style>
span { border-color: #ED4BFE; }
span { border-color: rgb(237,75,254); }
td.TdClassName
{
border-color: #ED4BFE;
}
.TagClassName
{
border-color: #ED4BFE;
}
</style>