Shades of Pink Flamingo #E74DFB
Tints of Pink Flamingo #E74DFB
RGB
CMYK
RGB Variations
Color information
#E74DFB (or 0xE74DFB) is known color: Pink Flamingo. HEX triplet: E7, 4D and FB. RGB value is (231,77,251). Sum of RGB (Red+Green+Blue) = 231+77+251=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 77 (30.47% from 255 or 13.77% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #E74DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DFB is #18B204. Grayscale: #8E8E8E. Windows color (decimal): -1618437 or 16469479. OLE color: 16469479.
HSL color Cylindrical-coordinate representation of color #E74DFB: hue angle of 293.1º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74DFB is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 77 | 251 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.02 |
| HSL | 293.1º | 0.96% | 0.64% | - |
| HSV(B) | 293.1º | 0.69% | 0.98% | - |
| XYZ | 53.02 | 29.26 | 94.12 | - |
| YUV | 142.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 251 | 0.08 | 0.69 | 0 | 0.02 | 293.1 | 0.96 | 0.64 |
| Hex | E7 | 4D | FB | 8 | 45 | 0 | 2 | 125 | 60 | 40 |
| Octal | 347 | 115 | 373 | 10 | 105 | 0 | 2 | 445 | 140 | 100 |
| Binary | 11100111 | 1001101 | 11111011 | 1000 | 1000101 | 0 | 10 | 100100101 | 1100000 | 1000000 |
Color Harmonies of #E74DFB
Complementary color
Monochromatic Colors of #E74DFB
Black with #E74DFB
Text Example
Text Example
White with #E74DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DFB; }
p { color: rgb(231,77,251); }
H1.HeaderClassName
{
color: #E74DFB;
}
.AnyTagClassName
{
color: #E74DFB;
}
</style>
background-color css
<style>
a { background-color: #E74DFB; }
a { background-color: rgb(231,77,251); }
div.DivClassName
{
background-color: #E74DFB;
}
.BgClassName
{
background-color: #E74DFB;
}
</style>
border-color css
<style>
span { border-color: #E74DFB; }
span { border-color: rgb(231,77,251); }
td.TdClassName
{
border-color: #E74DFB;
}
.TagClassName
{
border-color: #E74DFB;
}
</style>