Shades of Pink Flamingo #ED41FA
Tints of Pink Flamingo #ED41FA
RGB
CMYK
RGB Variations
Color information
#ED41FA (or 0xED41FA) is known color: Pink Flamingo. HEX triplet: ED, 41 and FA. RGB value is (237,65,250). Sum of RGB (Red+Green+Blue) = 237+65+250=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 65 (25.78% from 255 or 11.78% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED41FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED41FA is #12BE05. Grayscale: #888888. Windows color (decimal): -1228294 or 16400877. OLE color: 16400877.
HSL color Cylindrical-coordinate representation of color #ED41FA: hue angle of 295.78º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED41FA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 65 | 250 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.02 |
| HSL | 295.78º | 0.95% | 0.62% | - |
| HSV(B) | 295.78º | 0.74% | 0.98% | - |
| XYZ | 54.07 | 28.69 | 93.13 | - |
| YUV | 137.52 | 191.48 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 250 | 0.05 | 0.74 | 0 | 0.02 | 295.78 | 0.95 | 0.62 |
| Hex | ED | 41 | FA | 5 | 4A | 0 | 2 | 128 | 5F | 3E |
| Octal | 355 | 101 | 372 | 5 | 112 | 0 | 2 | 450 | 137 | 76 |
| Binary | 11101101 | 1000001 | 11111010 | 101 | 1001010 | 0 | 10 | 100101000 | 1011111 | 111110 |
Color Harmonies of #ED41FA
Complementary color
Monochromatic Colors of #ED41FA
Black with #ED41FA
Text Example
Text Example
White with #ED41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED41FA; }
p { color: rgb(237,65,250); }
H1.HeaderClassName
{
color: #ED41FA;
}
.AnyTagClassName
{
color: #ED41FA;
}
</style>
background-color css
<style>
a { background-color: #ED41FA; }
a { background-color: rgb(237,65,250); }
div.DivClassName
{
background-color: #ED41FA;
}
.BgClassName
{
background-color: #ED41FA;
}
</style>
border-color css
<style>
span { border-color: #ED41FA; }
span { border-color: rgb(237,65,250); }
td.TdClassName
{
border-color: #ED41FA;
}
.TagClassName
{
border-color: #ED41FA;
}
</style>