Shades of Pink Flamingo #E85FF1
Tints of Pink Flamingo #E85FF1
RGB
CMYK
RGB Variations
Color information
#E85FF1 (or 0xE85FF1) is known color: Pink Flamingo. HEX triplet: E8, 5F and F1. RGB value is (232,95,241). Sum of RGB (Red+Green+Blue) = 232+95+241=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #E85FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85FF1 is #17A00E. Grayscale: #989898. Windows color (decimal): -1548303 or 15818728. OLE color: 15818728.
HSL color Cylindrical-coordinate representation of color #E85FF1: hue angle of 296.3º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85FF1 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 95 | 241 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.05 |
| HSL | 296.3º | 0.84% | 0.66% | - |
| HSV(B) | 296.3º | 0.61% | 0.95% | - |
| XYZ | 53.25 | 31.69 | 86.53 | - |
| YUV | 152.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 241 | 0.04 | 0.61 | 0 | 0.05 | 296.3 | 0.84 | 0.66 |
| Hex | E8 | 5F | F1 | 4 | 3D | 0 | 5 | 128 | 54 | 42 |
| Octal | 350 | 137 | 361 | 4 | 75 | 0 | 5 | 450 | 124 | 102 |
| Binary | 11101000 | 1011111 | 11110001 | 100 | 111101 | 0 | 101 | 100101000 | 1010100 | 1000010 |
Color Harmonies of #E85FF1
Complementary color
Monochromatic Colors of #E85FF1
Black with #E85FF1
Text Example
Text Example
White with #E85FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FF1; }
p { color: rgb(232,95,241); }
H1.HeaderClassName
{
color: #E85FF1;
}
.AnyTagClassName
{
color: #E85FF1;
}
</style>
background-color css
<style>
a { background-color: #E85FF1; }
a { background-color: rgb(232,95,241); }
div.DivClassName
{
background-color: #E85FF1;
}
.BgClassName
{
background-color: #E85FF1;
}
</style>
border-color css
<style>
span { border-color: #E85FF1; }
span { border-color: rgb(232,95,241); }
td.TdClassName
{
border-color: #E85FF1;
}
.TagClassName
{
border-color: #E85FF1;
}
</style>