Shades of Pink Flamingo #ED5CF1
Tints of Pink Flamingo #ED5CF1
RGB
CMYK
RGB Variations
Color information
#ED5CF1 (or 0xED5CF1) is known color: Pink Flamingo. HEX triplet: ED, 5C and F1. RGB value is (237,92,241). Sum of RGB (Red+Green+Blue) = 237+92+241=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED5CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CF1 is #12A30E. Grayscale: #979797. Windows color (decimal): -1221391 or 15817965. OLE color: 15817965.
HSL color Cylindrical-coordinate representation of color #ED5CF1: hue angle of 298.39º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5CF1 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 92 | 241 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.05 |
| HSL | 298.39º | 0.84% | 0.65% | - |
| HSV(B) | 298.39º | 0.62% | 0.95% | - |
| XYZ | 54.63 | 32.01 | 86.52 | - |
| YUV | 152.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 241 | 0.02 | 0.62 | 0 | 0.05 | 298.39 | 0.84 | 0.65 |
| Hex | ED | 5C | F1 | 2 | 3E | 0 | 5 | 12A | 54 | 41 |
| Octal | 355 | 134 | 361 | 2 | 76 | 0 | 5 | 452 | 124 | 101 |
| Binary | 11101101 | 1011100 | 11110001 | 10 | 111110 | 0 | 101 | 100101010 | 1010100 | 1000001 |
Color Harmonies of #ED5CF1
Complementary color
Monochromatic Colors of #ED5CF1
Black with #ED5CF1
Text Example
Text Example
White with #ED5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5CF1; }
p { color: rgb(237,92,241); }
H1.HeaderClassName
{
color: #ED5CF1;
}
.AnyTagClassName
{
color: #ED5CF1;
}
</style>
background-color css
<style>
a { background-color: #ED5CF1; }
a { background-color: rgb(237,92,241); }
div.DivClassName
{
background-color: #ED5CF1;
}
.BgClassName
{
background-color: #ED5CF1;
}
</style>
border-color css
<style>
span { border-color: #ED5CF1; }
span { border-color: rgb(237,92,241); }
td.TdClassName
{
border-color: #ED5CF1;
}
.TagClassName
{
border-color: #ED5CF1;
}
</style>