Shades of Pink Flamingo #ED4CFF
Tints of Pink Flamingo #ED4CFF
RGB
CMYK
RGB Variations
Color information
#ED4CFF (or 0xED4CFF) is known color: Pink Flamingo. HEX triplet: ED, 4C and FF. RGB value is (237,76,255). Sum of RGB (Red+Green+Blue) = 237+76+255=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CFF is #12B300. Grayscale: #8F8F8F. Windows color (decimal): -1225473 or 16731373. OLE color: 16731373.
HSL color Cylindrical-coordinate representation of color #ED4CFF: hue angle of 293.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4CFF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 76 | 255 | - |
| CMYK | 0.07 | 0.70 | 0 | 0 |
| HSL | 293.97º | 1% | 0.65% | - |
| HSV(B) | 293.97º | 0.7% | 1% | - |
| XYZ | 55.56 | 30.39 | 97.55 | - |
| YUV | 144.55 | 190.34 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 255 | 0.07 | 0.70 | 0 | 0 | 293.97 | 1 | 0.65 |
| Hex | ED | 4C | FF | 7 | 46 | 0 | 0 | 126 | 64 | 41 |
| Octal | 355 | 114 | 377 | 7 | 106 | 0 | 0 | 446 | 144 | 101 |
| Binary | 11101101 | 1001100 | 11111111 | 111 | 1000110 | 0 | 0 | 100100110 | 1100100 | 1000001 |
Color Harmonies of #ED4CFF
Complementary color
Monochromatic Colors of #ED4CFF
Black with #ED4CFF
Text Example
Text Example
White with #ED4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4CFF; }
p { color: rgb(237,76,255); }
H1.HeaderClassName
{
color: #ED4CFF;
}
.AnyTagClassName
{
color: #ED4CFF;
}
</style>
background-color css
<style>
a { background-color: #ED4CFF; }
a { background-color: rgb(237,76,255); }
div.DivClassName
{
background-color: #ED4CFF;
}
.BgClassName
{
background-color: #ED4CFF;
}
</style>
border-color css
<style>
span { border-color: #ED4CFF; }
span { border-color: rgb(237,76,255); }
td.TdClassName
{
border-color: #ED4CFF;
}
.TagClassName
{
border-color: #ED4CFF;
}
</style>