Shades of Pink Flamingo #ED5AF0
Tints of Pink Flamingo #ED5AF0
RGB
CMYK
RGB Variations
Color information
#ED5AF0 (or 0xED5AF0) is known color: Pink Flamingo. HEX triplet: ED, 5A and F0. RGB value is (237,90,240). Sum of RGB (Red+Green+Blue) = 237+90+240=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED5AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5AF0 is #12A50F. Grayscale: #969696. Windows color (decimal): -1221904 or 15751917. OLE color: 15751917.
HSL color Cylindrical-coordinate representation of color #ED5AF0: hue angle of 298.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5AF0 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 90 | 240 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.06 |
| HSL | 298.8º | 0.83% | 0.65% | - |
| HSV(B) | 298.8º | 0.63% | 0.94% | - |
| XYZ | 54.31 | 31.61 | 85.68 | - |
| YUV | 151.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 240 | 0.01 | 0.62 | 0 | 0.06 | 298.8 | 0.83 | 0.65 |
| Hex | ED | 5A | F0 | 1 | 3E | 0 | 6 | 12B | 53 | 41 |
| Octal | 355 | 132 | 360 | 1 | 76 | 0 | 6 | 453 | 123 | 101 |
| Binary | 11101101 | 1011010 | 11110000 | 1 | 111110 | 0 | 110 | 100101011 | 1010011 | 1000001 |
Color Harmonies of #ED5AF0
Complementary color
Monochromatic Colors of #ED5AF0
Black with #ED5AF0
Text Example
Text Example
White with #ED5AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AF0; }
p { color: rgb(237,90,240); }
H1.HeaderClassName
{
color: #ED5AF0;
}
.AnyTagClassName
{
color: #ED5AF0;
}
</style>
background-color css
<style>
a { background-color: #ED5AF0; }
a { background-color: rgb(237,90,240); }
div.DivClassName
{
background-color: #ED5AF0;
}
.BgClassName
{
background-color: #ED5AF0;
}
</style>
border-color css
<style>
span { border-color: #ED5AF0; }
span { border-color: rgb(237,90,240); }
td.TdClassName
{
border-color: #ED5AF0;
}
.TagClassName
{
border-color: #ED5AF0;
}
</style>