Shades of Pink Flamingo #E95DF1
Tints of Pink Flamingo #E95DF1
RGB
CMYK
RGB Variations
Color information
#E95DF1 (or 0xE95DF1) is known color: Pink Flamingo. HEX triplet: E9, 5D and F1. RGB value is (233,93,241). Sum of RGB (Red+Green+Blue) = 233+93+241=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #E95DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95DF1 is #16A20E. Grayscale: #979797. Windows color (decimal): -1483279 or 15818217. OLE color: 15818217.
HSL color Cylindrical-coordinate representation of color #E95DF1: hue angle of 296.76º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95DF1 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 93 | 241 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.05 |
| HSL | 296.76º | 0.84% | 0.65% | - |
| HSV(B) | 296.76º | 0.61% | 0.95% | - |
| XYZ | 53.4 | 31.5 | 86.49 | - |
| YUV | 151.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 241 | 0.03 | 0.61 | 0 | 0.05 | 296.76 | 0.84 | 0.65 |
| Hex | E9 | 5D | F1 | 3 | 3D | 0 | 5 | 129 | 54 | 41 |
| Octal | 351 | 135 | 361 | 3 | 75 | 0 | 5 | 451 | 124 | 101 |
| Binary | 11101001 | 1011101 | 11110001 | 11 | 111101 | 0 | 101 | 100101001 | 1010100 | 1000001 |
Color Harmonies of #E95DF1
Complementary color
Monochromatic Colors of #E95DF1
Black with #E95DF1
Text Example
Text Example
White with #E95DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DF1; }
p { color: rgb(233,93,241); }
H1.HeaderClassName
{
color: #E95DF1;
}
.AnyTagClassName
{
color: #E95DF1;
}
</style>
background-color css
<style>
a { background-color: #E95DF1; }
a { background-color: rgb(233,93,241); }
div.DivClassName
{
background-color: #E95DF1;
}
.BgClassName
{
background-color: #E95DF1;
}
</style>
border-color css
<style>
span { border-color: #E95DF1; }
span { border-color: rgb(233,93,241); }
td.TdClassName
{
border-color: #E95DF1;
}
.TagClassName
{
border-color: #E95DF1;
}
</style>