Shades of Pink Flamingo #ED41FE
Tints of Pink Flamingo #ED41FE
RGB
CMYK
RGB Variations
Color information
#ED41FE (or 0xED41FE) is known color: Pink Flamingo. HEX triplet: ED, 41 and FE. RGB value is (237,65,254). Sum of RGB (Red+Green+Blue) = 237+65+254=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED41FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED41FE is #12BE01. Grayscale: #898989. Windows color (decimal): -1228290 or 16663021. OLE color: 16663021.
HSL color Cylindrical-coordinate representation of color #ED41FE: hue angle of 294.6º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED41FE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 65 | 254 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.00 |
| HSL | 294.6º | 0.99% | 0.63% | - |
| HSV(B) | 294.6º | 0.74% | 1% | - |
| XYZ | 54.7 | 28.94 | 96.47 | - |
| YUV | 137.97 | 193.48 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 254 | 0.07 | 0.74 | 0 | 0.00 | 294.6 | 0.99 | 0.63 |
| Hex | ED | 41 | FE | 7 | 4A | 0 | 0 | 127 | 63 | 3F |
| Octal | 355 | 101 | 376 | 7 | 112 | 0 | 0 | 447 | 143 | 77 |
| Binary | 11101101 | 1000001 | 11111110 | 111 | 1001010 | 0 | 0 | 100100111 | 1100011 | 111111 |
Color Harmonies of #ED41FE
Complementary color
Monochromatic Colors of #ED41FE
Black with #ED41FE
Text Example
Text Example
White with #ED41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED41FE; }
p { color: rgb(237,65,254); }
H1.HeaderClassName
{
color: #ED41FE;
}
.AnyTagClassName
{
color: #ED41FE;
}
</style>
background-color css
<style>
a { background-color: #ED41FE; }
a { background-color: rgb(237,65,254); }
div.DivClassName
{
background-color: #ED41FE;
}
.BgClassName
{
background-color: #ED41FE;
}
</style>
border-color css
<style>
span { border-color: #ED41FE; }
span { border-color: rgb(237,65,254); }
td.TdClassName
{
border-color: #ED41FE;
}
.TagClassName
{
border-color: #ED41FE;
}
</style>