Shades of Pink Flamingo #E74CFA
Tints of Pink Flamingo #E74CFA
RGB
CMYK
RGB Variations
Color information
#E74CFA (or 0xE74CFA) is known color: Pink Flamingo. HEX triplet: E7, 4C and FA. RGB value is (231,76,250). Sum of RGB (Red+Green+Blue) = 231+76+250=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E74CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CFA is #18B305. Grayscale: #8D8D8D. Windows color (decimal): -1618694 or 16403687. OLE color: 16403687.
HSL color Cylindrical-coordinate representation of color #E74CFA: hue angle of 293.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74CFA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 76 | 250 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.02 |
| HSL | 293.45º | 0.95% | 0.64% | - |
| HSV(B) | 293.45º | 0.7% | 0.98% | - |
| XYZ | 52.79 | 29.06 | 93.27 | - |
| YUV | 142.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 250 | 0.08 | 0.70 | 0 | 0.02 | 293.45 | 0.95 | 0.64 |
| Hex | E7 | 4C | FA | 8 | 46 | 0 | 2 | 125 | 5F | 40 |
| Octal | 347 | 114 | 372 | 10 | 106 | 0 | 2 | 445 | 137 | 100 |
| Binary | 11100111 | 1001100 | 11111010 | 1000 | 1000110 | 0 | 10 | 100100101 | 1011111 | 1000000 |
Color Harmonies of #E74CFA
Complementary color
Monochromatic Colors of #E74CFA
Black with #E74CFA
Text Example
Text Example
White with #E74CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CFA; }
p { color: rgb(231,76,250); }
H1.HeaderClassName
{
color: #E74CFA;
}
.AnyTagClassName
{
color: #E74CFA;
}
</style>
background-color css
<style>
a { background-color: #E74CFA; }
a { background-color: rgb(231,76,250); }
div.DivClassName
{
background-color: #E74CFA;
}
.BgClassName
{
background-color: #E74CFA;
}
</style>
border-color css
<style>
span { border-color: #E74CFA; }
span { border-color: rgb(231,76,250); }
td.TdClassName
{
border-color: #E74CFA;
}
.TagClassName
{
border-color: #E74CFA;
}
</style>