Shades of Pink Flamingo #ED3FFC
Tints of Pink Flamingo #ED3FFC
RGB
CMYK
RGB Variations
Color information
#ED3FFC (or 0xED3FFC) is known color: Pink Flamingo. HEX triplet: ED, 3F and FC. RGB value is (237,63,252). Sum of RGB (Red+Green+Blue) = 237+63+252=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 63 (25% from 255 or 11.41% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED3FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3FFC is #12C003. Grayscale: #878787. Windows color (decimal): -1228804 or 16531437. OLE color: 16531437.
HSL color Cylindrical-coordinate representation of color #ED3FFC: hue angle of 295.24º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3FFC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 63 | 252 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.01 |
| HSL | 295.24º | 0.97% | 0.62% | - |
| HSV(B) | 295.24º | 0.75% | 0.99% | - |
| XYZ | 54.27 | 28.59 | 94.75 | - |
| YUV | 136.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 252 | 0.06 | 0.75 | 0 | 0.01 | 295.24 | 0.97 | 0.62 |
| Hex | ED | 3F | FC | 6 | 4B | 0 | 1 | 127 | 61 | 3E |
| Octal | 355 | 77 | 374 | 6 | 113 | 0 | 1 | 447 | 141 | 76 |
| Binary | 11101101 | 111111 | 11111100 | 110 | 1001011 | 0 | 1 | 100100111 | 1100001 | 111110 |
Color Harmonies of #ED3FFC
Complementary color
Monochromatic Colors of #ED3FFC
Black with #ED3FFC
Text Example
Text Example
White with #ED3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3FFC; }
p { color: rgb(237,63,252); }
H1.HeaderClassName
{
color: #ED3FFC;
}
.AnyTagClassName
{
color: #ED3FFC;
}
</style>
background-color css
<style>
a { background-color: #ED3FFC; }
a { background-color: rgb(237,63,252); }
div.DivClassName
{
background-color: #ED3FFC;
}
.BgClassName
{
background-color: #ED3FFC;
}
</style>
border-color css
<style>
span { border-color: #ED3FFC; }
span { border-color: rgb(237,63,252); }
td.TdClassName
{
border-color: #ED3FFC;
}
.TagClassName
{
border-color: #ED3FFC;
}
</style>