Shades of Pink Flamingo #ED5AFE
Tints of Pink Flamingo #ED5AFE
RGB
CMYK
RGB Variations
Color information
#ED5AFE (or 0xED5AFE) is known color: Pink Flamingo. HEX triplet: ED, 5A and FE. RGB value is (237,90,254). Sum of RGB (Red+Green+Blue) = 237+90+254=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 90 (35.55% from 255 or 15.49% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5AFE is #12A501. Grayscale: #989898. Windows color (decimal): -1221890 or 16669421. OLE color: 16669421.
HSL color Cylindrical-coordinate representation of color #ED5AFE: hue angle of 293.78º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5AFE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 90 | 254 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.00 |
| HSL | 293.78º | 0.99% | 0.67% | - |
| HSV(B) | 293.78º | 0.65% | 1% | - |
| XYZ | 56.47 | 32.47 | 97.06 | - |
| YUV | 152.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 254 | 0.07 | 0.65 | 0 | 0.00 | 293.78 | 0.99 | 0.67 |
| Hex | ED | 5A | FE | 7 | 41 | 0 | 0 | 126 | 63 | 43 |
| Octal | 355 | 132 | 376 | 7 | 101 | 0 | 0 | 446 | 143 | 103 |
| Binary | 11101101 | 1011010 | 11111110 | 111 | 1000001 | 0 | 0 | 100100110 | 1100011 | 1000011 |
Color Harmonies of #ED5AFE
Complementary color
Monochromatic Colors of #ED5AFE
Black with #ED5AFE
Text Example
Text Example
White with #ED5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AFE; }
p { color: rgb(237,90,254); }
H1.HeaderClassName
{
color: #ED5AFE;
}
.AnyTagClassName
{
color: #ED5AFE;
}
</style>
background-color css
<style>
a { background-color: #ED5AFE; }
a { background-color: rgb(237,90,254); }
div.DivClassName
{
background-color: #ED5AFE;
}
.BgClassName
{
background-color: #ED5AFE;
}
</style>
border-color css
<style>
span { border-color: #ED5AFE; }
span { border-color: rgb(237,90,254); }
td.TdClassName
{
border-color: #ED5AFE;
}
.TagClassName
{
border-color: #ED5AFE;
}
</style>