Shades of Pink Flamingo #E74FF6
Tints of Pink Flamingo #E74FF6
RGB
CMYK
RGB Variations
Color information
#E74FF6 (or 0xE74FF6) is known color: Pink Flamingo. HEX triplet: E7, 4F and F6. RGB value is (231,79,246). Sum of RGB (Red+Green+Blue) = 231+79+246=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 79 (31.25% from 255 or 14.21% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #E74FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74FF6 is #18B009. Grayscale: #8E8E8E. Windows color (decimal): -1617930 or 16142311. OLE color: 16142311.
HSL color Cylindrical-coordinate representation of color #E74FF6: hue angle of 294.61º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74FF6 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 79 | 246 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.04 |
| HSL | 294.61º | 0.9% | 0.64% | - |
| HSV(B) | 294.61º | 0.68% | 0.96% | - |
| XYZ | 52.39 | 29.23 | 90.07 | - |
| YUV | 143.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 246 | 0.06 | 0.68 | 0 | 0.04 | 294.61 | 0.9 | 0.64 |
| Hex | E7 | 4F | F6 | 6 | 44 | 0 | 4 | 127 | 5A | 40 |
| Octal | 347 | 117 | 366 | 6 | 104 | 0 | 4 | 447 | 132 | 100 |
| Binary | 11100111 | 1001111 | 11110110 | 110 | 1000100 | 0 | 100 | 100100111 | 1011010 | 1000000 |
Color Harmonies of #E74FF6
Complementary color
Monochromatic Colors of #E74FF6
Black with #E74FF6
Text Example
Text Example
White with #E74FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74FF6; }
p { color: rgb(231,79,246); }
H1.HeaderClassName
{
color: #E74FF6;
}
.AnyTagClassName
{
color: #E74FF6;
}
</style>
background-color css
<style>
a { background-color: #E74FF6; }
a { background-color: rgb(231,79,246); }
div.DivClassName
{
background-color: #E74FF6;
}
.BgClassName
{
background-color: #E74FF6;
}
</style>
border-color css
<style>
span { border-color: #E74FF6; }
span { border-color: rgb(231,79,246); }
td.TdClassName
{
border-color: #E74FF6;
}
.TagClassName
{
border-color: #E74FF6;
}
</style>