Shades of Pink Flamingo #ED5FFF
Tints of Pink Flamingo #ED5FFF
RGB
CMYK
RGB Variations
Color information
#ED5FFF (or 0xED5FFF) is known color: Pink Flamingo. HEX triplet: ED, 5F and FF. RGB value is (237,95,255). Sum of RGB (Red+Green+Blue) = 237+95+255=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 95 (37.5% from 255 or 16.18% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FFF is #12A000. Grayscale: #9B9B9B. Windows color (decimal): -1220609 or 16736237. OLE color: 16736237.
HSL color Cylindrical-coordinate representation of color #ED5FFF: hue angle of 293.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5FFF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 95 | 255 | - |
| CMYK | 0.07 | 0.63 | 0 | 0 |
| HSL | 293.25º | 1% | 0.69% | - |
| HSV(B) | 293.25º | 0.63% | 1% | - |
| XYZ | 57.07 | 33.41 | 98.05 | - |
| YUV | 155.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 255 | 0.07 | 0.63 | 0 | 0 | 293.25 | 1 | 0.69 |
| Hex | ED | 5F | FF | 7 | 3F | 0 | 0 | 125 | 64 | 45 |
| Octal | 355 | 137 | 377 | 7 | 77 | 0 | 0 | 445 | 144 | 105 |
| Binary | 11101101 | 1011111 | 11111111 | 111 | 111111 | 0 | 0 | 100100101 | 1100100 | 1000101 |
Color Harmonies of #ED5FFF
Complementary color
Monochromatic Colors of #ED5FFF
Black with #ED5FFF
Text Example
Text Example
White with #ED5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5FFF; }
p { color: rgb(237,95,255); }
H1.HeaderClassName
{
color: #ED5FFF;
}
.AnyTagClassName
{
color: #ED5FFF;
}
</style>
background-color css
<style>
a { background-color: #ED5FFF; }
a { background-color: rgb(237,95,255); }
div.DivClassName
{
background-color: #ED5FFF;
}
.BgClassName
{
background-color: #ED5FFF;
}
</style>
border-color css
<style>
span { border-color: #ED5FFF; }
span { border-color: rgb(237,95,255); }
td.TdClassName
{
border-color: #ED5FFF;
}
.TagClassName
{
border-color: #ED5FFF;
}
</style>