Shades of Pink Flamingo #E74DFE
Tints of Pink Flamingo #E74DFE
RGB
CMYK
RGB Variations
Color information
#E74DFE (or 0xE74DFE) is known color: Pink Flamingo. HEX triplet: E7, 4D and FE. RGB value is (231,77,254). Sum of RGB (Red+Green+Blue) = 231+77+254=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 77 (30.47% from 255 or 13.70% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #E74DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DFE is #18B201. Grayscale: #8E8E8E. Windows color (decimal): -1618434 or 16666087. OLE color: 16666087.
HSL color Cylindrical-coordinate representation of color #E74DFE: hue angle of 292.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74DFE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 77 | 254 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.00 |
| HSL | 292.2º | 0.99% | 0.65% | - |
| HSV(B) | 292.2º | 0.7% | 1% | - |
| XYZ | 53.5 | 29.45 | 96.63 | - |
| YUV | 143.22 | 190.52 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 254 | 0.09 | 0.70 | 0 | 0.00 | 292.2 | 0.99 | 0.65 |
| Hex | E7 | 4D | FE | 9 | 46 | 0 | 0 | 124 | 63 | 41 |
| Octal | 347 | 115 | 376 | 11 | 106 | 0 | 0 | 444 | 143 | 101 |
| Binary | 11100111 | 1001101 | 11111110 | 1001 | 1000110 | 0 | 0 | 100100100 | 1100011 | 1000001 |
Color Harmonies of #E74DFE
Complementary color
Monochromatic Colors of #E74DFE
Black with #E74DFE
Text Example
Text Example
White with #E74DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DFE; }
p { color: rgb(231,77,254); }
H1.HeaderClassName
{
color: #E74DFE;
}
.AnyTagClassName
{
color: #E74DFE;
}
</style>
background-color css
<style>
a { background-color: #E74DFE; }
a { background-color: rgb(231,77,254); }
div.DivClassName
{
background-color: #E74DFE;
}
.BgClassName
{
background-color: #E74DFE;
}
</style>
border-color css
<style>
span { border-color: #E74DFE; }
span { border-color: rgb(231,77,254); }
td.TdClassName
{
border-color: #E74DFE;
}
.TagClassName
{
border-color: #E74DFE;
}
</style>