Shades of Pink Flamingo #E74EFA
Tints of Pink Flamingo #E74EFA
RGB
CMYK
RGB Variations
Color information
#E74EFA (or 0xE74EFA) is known color: Pink Flamingo. HEX triplet: E7, 4E and FA. RGB value is (231,78,250). Sum of RGB (Red+Green+Blue) = 231+78+250=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 78 (30.86% from 255 or 13.95% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #E74EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74EFA is #18B105. Grayscale: #8E8E8E. Windows color (decimal): -1618182 or 16404199. OLE color: 16404199.
HSL color Cylindrical-coordinate representation of color #E74EFA: hue angle of 293.37º degrees, saturation: 0.95, 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 #E74EFA is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 78 | 250 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.02 |
| HSL | 293.37º | 0.95% | 0.64% | - |
| HSV(B) | 293.37º | 0.69% | 0.98% | - |
| XYZ | 52.93 | 29.34 | 93.32 | - |
| YUV | 143.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 250 | 0.08 | 0.69 | 0 | 0.02 | 293.37 | 0.95 | 0.64 |
| Hex | E7 | 4E | FA | 8 | 45 | 0 | 2 | 125 | 5F | 40 |
| Octal | 347 | 116 | 372 | 10 | 105 | 0 | 2 | 445 | 137 | 100 |
| Binary | 11100111 | 1001110 | 11111010 | 1000 | 1000101 | 0 | 10 | 100100101 | 1011111 | 1000000 |
Color Harmonies of #E74EFA
Complementary color
Monochromatic Colors of #E74EFA
Black with #E74EFA
Text Example
Text Example
White with #E74EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74EFA; }
p { color: rgb(231,78,250); }
H1.HeaderClassName
{
color: #E74EFA;
}
.AnyTagClassName
{
color: #E74EFA;
}
</style>
background-color css
<style>
a { background-color: #E74EFA; }
a { background-color: rgb(231,78,250); }
div.DivClassName
{
background-color: #E74EFA;
}
.BgClassName
{
background-color: #E74EFA;
}
</style>
border-color css
<style>
span { border-color: #E74EFA; }
span { border-color: rgb(231,78,250); }
td.TdClassName
{
border-color: #E74EFA;
}
.TagClassName
{
border-color: #E74EFA;
}
</style>