Shades of Pink Flamingo #ED3EFC
Tints of Pink Flamingo #ED3EFC
RGB
CMYK
RGB Variations
Color information
#ED3EFC (or 0xED3EFC) is known color: Pink Flamingo. HEX triplet: ED, 3E and FC. RGB value is (237,62,252). Sum of RGB (Red+Green+Blue) = 237+62+252=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 62 (24.61% from 255 or 11.25% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED3EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3EFC is #12C103. Grayscale: #878787. Windows color (decimal): -1229060 or 16531181. OLE color: 16531181.
HSL color Cylindrical-coordinate representation of color #ED3EFC: hue angle of 295.26º 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 #ED3EFC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 62 | 252 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.01 |
| HSL | 295.26º | 0.97% | 0.62% | - |
| HSV(B) | 295.26º | 0.75% | 0.99% | - |
| XYZ | 54.22 | 28.48 | 94.73 | - |
| YUV | 135.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 252 | 0.06 | 0.75 | 0 | 0.01 | 295.26 | 0.97 | 0.62 |
| Hex | ED | 3E | FC | 6 | 4B | 0 | 1 | 127 | 61 | 3E |
| Octal | 355 | 76 | 374 | 6 | 113 | 0 | 1 | 447 | 141 | 76 |
| Binary | 11101101 | 111110 | 11111100 | 110 | 1001011 | 0 | 1 | 100100111 | 1100001 | 111110 |
Color Harmonies of #ED3EFC
Complementary color
Monochromatic Colors of #ED3EFC
Black with #ED3EFC
Text Example
Text Example
White with #ED3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3EFC; }
p { color: rgb(237,62,252); }
H1.HeaderClassName
{
color: #ED3EFC;
}
.AnyTagClassName
{
color: #ED3EFC;
}
</style>
background-color css
<style>
a { background-color: #ED3EFC; }
a { background-color: rgb(237,62,252); }
div.DivClassName
{
background-color: #ED3EFC;
}
.BgClassName
{
background-color: #ED3EFC;
}
</style>
border-color css
<style>
span { border-color: #ED3EFC; }
span { border-color: rgb(237,62,252); }
td.TdClassName
{
border-color: #ED3EFC;
}
.TagClassName
{
border-color: #ED3EFC;
}
</style>