Shades of Pink Flamingo #ED4BFF
Tints of Pink Flamingo #ED4BFF
RGB
CMYK
RGB Variations
Color information
#ED4BFF (or 0xED4BFF) is known color: Pink Flamingo. HEX triplet: ED, 4B and FF. RGB value is (237,75,255). Sum of RGB (Red+Green+Blue) = 237+75+255=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 75 (29.69% from 255 or 13.23% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4BFF is #12B400. Grayscale: #8F8F8F. Windows color (decimal): -1225729 or 16731117. OLE color: 16731117.
HSL color Cylindrical-coordinate representation of color #ED4BFF: hue angle of 294º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4BFF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 75 | 255 | - |
| CMYK | 0.07 | 0.71 | 0 | 0 |
| HSL | 294º | 1% | 0.65% | - |
| HSV(B) | 294º | 0.71% | 1% | - |
| XYZ | 55.49 | 30.26 | 97.52 | - |
| YUV | 143.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 255 | 0.07 | 0.71 | 0 | 0 | 294 | 1 | 0.65 |
| Hex | ED | 4B | FF | 7 | 47 | 0 | 0 | 126 | 64 | 41 |
| Octal | 355 | 113 | 377 | 7 | 107 | 0 | 0 | 446 | 144 | 101 |
| Binary | 11101101 | 1001011 | 11111111 | 111 | 1000111 | 0 | 0 | 100100110 | 1100100 | 1000001 |
Color Harmonies of #ED4BFF
Complementary color
Monochromatic Colors of #ED4BFF
Black with #ED4BFF
Text Example
Text Example
White with #ED4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4BFF; }
p { color: rgb(237,75,255); }
H1.HeaderClassName
{
color: #ED4BFF;
}
.AnyTagClassName
{
color: #ED4BFF;
}
</style>
background-color css
<style>
a { background-color: #ED4BFF; }
a { background-color: rgb(237,75,255); }
div.DivClassName
{
background-color: #ED4BFF;
}
.BgClassName
{
background-color: #ED4BFF;
}
</style>
border-color css
<style>
span { border-color: #ED4BFF; }
span { border-color: rgb(237,75,255); }
td.TdClassName
{
border-color: #ED4BFF;
}
.TagClassName
{
border-color: #ED4BFF;
}
</style>