Shades of Pink Flamingo #E740FB
Tints of Pink Flamingo #E740FB
RGB
CMYK
RGB Variations
Color information
#E740FB (or 0xE740FB) is known color: Pink Flamingo. HEX triplet: E7, 40 and FB. RGB value is (231,64,251). Sum of RGB (Red+Green+Blue) = 231+64+251=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 64 (25.39% from 255 or 11.72% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #E740FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740FB is #18BF04. Grayscale: #868686. Windows color (decimal): -1621765 or 16466151. OLE color: 16466151.
HSL color Cylindrical-coordinate representation of color #E740FB: hue angle of 293.58º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E740FB is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 64 | 251 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.02 |
| HSL | 293.58º | 0.96% | 0.62% | - |
| HSV(B) | 293.58º | 0.75% | 0.98% | - |
| XYZ | 52.2 | 27.62 | 93.85 | - |
| YUV | 135.25 | 193.33 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 251 | 0.08 | 0.75 | 0 | 0.02 | 293.58 | 0.96 | 0.62 |
| Hex | E7 | 40 | FB | 8 | 4B | 0 | 2 | 126 | 60 | 3E |
| Octal | 347 | 100 | 373 | 10 | 113 | 0 | 2 | 446 | 140 | 76 |
| Binary | 11100111 | 1000000 | 11111011 | 1000 | 1001011 | 0 | 10 | 100100110 | 1100000 | 111110 |
Color Harmonies of #E740FB
Complementary color
Monochromatic Colors of #E740FB
Black with #E740FB
Text Example
Text Example
White with #E740FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740FB; }
p { color: rgb(231,64,251); }
H1.HeaderClassName
{
color: #E740FB;
}
.AnyTagClassName
{
color: #E740FB;
}
</style>
background-color css
<style>
a { background-color: #E740FB; }
a { background-color: rgb(231,64,251); }
div.DivClassName
{
background-color: #E740FB;
}
.BgClassName
{
background-color: #E740FB;
}
</style>
border-color css
<style>
span { border-color: #E740FB; }
span { border-color: rgb(231,64,251); }
td.TdClassName
{
border-color: #E740FB;
}
.TagClassName
{
border-color: #E740FB;
}
</style>