Shades of Pink Flamingo #ED54FF
Tints of Pink Flamingo #ED54FF
RGB
CMYK
RGB Variations
Color information
#ED54FF (or 0xED54FF) is known color: Pink Flamingo. HEX triplet: ED, 54 and FF. RGB value is (237,84,255). Sum of RGB (Red+Green+Blue) = 237+84+255=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED54FF is #12AB00. Grayscale: #949494. Windows color (decimal): -1223425 or 16733421. OLE color: 16733421.
HSL color Cylindrical-coordinate representation of color #ED54FF: hue angle of 293.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED54FF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 84 | 255 | - |
| CMYK | 0.07 | 0.67 | 0 | 0 |
| HSL | 293.68º | 1% | 0.66% | - |
| HSV(B) | 293.68º | 0.67% | 1% | - |
| XYZ | 56.15 | 31.57 | 97.74 | - |
| YUV | 149.24 | 187.69 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 255 | 0.07 | 0.67 | 0 | 0 | 293.68 | 1 | 0.66 |
| Hex | ED | 54 | FF | 7 | 43 | 0 | 0 | 126 | 64 | 42 |
| Octal | 355 | 124 | 377 | 7 | 103 | 0 | 0 | 446 | 144 | 102 |
| Binary | 11101101 | 1010100 | 11111111 | 111 | 1000011 | 0 | 0 | 100100110 | 1100100 | 1000010 |
Color Harmonies of #ED54FF
Complementary color
Monochromatic Colors of #ED54FF
Black with #ED54FF
Text Example
Text Example
White with #ED54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54FF; }
p { color: rgb(237,84,255); }
H1.HeaderClassName
{
color: #ED54FF;
}
.AnyTagClassName
{
color: #ED54FF;
}
</style>
background-color css
<style>
a { background-color: #ED54FF; }
a { background-color: rgb(237,84,255); }
div.DivClassName
{
background-color: #ED54FF;
}
.BgClassName
{
background-color: #ED54FF;
}
</style>
border-color css
<style>
span { border-color: #ED54FF; }
span { border-color: rgb(237,84,255); }
td.TdClassName
{
border-color: #ED54FF;
}
.TagClassName
{
border-color: #ED54FF;
}
</style>