Shades of Pink Flamingo #ED5EFE
Tints of Pink Flamingo #ED5EFE
RGB
CMYK
RGB Variations
Color information
#ED5EFE (or 0xED5EFE) is known color: Pink Flamingo. HEX triplet: ED, 5E and FE. RGB value is (237,94,254). Sum of RGB (Red+Green+Blue) = 237+94+254=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5EFE is #12A101. Grayscale: #9A9A9A. Windows color (decimal): -1220866 or 16670445. OLE color: 16670445.
HSL color Cylindrical-coordinate representation of color #ED5EFE: hue angle of 293.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5EFE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 94 | 254 | - |
CMYK | 0.07 | 0.63 | 0 | 0.00 |
HSL | 293.63º | 0.99% | 0.68% | - |
HSV(B) | 293.63º | 0.63% | 1% | - |
XYZ | 56.82 | 33.17 | 97.17 | - |
YUV | 155 | 183.88 | 186.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 94 | 254 | 0.07 | 0.63 | 0 | 0.00 | 293.63 | 0.99 | 0.68 |
Hex | ED | 5E | FE | 7 | 3F | 0 | 0 | 126 | 63 | 44 |
Octal | 355 | 136 | 376 | 7 | 77 | 0 | 0 | 446 | 143 | 104 |
Binary | 11101101 | 1011110 | 11111110 | 111 | 111111 | 0 | 0 | 100100110 | 1100011 | 1000100 |
Color Harmonies of #ED5EFE
Complementary color
Monochromatic Colors of #ED5EFE
Black with #ED5EFE
Text Example
Text Example
White with #ED5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5EFE; }
p { color: rgb(237,94,254); }
H1.HeaderClassName
{
color: #ED5EFE;
}
.AnyTagClassName
{
color: #ED5EFE;
}
</style>
background-color css
<style>
a { background-color: #ED5EFE; }
a { background-color: rgb(237,94,254); }
div.DivClassName
{
background-color: #ED5EFE;
}
.BgClassName
{
background-color: #ED5EFE;
}
</style>
border-color css
<style>
span { border-color: #ED5EFE; }
span { border-color: rgb(237,94,254); }
td.TdClassName
{
border-color: #ED5EFE;
}
.TagClassName
{
border-color: #ED5EFE;
}
</style>