Shades of Pink Flamingo #E74CFC
Tints of Pink Flamingo #E74CFC
RGB
CMYK
RGB Variations
Color information
#E74CFC (or 0xE74CFC) is known color: Pink Flamingo. HEX triplet: E7, 4C and FC. RGB value is (231,76,252). Sum of RGB (Red+Green+Blue) = 231+76+252=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #E74CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CFC is #18B303. Grayscale: #8D8D8D. Windows color (decimal): -1618692 or 16534759. OLE color: 16534759.
HSL color Cylindrical-coordinate representation of color #E74CFC: hue angle of 292.84º 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 #E74CFC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 76 | 252 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.01 |
| HSL | 292.84º | 0.97% | 0.64% | - |
| HSV(B) | 292.84º | 0.7% | 0.99% | - |
| XYZ | 53.11 | 29.19 | 94.93 | - |
| YUV | 142.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 252 | 0.08 | 0.70 | 0 | 0.01 | 292.84 | 0.97 | 0.64 |
| Hex | E7 | 4C | FC | 8 | 46 | 0 | 1 | 125 | 61 | 40 |
| Octal | 347 | 114 | 374 | 10 | 106 | 0 | 1 | 445 | 141 | 100 |
| Binary | 11100111 | 1001100 | 11111100 | 1000 | 1000110 | 0 | 1 | 100100101 | 1100001 | 1000000 |
Color Harmonies of #E74CFC
Complementary color
Monochromatic Colors of #E74CFC
Black with #E74CFC
Text Example
Text Example
White with #E74CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CFC; }
p { color: rgb(231,76,252); }
H1.HeaderClassName
{
color: #E74CFC;
}
.AnyTagClassName
{
color: #E74CFC;
}
</style>
background-color css
<style>
a { background-color: #E74CFC; }
a { background-color: rgb(231,76,252); }
div.DivClassName
{
background-color: #E74CFC;
}
.BgClassName
{
background-color: #E74CFC;
}
</style>
border-color css
<style>
span { border-color: #E74CFC; }
span { border-color: rgb(231,76,252); }
td.TdClassName
{
border-color: #E74CFC;
}
.TagClassName
{
border-color: #E74CFC;
}
</style>