Shades of Pink Flamingo #ED40FB
Tints of Pink Flamingo #ED40FB
RGB
CMYK
RGB Variations
Color information
#ED40FB (or 0xED40FB) is known color: Pink Flamingo. HEX triplet: ED, 40 and FB. RGB value is (237,64,251). Sum of RGB (Red+Green+Blue) = 237+64+251=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED40FB is #12BF04. Grayscale: #888888. Windows color (decimal): -1228549 or 16466157. OLE color: 16466157.
HSL color Cylindrical-coordinate representation of color #ED40FB: hue angle of 295.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED40FB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 64 | 251 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.02 |
| HSL | 295.51º | 0.96% | 0.62% | - |
| HSV(B) | 295.51º | 0.75% | 0.98% | - |
| XYZ | 54.17 | 28.64 | 93.94 | - |
| YUV | 137.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 251 | 0.06 | 0.75 | 0 | 0.02 | 295.51 | 0.96 | 0.62 |
| Hex | ED | 40 | FB | 6 | 4B | 0 | 2 | 128 | 60 | 3E |
| Octal | 355 | 100 | 373 | 6 | 113 | 0 | 2 | 450 | 140 | 76 |
| Binary | 11101101 | 1000000 | 11111011 | 110 | 1001011 | 0 | 10 | 100101000 | 1100000 | 111110 |
Color Harmonies of #ED40FB
Complementary color
Monochromatic Colors of #ED40FB
Black with #ED40FB
Text Example
Text Example
White with #ED40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40FB; }
p { color: rgb(237,64,251); }
H1.HeaderClassName
{
color: #ED40FB;
}
.AnyTagClassName
{
color: #ED40FB;
}
</style>
background-color css
<style>
a { background-color: #ED40FB; }
a { background-color: rgb(237,64,251); }
div.DivClassName
{
background-color: #ED40FB;
}
.BgClassName
{
background-color: #ED40FB;
}
</style>
border-color css
<style>
span { border-color: #ED40FB; }
span { border-color: rgb(237,64,251); }
td.TdClassName
{
border-color: #ED40FB;
}
.TagClassName
{
border-color: #ED40FB;
}
</style>