Shades of Pink Flamingo #ED40FD
Tints of Pink Flamingo #ED40FD
RGB
CMYK
RGB Variations
Color information
#ED40FD (or 0xED40FD) is known color: Pink Flamingo. HEX triplet: ED, 40 and FD. RGB value is (237,64,253). Sum of RGB (Red+Green+Blue) = 237+64+253=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 64 (25.39% from 255 or 11.55% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED40FD is #12BF02. Grayscale: #888888. Windows color (decimal): -1228547 or 16597229. OLE color: 16597229.
HSL color Cylindrical-coordinate representation of color #ED40FD: hue angle of 294.92º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED40FD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 64 | 253 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.01 |
| HSL | 294.92º | 0.98% | 0.62% | - |
| HSV(B) | 294.92º | 0.75% | 0.99% | - |
| XYZ | 54.49 | 28.76 | 95.61 | - |
| YUV | 137.27 | 193.31 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 253 | 0.06 | 0.75 | 0 | 0.01 | 294.92 | 0.98 | 0.62 |
| Hex | ED | 40 | FD | 6 | 4B | 0 | 1 | 127 | 62 | 3E |
| Octal | 355 | 100 | 375 | 6 | 113 | 0 | 1 | 447 | 142 | 76 |
| Binary | 11101101 | 1000000 | 11111101 | 110 | 1001011 | 0 | 1 | 100100111 | 1100010 | 111110 |
Color Harmonies of #ED40FD
Complementary color
Monochromatic Colors of #ED40FD
Black with #ED40FD
Text Example
Text Example
White with #ED40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40FD; }
p { color: rgb(237,64,253); }
H1.HeaderClassName
{
color: #ED40FD;
}
.AnyTagClassName
{
color: #ED40FD;
}
</style>
background-color css
<style>
a { background-color: #ED40FD; }
a { background-color: rgb(237,64,253); }
div.DivClassName
{
background-color: #ED40FD;
}
.BgClassName
{
background-color: #ED40FD;
}
</style>
border-color css
<style>
span { border-color: #ED40FD; }
span { border-color: rgb(237,64,253); }
td.TdClassName
{
border-color: #ED40FD;
}
.TagClassName
{
border-color: #ED40FD;
}
</style>