Shades of Pink Flamingo #E641FF
Tints of Pink Flamingo #E641FF
RGB
CMYK
RGB Variations
Color information
#E641FF (or 0xE641FF) is known color: Pink Flamingo. HEX triplet: E6, 41 and FF. RGB value is (230,65,255). Sum of RGB (Red+Green+Blue) = 230+65+255=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 65 (25.78% from 255 or 11.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #E641FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E641FF is #19BE00. Grayscale: #878787. Windows color (decimal): -1687041 or 16728550. OLE color: 16728550.
HSL color Cylindrical-coordinate representation of color #E641FF: hue angle of 292.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E641FF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 65 | 255 | - |
| CMYK | 0.10 | 0.75 | 0 | 0 |
| HSL | 292.11º | 1% | 0.63% | - |
| HSV(B) | 292.11º | 0.75% | 1% | - |
| XYZ | 52.57 | 27.82 | 97.21 | - |
| YUV | 136 | 195.16 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 255 | 0.10 | 0.75 | 0 | 0 | 292.11 | 1 | 0.63 |
| Hex | E6 | 41 | FF | A | 4B | 0 | 0 | 124 | 64 | 3F |
| Octal | 346 | 101 | 377 | 12 | 113 | 0 | 0 | 444 | 144 | 77 |
| Binary | 11100110 | 1000001 | 11111111 | 1010 | 1001011 | 0 | 0 | 100100100 | 1100100 | 111111 |
Color Harmonies of #E641FF
Complementary color
Monochromatic Colors of #E641FF
Black with #E641FF
Text Example
Text Example
White with #E641FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641FF; }
p { color: rgb(230,65,255); }
H1.HeaderClassName
{
color: #E641FF;
}
.AnyTagClassName
{
color: #E641FF;
}
</style>
background-color css
<style>
a { background-color: #E641FF; }
a { background-color: rgb(230,65,255); }
div.DivClassName
{
background-color: #E641FF;
}
.BgClassName
{
background-color: #E641FF;
}
</style>
border-color css
<style>
span { border-color: #E641FF; }
span { border-color: rgb(230,65,255); }
td.TdClassName
{
border-color: #E641FF;
}
.TagClassName
{
border-color: #E641FF;
}
</style>