Shades of Pink Flamingo #E740FD
Tints of Pink Flamingo #E740FD
RGB
CMYK
RGB Variations
Color information
#E740FD (or 0xE740FD) is known color: Pink Flamingo. HEX triplet: E7, 40 and FD. RGB value is (231,64,253). Sum of RGB (Red+Green+Blue) = 231+64+253=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 64 (25.39% from 255 or 11.68% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #E740FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740FD is #18BF02. Grayscale: #868686. Windows color (decimal): -1621763 or 16597223. OLE color: 16597223.
HSL color Cylindrical-coordinate representation of color #E740FD: hue angle of 293.02º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E740FD is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 64 | 253 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.01 |
| HSL | 293.02º | 0.98% | 0.62% | - |
| HSV(B) | 293.02º | 0.75% | 0.99% | - |
| XYZ | 52.52 | 27.75 | 95.52 | - |
| YUV | 135.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 253 | 0.09 | 0.75 | 0 | 0.01 | 293.02 | 0.98 | 0.62 |
| Hex | E7 | 40 | FD | 9 | 4B | 0 | 1 | 125 | 62 | 3E |
| Octal | 347 | 100 | 375 | 11 | 113 | 0 | 1 | 445 | 142 | 76 |
| Binary | 11100111 | 1000000 | 11111101 | 1001 | 1001011 | 0 | 1 | 100100101 | 1100010 | 111110 |
Color Harmonies of #E740FD
Complementary color
Monochromatic Colors of #E740FD
Black with #E740FD
Text Example
Text Example
White with #E740FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740FD; }
p { color: rgb(231,64,253); }
H1.HeaderClassName
{
color: #E740FD;
}
.AnyTagClassName
{
color: #E740FD;
}
</style>
background-color css
<style>
a { background-color: #E740FD; }
a { background-color: rgb(231,64,253); }
div.DivClassName
{
background-color: #E740FD;
}
.BgClassName
{
background-color: #E740FD;
}
</style>
border-color css
<style>
span { border-color: #E740FD; }
span { border-color: rgb(231,64,253); }
td.TdClassName
{
border-color: #E740FD;
}
.TagClassName
{
border-color: #E740FD;
}
</style>