Shades of Pink Flamingo #ED3AFC
Tints of Pink Flamingo #ED3AFC
RGB
CMYK
RGB Variations
Color information
#ED3AFC (or 0xED3AFC) is known color: Pink Flamingo. HEX triplet: ED, 3A and FC. RGB value is (237,58,252). Sum of RGB (Red+Green+Blue) = 237+58+252=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 58 (23.05% from 255 or 10.60% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED3AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3AFC is #12C503. Grayscale: #858585. Windows color (decimal): -1230084 or 16530157. OLE color: 16530157.
HSL color Cylindrical-coordinate representation of color #ED3AFC: hue angle of 295.36º 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 #ED3AFC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 58 | 252 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.01 |
| HSL | 295.36º | 0.97% | 0.61% | - |
| HSV(B) | 295.36º | 0.77% | 0.99% | - |
| XYZ | 54.01 | 28.06 | 94.66 | - |
| YUV | 133.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 252 | 0.06 | 0.77 | 0 | 0.01 | 295.36 | 0.97 | 0.61 |
| Hex | ED | 3A | FC | 6 | 4D | 0 | 1 | 127 | 61 | 3D |
| Octal | 355 | 72 | 374 | 6 | 115 | 0 | 1 | 447 | 141 | 75 |
| Binary | 11101101 | 111010 | 11111100 | 110 | 1001101 | 0 | 1 | 100100111 | 1100001 | 111101 |
Color Harmonies of #ED3AFC
Complementary color
Monochromatic Colors of #ED3AFC
Black with #ED3AFC
Text Example
Text Example
White with #ED3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3AFC; }
p { color: rgb(237,58,252); }
H1.HeaderClassName
{
color: #ED3AFC;
}
.AnyTagClassName
{
color: #ED3AFC;
}
</style>
background-color css
<style>
a { background-color: #ED3AFC; }
a { background-color: rgb(237,58,252); }
div.DivClassName
{
background-color: #ED3AFC;
}
.BgClassName
{
background-color: #ED3AFC;
}
</style>
border-color css
<style>
span { border-color: #ED3AFC; }
span { border-color: rgb(237,58,252); }
td.TdClassName
{
border-color: #ED3AFC;
}
.TagClassName
{
border-color: #ED3AFC;
}
</style>