Shades of Pink Flamingo #ED5AFC
Tints of Pink Flamingo #ED5AFC
RGB
CMYK
RGB Variations
Color information
#ED5AFC (or 0xED5AFC) is known color: Pink Flamingo. HEX triplet: ED, 5A and FC. RGB value is (237,90,252). Sum of RGB (Red+Green+Blue) = 237+90+252=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 90 (35.55% from 255 or 15.54% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED5AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5AFC is #12A503. Grayscale: #979797. Windows color (decimal): -1221892 or 16538349. OLE color: 16538349.
HSL color Cylindrical-coordinate representation of color #ED5AFC: hue angle of 294.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED5AFC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 90 | 252 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.01 |
| HSL | 294.44º | 0.96% | 0.67% | - |
| HSV(B) | 294.44º | 0.64% | 0.99% | - |
| XYZ | 56.15 | 32.35 | 95.38 | - |
| YUV | 152.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 252 | 0.06 | 0.64 | 0 | 0.01 | 294.44 | 0.96 | 0.67 |
| Hex | ED | 5A | FC | 6 | 40 | 0 | 1 | 126 | 60 | 43 |
| Octal | 355 | 132 | 374 | 6 | 100 | 0 | 1 | 446 | 140 | 103 |
| Binary | 11101101 | 1011010 | 11111100 | 110 | 1000000 | 0 | 1 | 100100110 | 1100000 | 1000011 |
Color Harmonies of #ED5AFC
Complementary color
Monochromatic Colors of #ED5AFC
Black with #ED5AFC
Text Example
Text Example
White with #ED5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AFC; }
p { color: rgb(237,90,252); }
H1.HeaderClassName
{
color: #ED5AFC;
}
.AnyTagClassName
{
color: #ED5AFC;
}
</style>
background-color css
<style>
a { background-color: #ED5AFC; }
a { background-color: rgb(237,90,252); }
div.DivClassName
{
background-color: #ED5AFC;
}
.BgClassName
{
background-color: #ED5AFC;
}
</style>
border-color css
<style>
span { border-color: #ED5AFC; }
span { border-color: rgb(237,90,252); }
td.TdClassName
{
border-color: #ED5AFC;
}
.TagClassName
{
border-color: #ED5AFC;
}
</style>