Shades of Pink Flamingo #E641FE
Tints of Pink Flamingo #E641FE
RGB
CMYK
RGB Variations
Color information
#E641FE (or 0xE641FE) is known color: Pink Flamingo. HEX triplet: E6, 41 and FE. RGB value is (230,65,254). Sum of RGB (Red+Green+Blue) = 230+65+254=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 65 (25.78% from 255 or 11.84% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #E641FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E641FE is #19BE01. Grayscale: #878787. Windows color (decimal): -1687042 or 16663014. OLE color: 16663014.
HSL color Cylindrical-coordinate representation of color #E641FE: hue angle of 292.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E641FE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 65 | 254 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.00 |
| HSL | 292.38º | 0.99% | 0.63% | - |
| HSV(B) | 292.38º | 0.74% | 1% | - |
| XYZ | 52.41 | 27.76 | 96.36 | - |
| YUV | 135.88 | 194.66 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 254 | 0.09 | 0.74 | 0 | 0.00 | 292.38 | 0.99 | 0.63 |
| Hex | E6 | 41 | FE | 9 | 4A | 0 | 0 | 124 | 63 | 3F |
| Octal | 346 | 101 | 376 | 11 | 112 | 0 | 0 | 444 | 143 | 77 |
| Binary | 11100110 | 1000001 | 11111110 | 1001 | 1001010 | 0 | 0 | 100100100 | 1100011 | 111111 |
Color Harmonies of #E641FE
Complementary color
Monochromatic Colors of #E641FE
Black with #E641FE
Text Example
Text Example
White with #E641FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641FE; }
p { color: rgb(230,65,254); }
H1.HeaderClassName
{
color: #E641FE;
}
.AnyTagClassName
{
color: #E641FE;
}
</style>
background-color css
<style>
a { background-color: #E641FE; }
a { background-color: rgb(230,65,254); }
div.DivClassName
{
background-color: #E641FE;
}
.BgClassName
{
background-color: #E641FE;
}
</style>
border-color css
<style>
span { border-color: #E641FE; }
span { border-color: rgb(230,65,254); }
td.TdClassName
{
border-color: #E641FE;
}
.TagClassName
{
border-color: #E641FE;
}
</style>