Shades of Pink Flamingo #ED3BFC
Tints of Pink Flamingo #ED3BFC
RGB
CMYK
RGB Variations
Color information
#ED3BFC (or 0xED3BFC) is known color: Pink Flamingo. HEX triplet: ED, 3B and FC. RGB value is (237,59,252). Sum of RGB (Red+Green+Blue) = 237+59+252=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 59 (23.44% from 255 or 10.77% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED3BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3BFC is #12C403. Grayscale: #858585. Windows color (decimal): -1229828 or 16530413. OLE color: 16530413.
HSL color Cylindrical-coordinate representation of color #ED3BFC: hue angle of 295.34º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3BFC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 59 | 252 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.01 |
| HSL | 295.34º | 0.97% | 0.61% | - |
| HSV(B) | 295.34º | 0.77% | 0.99% | - |
| XYZ | 54.06 | 28.16 | 94.68 | - |
| YUV | 134.22 | 194.47 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 59 | 252 | 0.06 | 0.77 | 0 | 0.01 | 295.34 | 0.97 | 0.61 |
| Hex | ED | 3B | FC | 6 | 4D | 0 | 1 | 127 | 61 | 3D |
| Octal | 355 | 73 | 374 | 6 | 115 | 0 | 1 | 447 | 141 | 75 |
| Binary | 11101101 | 111011 | 11111100 | 110 | 1001101 | 0 | 1 | 100100111 | 1100001 | 111101 |
Color Harmonies of #ED3BFC
Complementary color
Monochromatic Colors of #ED3BFC
Black with #ED3BFC
Text Example
Text Example
White with #ED3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3BFC; }
p { color: rgb(237,59,252); }
H1.HeaderClassName
{
color: #ED3BFC;
}
.AnyTagClassName
{
color: #ED3BFC;
}
</style>
background-color css
<style>
a { background-color: #ED3BFC; }
a { background-color: rgb(237,59,252); }
div.DivClassName
{
background-color: #ED3BFC;
}
.BgClassName
{
background-color: #ED3BFC;
}
</style>
border-color css
<style>
span { border-color: #ED3BFC; }
span { border-color: rgb(237,59,252); }
td.TdClassName
{
border-color: #ED3BFC;
}
.TagClassName
{
border-color: #ED3BFC;
}
</style>