Shades of Pink Flamingo #ED3FFE
Tints of Pink Flamingo #ED3FFE
RGB
CMYK
RGB Variations
Color information
#ED3FFE (or 0xED3FFE) is known color: Pink Flamingo. HEX triplet: ED, 3F and FE. RGB value is (237,63,254). Sum of RGB (Red+Green+Blue) = 237+63+254=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 63 (25% from 255 or 11.37% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED3FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3FFE is #12C001. Grayscale: #888888. Windows color (decimal): -1228802 or 16662509. OLE color: 16662509.
HSL color Cylindrical-coordinate representation of color #ED3FFE: hue angle of 294.66º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3FFE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 63 | 254 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.00 |
| HSL | 294.66º | 0.99% | 0.62% | - |
| HSV(B) | 294.66º | 0.75% | 1% | - |
| XYZ | 54.59 | 28.72 | 96.43 | - |
| YUV | 136.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 254 | 0.07 | 0.75 | 0 | 0.00 | 294.66 | 0.99 | 0.62 |
| Hex | ED | 3F | FE | 7 | 4B | 0 | 0 | 127 | 63 | 3E |
| Octal | 355 | 77 | 376 | 7 | 113 | 0 | 0 | 447 | 143 | 76 |
| Binary | 11101101 | 111111 | 11111110 | 111 | 1001011 | 0 | 0 | 100100111 | 1100011 | 111110 |
Color Harmonies of #ED3FFE
Complementary color
Monochromatic Colors of #ED3FFE
Black with #ED3FFE
Text Example
Text Example
White with #ED3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3FFE; }
p { color: rgb(237,63,254); }
H1.HeaderClassName
{
color: #ED3FFE;
}
.AnyTagClassName
{
color: #ED3FFE;
}
</style>
background-color css
<style>
a { background-color: #ED3FFE; }
a { background-color: rgb(237,63,254); }
div.DivClassName
{
background-color: #ED3FFE;
}
.BgClassName
{
background-color: #ED3FFE;
}
</style>
border-color css
<style>
span { border-color: #ED3FFE; }
span { border-color: rgb(237,63,254); }
td.TdClassName
{
border-color: #ED3FFE;
}
.TagClassName
{
border-color: #ED3FFE;
}
</style>