Shades of Pink Flamingo #E646FE
Tints of Pink Flamingo #E646FE
RGB
CMYK
RGB Variations
Color information
#E646FE (or 0xE646FE) is known color: Pink Flamingo. HEX triplet: E6, 46 and FE. RGB value is (230,70,254). Sum of RGB (Red+Green+Blue) = 230+70+254=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 70 (27.73% from 255 or 12.64% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #E646FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E646FE is #19B901. Grayscale: #8A8A8A. Windows color (decimal): -1685762 or 16664294. OLE color: 16664294.
HSL color Cylindrical-coordinate representation of color #E646FE: hue angle of 292.17º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E646FE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 70 | 254 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.00 |
| HSL | 292.17º | 0.99% | 0.64% | - |
| HSV(B) | 292.17º | 0.72% | 1% | - |
| XYZ | 52.71 | 28.36 | 96.46 | - |
| YUV | 138.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 254 | 0.09 | 0.72 | 0 | 0.00 | 292.17 | 0.99 | 0.64 |
| Hex | E6 | 46 | FE | 9 | 48 | 0 | 0 | 124 | 63 | 40 |
| Octal | 346 | 106 | 376 | 11 | 110 | 0 | 0 | 444 | 143 | 100 |
| Binary | 11100110 | 1000110 | 11111110 | 1001 | 1001000 | 0 | 0 | 100100100 | 1100011 | 1000000 |
Color Harmonies of #E646FE
Complementary color
Monochromatic Colors of #E646FE
Black with #E646FE
Text Example
Text Example
White with #E646FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E646FE; }
p { color: rgb(230,70,254); }
H1.HeaderClassName
{
color: #E646FE;
}
.AnyTagClassName
{
color: #E646FE;
}
</style>
background-color css
<style>
a { background-color: #E646FE; }
a { background-color: rgb(230,70,254); }
div.DivClassName
{
background-color: #E646FE;
}
.BgClassName
{
background-color: #E646FE;
}
</style>
border-color css
<style>
span { border-color: #E646FE; }
span { border-color: rgb(230,70,254); }
td.TdClassName
{
border-color: #E646FE;
}
.TagClassName
{
border-color: #E646FE;
}
</style>