Shades of Pink Flamingo #E740FE
Tints of Pink Flamingo #E740FE
RGB
CMYK
RGB Variations
Color information
#E740FE (or 0xE740FE) is known color: Pink Flamingo. HEX triplet: E7, 40 and FE. RGB value is (231,64,254). Sum of RGB (Red+Green+Blue) = 231+64+254=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 64 (25.39% from 255 or 11.66% 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 #E740FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740FE is #18BF01. Grayscale: #878787. Windows color (decimal): -1621762 or 16662759. OLE color: 16662759.
HSL color Cylindrical-coordinate representation of color #E740FE: hue angle of 292.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E740FE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 64 | 254 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.00 |
| HSL | 292.74º | 0.99% | 0.62% | - |
| HSV(B) | 292.74º | 0.75% | 1% | - |
| XYZ | 52.68 | 27.81 | 96.36 | - |
| YUV | 135.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 254 | 0.09 | 0.75 | 0 | 0.00 | 292.74 | 0.99 | 0.62 |
| Hex | E7 | 40 | FE | 9 | 4B | 0 | 0 | 125 | 63 | 3E |
| Octal | 347 | 100 | 376 | 11 | 113 | 0 | 0 | 445 | 143 | 76 |
| Binary | 11100111 | 1000000 | 11111110 | 1001 | 1001011 | 0 | 0 | 100100101 | 1100011 | 111110 |
Color Harmonies of #E740FE
Complementary color
Monochromatic Colors of #E740FE
Black with #E740FE
Text Example
Text Example
White with #E740FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740FE; }
p { color: rgb(231,64,254); }
H1.HeaderClassName
{
color: #E740FE;
}
.AnyTagClassName
{
color: #E740FE;
}
</style>
background-color css
<style>
a { background-color: #E740FE; }
a { background-color: rgb(231,64,254); }
div.DivClassName
{
background-color: #E740FE;
}
.BgClassName
{
background-color: #E740FE;
}
</style>
border-color css
<style>
span { border-color: #E740FE; }
span { border-color: rgb(231,64,254); }
td.TdClassName
{
border-color: #E740FE;
}
.TagClassName
{
border-color: #E740FE;
}
</style>