Shades of Pink Flamingo #ED41FB
Tints of Pink Flamingo #ED41FB
RGB
CMYK
RGB Variations
Color information
#ED41FB (or 0xED41FB) is known color: Pink Flamingo. HEX triplet: ED, 41 and FB. RGB value is (237,65,251). Sum of RGB (Red+Green+Blue) = 237+65+251=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 65 (25.78% from 255 or 11.75% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED41FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED41FB is #12BE04. Grayscale: #898989. Windows color (decimal): -1228293 or 16466413. OLE color: 16466413.
HSL color Cylindrical-coordinate representation of color #ED41FB: hue angle of 295.48º degrees, saturation: 0.96, 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 #ED41FB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 65 | 251 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.02 |
| HSL | 295.48º | 0.96% | 0.62% | - |
| HSV(B) | 295.48º | 0.74% | 0.98% | - |
| XYZ | 54.23 | 28.75 | 93.96 | - |
| YUV | 137.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 251 | 0.06 | 0.74 | 0 | 0.02 | 295.48 | 0.96 | 0.62 |
| Hex | ED | 41 | FB | 6 | 4A | 0 | 2 | 127 | 60 | 3E |
| Octal | 355 | 101 | 373 | 6 | 112 | 0 | 2 | 447 | 140 | 76 |
| Binary | 11101101 | 1000001 | 11111011 | 110 | 1001010 | 0 | 10 | 100100111 | 1100000 | 111110 |
Color Harmonies of #ED41FB
Complementary color
Monochromatic Colors of #ED41FB
Black with #ED41FB
Text Example
Text Example
White with #ED41FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED41FB; }
p { color: rgb(237,65,251); }
H1.HeaderClassName
{
color: #ED41FB;
}
.AnyTagClassName
{
color: #ED41FB;
}
</style>
background-color css
<style>
a { background-color: #ED41FB; }
a { background-color: rgb(237,65,251); }
div.DivClassName
{
background-color: #ED41FB;
}
.BgClassName
{
background-color: #ED41FB;
}
</style>
border-color css
<style>
span { border-color: #ED41FB; }
span { border-color: rgb(237,65,251); }
td.TdClassName
{
border-color: #ED41FB;
}
.TagClassName
{
border-color: #ED41FB;
}
</style>