Shades of Pink Flamingo #E74BFC
Tints of Pink Flamingo #E74BFC
RGB
CMYK
RGB Variations
Color information
#E74BFC (or 0xE74BFC) is known color: Pink Flamingo. HEX triplet: E7, 4B and FC. RGB value is (231,75,252). Sum of RGB (Red+Green+Blue) = 231+75+252=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 75 (29.69% from 255 or 13.44% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #E74BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74BFC is #18B403. Grayscale: #8D8D8D. Windows color (decimal): -1618948 or 16534503. OLE color: 16534503.
HSL color Cylindrical-coordinate representation of color #E74BFC: hue angle of 292.88º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74BFC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 75 | 252 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.01 |
| HSL | 292.88º | 0.97% | 0.64% | - |
| HSV(B) | 292.88º | 0.7% | 0.99% | - |
| XYZ | 53.04 | 29.05 | 94.91 | - |
| YUV | 141.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 252 | 0.08 | 0.70 | 0 | 0.01 | 292.88 | 0.97 | 0.64 |
| Hex | E7 | 4B | FC | 8 | 46 | 0 | 1 | 125 | 61 | 40 |
| Octal | 347 | 113 | 374 | 10 | 106 | 0 | 1 | 445 | 141 | 100 |
| Binary | 11100111 | 1001011 | 11111100 | 1000 | 1000110 | 0 | 1 | 100100101 | 1100001 | 1000000 |
Color Harmonies of #E74BFC
Complementary color
Monochromatic Colors of #E74BFC
Black with #E74BFC
Text Example
Text Example
White with #E74BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BFC; }
p { color: rgb(231,75,252); }
H1.HeaderClassName
{
color: #E74BFC;
}
.AnyTagClassName
{
color: #E74BFC;
}
</style>
background-color css
<style>
a { background-color: #E74BFC; }
a { background-color: rgb(231,75,252); }
div.DivClassName
{
background-color: #E74BFC;
}
.BgClassName
{
background-color: #E74BFC;
}
</style>
border-color css
<style>
span { border-color: #E74BFC; }
span { border-color: rgb(231,75,252); }
td.TdClassName
{
border-color: #E74BFC;
}
.TagClassName
{
border-color: #E74BFC;
}
</style>