Shades of Pink Flamingo #ED43FA
Tints of Pink Flamingo #ED43FA
RGB
CMYK
RGB Variations
Color information
#ED43FA (or 0xED43FA) is known color: Pink Flamingo. HEX triplet: ED, 43 and FA. RGB value is (237,67,250). Sum of RGB (Red+Green+Blue) = 237+67+250=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 67 (26.56% from 255 or 12.09% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED43FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED43FA is #12BC05. Grayscale: #8A8A8A. Windows color (decimal): -1227782 or 16401389. OLE color: 16401389.
HSL color Cylindrical-coordinate representation of color #ED43FA: hue angle of 295.74º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED43FA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 67 | 250 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.02 |
| HSL | 295.74º | 0.95% | 0.62% | - |
| HSV(B) | 295.74º | 0.73% | 0.98% | - |
| XYZ | 54.19 | 28.92 | 93.17 | - |
| YUV | 138.69 | 190.82 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 250 | 0.05 | 0.73 | 0 | 0.02 | 295.74 | 0.95 | 0.62 |
| Hex | ED | 43 | FA | 5 | 49 | 0 | 2 | 128 | 5F | 3E |
| Octal | 355 | 103 | 372 | 5 | 111 | 0 | 2 | 450 | 137 | 76 |
| Binary | 11101101 | 1000011 | 11111010 | 101 | 1001001 | 0 | 10 | 100101000 | 1011111 | 111110 |
Color Harmonies of #ED43FA
Complementary color
Monochromatic Colors of #ED43FA
Black with #ED43FA
Text Example
Text Example
White with #ED43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED43FA; }
p { color: rgb(237,67,250); }
H1.HeaderClassName
{
color: #ED43FA;
}
.AnyTagClassName
{
color: #ED43FA;
}
</style>
background-color css
<style>
a { background-color: #ED43FA; }
a { background-color: rgb(237,67,250); }
div.DivClassName
{
background-color: #ED43FA;
}
.BgClassName
{
background-color: #ED43FA;
}
</style>
border-color css
<style>
span { border-color: #ED43FA; }
span { border-color: rgb(237,67,250); }
td.TdClassName
{
border-color: #ED43FA;
}
.TagClassName
{
border-color: #ED43FA;
}
</style>