Shades of Pink Flamingo #E74DFD
Tints of Pink Flamingo #E74DFD
RGB
CMYK
RGB Variations
Color information
#E74DFD (or 0xE74DFD) is known color: Pink Flamingo. HEX triplet: E7, 4D and FD. RGB value is (231,77,253). Sum of RGB (Red+Green+Blue) = 231+77+253=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 77 (30.47% from 255 or 13.73% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E74DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DFD is #18B202. Grayscale: #8E8E8E. Windows color (decimal): -1618435 or 16600551. OLE color: 16600551.
HSL color Cylindrical-coordinate representation of color #E74DFD: hue angle of 292.5º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74DFD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 77 | 253 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.01 |
| HSL | 292.5º | 0.98% | 0.65% | - |
| HSV(B) | 292.5º | 0.7% | 0.99% | - |
| XYZ | 53.34 | 29.39 | 95.79 | - |
| YUV | 143.11 | 190.02 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 253 | 0.09 | 0.70 | 0 | 0.01 | 292.5 | 0.98 | 0.65 |
| Hex | E7 | 4D | FD | 9 | 46 | 0 | 1 | 124 | 62 | 41 |
| Octal | 347 | 115 | 375 | 11 | 106 | 0 | 1 | 444 | 142 | 101 |
| Binary | 11100111 | 1001101 | 11111101 | 1001 | 1000110 | 0 | 1 | 100100100 | 1100010 | 1000001 |
Color Harmonies of #E74DFD
Complementary color
Monochromatic Colors of #E74DFD
Black with #E74DFD
Text Example
Text Example
White with #E74DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DFD; }
p { color: rgb(231,77,253); }
H1.HeaderClassName
{
color: #E74DFD;
}
.AnyTagClassName
{
color: #E74DFD;
}
</style>
background-color css
<style>
a { background-color: #E74DFD; }
a { background-color: rgb(231,77,253); }
div.DivClassName
{
background-color: #E74DFD;
}
.BgClassName
{
background-color: #E74DFD;
}
</style>
border-color css
<style>
span { border-color: #E74DFD; }
span { border-color: rgb(231,77,253); }
td.TdClassName
{
border-color: #E74DFD;
}
.TagClassName
{
border-color: #E74DFD;
}
</style>