Shades of Pink Flamingo #ED3DFC
Tints of Pink Flamingo #ED3DFC
RGB
CMYK
RGB Variations
Color information
#ED3DFC (or 0xED3DFC) is known color: Pink Flamingo. HEX triplet: ED, 3D and FC. RGB value is (237,61,252). Sum of RGB (Red+Green+Blue) = 237+61+252=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 61 (24.22% from 255 or 11.09% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED3DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3DFC is #12C203. Grayscale: #868686. Windows color (decimal): -1229316 or 16530925. OLE color: 16530925.
HSL color Cylindrical-coordinate representation of color #ED3DFC: hue angle of 295.29º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3DFC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 61 | 252 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.01 |
| HSL | 295.29º | 0.97% | 0.61% | - |
| HSV(B) | 295.29º | 0.76% | 0.99% | - |
| XYZ | 54.16 | 28.37 | 94.72 | - |
| YUV | 135.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 252 | 0.06 | 0.76 | 0 | 0.01 | 295.29 | 0.97 | 0.61 |
| Hex | ED | 3D | FC | 6 | 4C | 0 | 1 | 127 | 61 | 3D |
| Octal | 355 | 75 | 374 | 6 | 114 | 0 | 1 | 447 | 141 | 75 |
| Binary | 11101101 | 111101 | 11111100 | 110 | 1001100 | 0 | 1 | 100100111 | 1100001 | 111101 |
Color Harmonies of #ED3DFC
Complementary color
Monochromatic Colors of #ED3DFC
Black with #ED3DFC
Text Example
Text Example
White with #ED3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3DFC; }
p { color: rgb(237,61,252); }
H1.HeaderClassName
{
color: #ED3DFC;
}
.AnyTagClassName
{
color: #ED3DFC;
}
</style>
background-color css
<style>
a { background-color: #ED3DFC; }
a { background-color: rgb(237,61,252); }
div.DivClassName
{
background-color: #ED3DFC;
}
.BgClassName
{
background-color: #ED3DFC;
}
</style>
border-color css
<style>
span { border-color: #ED3DFC; }
span { border-color: rgb(237,61,252); }
td.TdClassName
{
border-color: #ED3DFC;
}
.TagClassName
{
border-color: #ED3DFC;
}
</style>