Shades of Pink Flamingo #E640FF
Tints of Pink Flamingo #E640FF
RGB
CMYK
RGB Variations
Color information
#E640FF (or 0xE640FF) is known color: Pink Flamingo. HEX triplet: E6, 40 and FF. RGB value is (230,64,255). Sum of RGB (Red+Green+Blue) = 230+64+255=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 64 (25.39% from 255 or 11.66% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #E640FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E640FF is #19BF00. Grayscale: #868686. Windows color (decimal): -1687297 or 16728294. OLE color: 16728294.
HSL color Cylindrical-coordinate representation of color #E640FF: hue angle of 292.15º 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 #E640FF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 64 | 255 | - |
| CMYK | 0.10 | 0.75 | 0 | 0 |
| HSL | 292.15º | 1% | 0.63% | - |
| HSV(B) | 292.15º | 0.75% | 1% | - |
| XYZ | 52.52 | 27.71 | 97.19 | - |
| YUV | 135.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 255 | 0.10 | 0.75 | 0 | 0 | 292.15 | 1 | 0.63 |
| Hex | E6 | 40 | FF | A | 4B | 0 | 0 | 124 | 64 | 3F |
| Octal | 346 | 100 | 377 | 12 | 113 | 0 | 0 | 444 | 144 | 77 |
| Binary | 11100110 | 1000000 | 11111111 | 1010 | 1001011 | 0 | 0 | 100100100 | 1100100 | 111111 |
Color Harmonies of #E640FF
Complementary color
Monochromatic Colors of #E640FF
Black with #E640FF
Text Example
Text Example
White with #E640FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E640FF; }
p { color: rgb(230,64,255); }
H1.HeaderClassName
{
color: #E640FF;
}
.AnyTagClassName
{
color: #E640FF;
}
</style>
background-color css
<style>
a { background-color: #E640FF; }
a { background-color: rgb(230,64,255); }
div.DivClassName
{
background-color: #E640FF;
}
.BgClassName
{
background-color: #E640FF;
}
</style>
border-color css
<style>
span { border-color: #E640FF; }
span { border-color: rgb(230,64,255); }
td.TdClassName
{
border-color: #E640FF;
}
.TagClassName
{
border-color: #E640FF;
}
</style>