Shades of Pink Flamingo #E74FF7
Tints of Pink Flamingo #E74FF7
RGB
CMYK
RGB Variations
Color information
#E74FF7 (or 0xE74FF7) is known color: Pink Flamingo. HEX triplet: E7, 4F and F7. RGB value is (231,79,247). Sum of RGB (Red+Green+Blue) = 231+79+247=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 79 (31.25% from 255 or 14.18% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #E74FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74FF7 is #18B008. Grayscale: #8F8F8F. Windows color (decimal): -1617929 or 16207847. OLE color: 16207847.
HSL color Cylindrical-coordinate representation of color #E74FF7: hue angle of 294.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74FF7 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 79 | 247 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.03 |
| HSL | 294.29º | 0.91% | 0.64% | - |
| HSV(B) | 294.29º | 0.68% | 0.97% | - |
| XYZ | 52.54 | 29.3 | 90.88 | - |
| YUV | 143.6 | 186.36 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 247 | 0.06 | 0.68 | 0 | 0.03 | 294.29 | 0.91 | 0.64 |
| Hex | E7 | 4F | F7 | 6 | 44 | 0 | 3 | 126 | 5B | 40 |
| Octal | 347 | 117 | 367 | 6 | 104 | 0 | 3 | 446 | 133 | 100 |
| Binary | 11100111 | 1001111 | 11110111 | 110 | 1000100 | 0 | 11 | 100100110 | 1011011 | 1000000 |
Color Harmonies of #E74FF7
Complementary color
Monochromatic Colors of #E74FF7
Black with #E74FF7
Text Example
Text Example
White with #E74FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74FF7; }
p { color: rgb(231,79,247); }
H1.HeaderClassName
{
color: #E74FF7;
}
.AnyTagClassName
{
color: #E74FF7;
}
</style>
background-color css
<style>
a { background-color: #E74FF7; }
a { background-color: rgb(231,79,247); }
div.DivClassName
{
background-color: #E74FF7;
}
.BgClassName
{
background-color: #E74FF7;
}
</style>
border-color css
<style>
span { border-color: #E74FF7; }
span { border-color: rgb(231,79,247); }
td.TdClassName
{
border-color: #E74FF7;
}
.TagClassName
{
border-color: #E74FF7;
}
</style>