Shades of Pink Flamingo #E74CFE
Tints of Pink Flamingo #E74CFE
RGB
CMYK
RGB Variations
Color information
#E74CFE (or 0xE74CFE) is known color: Pink Flamingo. HEX triplet: E7, 4C and FE. RGB value is (231,76,254). Sum of RGB (Red+Green+Blue) = 231+76+254=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 76 (30.08% from 255 or 13.55% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #E74CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CFE is #18B301. Grayscale: #8E8E8E. Windows color (decimal): -1618690 or 16665831. OLE color: 16665831.
HSL color Cylindrical-coordinate representation of color #E74CFE: hue angle of 292.25º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74CFE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 76 | 254 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.00 |
| HSL | 292.25º | 0.99% | 0.65% | - |
| HSV(B) | 292.25º | 0.7% | 1% | - |
| XYZ | 53.43 | 29.31 | 96.61 | - |
| YUV | 142.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 254 | 0.09 | 0.70 | 0 | 0.00 | 292.25 | 0.99 | 0.65 |
| Hex | E7 | 4C | FE | 9 | 46 | 0 | 0 | 124 | 63 | 41 |
| Octal | 347 | 114 | 376 | 11 | 106 | 0 | 0 | 444 | 143 | 101 |
| Binary | 11100111 | 1001100 | 11111110 | 1001 | 1000110 | 0 | 0 | 100100100 | 1100011 | 1000001 |
Color Harmonies of #E74CFE
Complementary color
Monochromatic Colors of #E74CFE
Black with #E74CFE
Text Example
Text Example
White with #E74CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CFE; }
p { color: rgb(231,76,254); }
H1.HeaderClassName
{
color: #E74CFE;
}
.AnyTagClassName
{
color: #E74CFE;
}
</style>
background-color css
<style>
a { background-color: #E74CFE; }
a { background-color: rgb(231,76,254); }
div.DivClassName
{
background-color: #E74CFE;
}
.BgClassName
{
background-color: #E74CFE;
}
</style>
border-color css
<style>
span { border-color: #E74CFE; }
span { border-color: rgb(231,76,254); }
td.TdClassName
{
border-color: #E74CFE;
}
.TagClassName
{
border-color: #E74CFE;
}
</style>