Shades of Pink Flamingo #ED4AFA
Tints of Pink Flamingo #ED4AFA
RGB
CMYK
RGB Variations
Color information
#ED4AFA (or 0xED4AFA) is known color: Pink Flamingo. HEX triplet: ED, 4A and FA. RGB value is (237,74,250). Sum of RGB (Red+Green+Blue) = 237+74+250=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 74 (29.30% from 255 or 13.19% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED4AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AFA is #12B505. Grayscale: #8E8E8E. Windows color (decimal): -1225990 or 16403181. OLE color: 16403181.
HSL color Cylindrical-coordinate representation of color #ED4AFA: hue angle of 295.57º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4AFA is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 74 | 250 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.02 |
| HSL | 295.57º | 0.95% | 0.64% | - |
| HSV(B) | 295.57º | 0.7% | 0.98% | - |
| XYZ | 54.63 | 29.8 | 93.32 | - |
| YUV | 142.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 250 | 0.05 | 0.70 | 0 | 0.02 | 295.57 | 0.95 | 0.64 |
| Hex | ED | 4A | FA | 5 | 46 | 0 | 2 | 128 | 5F | 40 |
| Octal | 355 | 112 | 372 | 5 | 106 | 0 | 2 | 450 | 137 | 100 |
| Binary | 11101101 | 1001010 | 11111010 | 101 | 1000110 | 0 | 10 | 100101000 | 1011111 | 1000000 |
Color Harmonies of #ED4AFA
Complementary color
Monochromatic Colors of #ED4AFA
Black with #ED4AFA
Text Example
Text Example
White with #ED4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4AFA; }
p { color: rgb(237,74,250); }
H1.HeaderClassName
{
color: #ED4AFA;
}
.AnyTagClassName
{
color: #ED4AFA;
}
</style>
background-color css
<style>
a { background-color: #ED4AFA; }
a { background-color: rgb(237,74,250); }
div.DivClassName
{
background-color: #ED4AFA;
}
.BgClassName
{
background-color: #ED4AFA;
}
</style>
border-color css
<style>
span { border-color: #ED4AFA; }
span { border-color: rgb(237,74,250); }
td.TdClassName
{
border-color: #ED4AFA;
}
.TagClassName
{
border-color: #ED4AFA;
}
</style>