Shades of Pink Flamingo #ED4DF3
Tints of Pink Flamingo #ED4DF3
RGB
CMYK
RGB Variations
Color information
#ED4DF3 (or 0xED4DF3) is known color: Pink Flamingo. HEX triplet: ED, 4D and F3. RGB value is (237,77,243). Sum of RGB (Red+Green+Blue) = 237+77+243=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED4DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DF3 is #12B20C. Grayscale: #8F8F8F. Windows color (decimal): -1225229 or 15945197. OLE color: 15945197.
HSL color Cylindrical-coordinate representation of color #ED4DF3: hue angle of 297.83º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4DF3 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 77 | 243 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.05 |
| HSL | 297.83º | 0.87% | 0.63% | - |
| HSV(B) | 297.83º | 0.68% | 0.95% | - |
| XYZ | 53.76 | 29.78 | 87.71 | - |
| YUV | 143.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 243 | 0.02 | 0.68 | 0 | 0.05 | 297.83 | 0.87 | 0.63 |
| Hex | ED | 4D | F3 | 2 | 44 | 0 | 5 | 12A | 57 | 3F |
| Octal | 355 | 115 | 363 | 2 | 104 | 0 | 5 | 452 | 127 | 77 |
| Binary | 11101101 | 1001101 | 11110011 | 10 | 1000100 | 0 | 101 | 100101010 | 1010111 | 111111 |
Color Harmonies of #ED4DF3
Complementary color
Monochromatic Colors of #ED4DF3
Black with #ED4DF3
Text Example
Text Example
White with #ED4DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DF3; }
p { color: rgb(237,77,243); }
H1.HeaderClassName
{
color: #ED4DF3;
}
.AnyTagClassName
{
color: #ED4DF3;
}
</style>
background-color css
<style>
a { background-color: #ED4DF3; }
a { background-color: rgb(237,77,243); }
div.DivClassName
{
background-color: #ED4DF3;
}
.BgClassName
{
background-color: #ED4DF3;
}
</style>
border-color css
<style>
span { border-color: #ED4DF3; }
span { border-color: rgb(237,77,243); }
td.TdClassName
{
border-color: #ED4DF3;
}
.TagClassName
{
border-color: #ED4DF3;
}
</style>