Shades of Pink Flamingo #E641FB
Tints of Pink Flamingo #E641FB
RGB
CMYK
RGB Variations
Color information
#E641FB (or 0xE641FB) is known color: Pink Flamingo. HEX triplet: E6, 41 and FB. RGB value is (230,65,251). Sum of RGB (Red+Green+Blue) = 230+65+251=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 65 (25.78% from 255 or 11.90% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #E641FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E641FB is #19BE04. Grayscale: #868686. Windows color (decimal): -1687045 or 16466406. OLE color: 16466406.
HSL color Cylindrical-coordinate representation of color #E641FB: hue angle of 293.23º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E641FB is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 65 | 251 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.02 |
| HSL | 293.23º | 0.96% | 0.62% | - |
| HSV(B) | 293.23º | 0.74% | 0.98% | - |
| XYZ | 51.94 | 27.57 | 93.85 | - |
| YUV | 135.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 251 | 0.08 | 0.74 | 0 | 0.02 | 293.23 | 0.96 | 0.62 |
| Hex | E6 | 41 | FB | 8 | 4A | 0 | 2 | 125 | 60 | 3E |
| Octal | 346 | 101 | 373 | 10 | 112 | 0 | 2 | 445 | 140 | 76 |
| Binary | 11100110 | 1000001 | 11111011 | 1000 | 1001010 | 0 | 10 | 100100101 | 1100000 | 111110 |
Color Harmonies of #E641FB
Complementary color
Monochromatic Colors of #E641FB
Black with #E641FB
Text Example
Text Example
White with #E641FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641FB; }
p { color: rgb(230,65,251); }
H1.HeaderClassName
{
color: #E641FB;
}
.AnyTagClassName
{
color: #E641FB;
}
</style>
background-color css
<style>
a { background-color: #E641FB; }
a { background-color: rgb(230,65,251); }
div.DivClassName
{
background-color: #E641FB;
}
.BgClassName
{
background-color: #E641FB;
}
</style>
border-color css
<style>
span { border-color: #E641FB; }
span { border-color: rgb(230,65,251); }
td.TdClassName
{
border-color: #E641FB;
}
.TagClassName
{
border-color: #E641FB;
}
</style>