Shades of Pink Flamingo #E641FC
Tints of Pink Flamingo #E641FC
RGB
CMYK
RGB Variations
Color information
#E641FC (or 0xE641FC) is known color: Pink Flamingo. HEX triplet: E6, 41 and FC. RGB value is (230,65,252). Sum of RGB (Red+Green+Blue) = 230+65+252=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 65 (25.78% from 255 or 11.88% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #E641FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E641FC is #19BE03. Grayscale: #878787. Windows color (decimal): -1687044 or 16531942. OLE color: 16531942.
HSL color Cylindrical-coordinate representation of color #E641FC: hue angle of 292.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E641FC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 65 | 252 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.01 |
| HSL | 292.94º | 0.97% | 0.62% | - |
| HSV(B) | 292.94º | 0.74% | 0.99% | - |
| XYZ | 52.09 | 27.63 | 94.68 | - |
| YUV | 135.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 252 | 0.09 | 0.74 | 0 | 0.01 | 292.94 | 0.97 | 0.62 |
| Hex | E6 | 41 | FC | 9 | 4A | 0 | 1 | 125 | 61 | 3E |
| Octal | 346 | 101 | 374 | 11 | 112 | 0 | 1 | 445 | 141 | 76 |
| Binary | 11100110 | 1000001 | 11111100 | 1001 | 1001010 | 0 | 1 | 100100101 | 1100001 | 111110 |
Color Harmonies of #E641FC
Complementary color
Monochromatic Colors of #E641FC
Black with #E641FC
Text Example
Text Example
White with #E641FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641FC; }
p { color: rgb(230,65,252); }
H1.HeaderClassName
{
color: #E641FC;
}
.AnyTagClassName
{
color: #E641FC;
}
</style>
background-color css
<style>
a { background-color: #E641FC; }
a { background-color: rgb(230,65,252); }
div.DivClassName
{
background-color: #E641FC;
}
.BgClassName
{
background-color: #E641FC;
}
</style>
border-color css
<style>
span { border-color: #E641FC; }
span { border-color: rgb(230,65,252); }
td.TdClassName
{
border-color: #E641FC;
}
.TagClassName
{
border-color: #E641FC;
}
</style>