Shades of Pink Flamingo #ED41FF
Tints of Pink Flamingo #ED41FF
RGB
CMYK
RGB Variations
Color information
#ED41FF (or 0xED41FF) is known color: Pink Flamingo. HEX triplet: ED, 41 and FF. RGB value is (237,65,255). Sum of RGB (Red+Green+Blue) = 237+65+255=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 65 (25.78% from 255 or 11.67% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED41FF is #12BE00. Grayscale: #898989. Windows color (decimal): -1228289 or 16728557. OLE color: 16728557.
HSL color Cylindrical-coordinate representation of color #ED41FF: hue angle of 294.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED41FF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 65 | 255 | - |
| CMYK | 0.07 | 0.75 | 0 | 0 |
| HSL | 294.32º | 1% | 0.63% | - |
| HSV(B) | 294.32º | 0.75% | 1% | - |
| XYZ | 54.87 | 29.01 | 97.31 | - |
| YUV | 138.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 255 | 0.07 | 0.75 | 0 | 0 | 294.32 | 1 | 0.63 |
| Hex | ED | 41 | FF | 7 | 4B | 0 | 0 | 126 | 64 | 3F |
| Octal | 355 | 101 | 377 | 7 | 113 | 0 | 0 | 446 | 144 | 77 |
| Binary | 11101101 | 1000001 | 11111111 | 111 | 1001011 | 0 | 0 | 100100110 | 1100100 | 111111 |
Color Harmonies of #ED41FF
Complementary color
Monochromatic Colors of #ED41FF
Black with #ED41FF
Text Example
Text Example
White with #ED41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED41FF; }
p { color: rgb(237,65,255); }
H1.HeaderClassName
{
color: #ED41FF;
}
.AnyTagClassName
{
color: #ED41FF;
}
</style>
background-color css
<style>
a { background-color: #ED41FF; }
a { background-color: rgb(237,65,255); }
div.DivClassName
{
background-color: #ED41FF;
}
.BgClassName
{
background-color: #ED41FF;
}
</style>
border-color css
<style>
span { border-color: #ED41FF; }
span { border-color: rgb(237,65,255); }
td.TdClassName
{
border-color: #ED41FF;
}
.TagClassName
{
border-color: #ED41FF;
}
</style>