Shades of Pink Flamingo #E754F6
Tints of Pink Flamingo #E754F6
RGB
CMYK
RGB Variations
Color information
#E754F6 (or 0xE754F6) is known color: Pink Flamingo. HEX triplet: E7, 54 and F6. RGB value is (231,84,246). Sum of RGB (Red+Green+Blue) = 231+84+246=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 84 (33.20% from 255 or 14.97% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #E754F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E754F6 is #18AB09. Grayscale: #919191. Windows color (decimal): -1616650 or 16143591. OLE color: 16143591.
HSL color Cylindrical-coordinate representation of color #E754F6: hue angle of 294.44º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E754F6 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 84 | 246 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.04 |
| HSL | 294.44º | 0.9% | 0.65% | - |
| HSV(B) | 294.44º | 0.66% | 0.96% | - |
| XYZ | 52.76 | 29.98 | 90.2 | - |
| YUV | 146.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 246 | 0.06 | 0.66 | 0 | 0.04 | 294.44 | 0.9 | 0.65 |
| Hex | E7 | 54 | F6 | 6 | 42 | 0 | 4 | 126 | 5A | 41 |
| Octal | 347 | 124 | 366 | 6 | 102 | 0 | 4 | 446 | 132 | 101 |
| Binary | 11100111 | 1010100 | 11110110 | 110 | 1000010 | 0 | 100 | 100100110 | 1011010 | 1000001 |
Color Harmonies of #E754F6
Complementary color
Monochromatic Colors of #E754F6
Black with #E754F6
Text Example
Text Example
White with #E754F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754F6; }
p { color: rgb(231,84,246); }
H1.HeaderClassName
{
color: #E754F6;
}
.AnyTagClassName
{
color: #E754F6;
}
</style>
background-color css
<style>
a { background-color: #E754F6; }
a { background-color: rgb(231,84,246); }
div.DivClassName
{
background-color: #E754F6;
}
.BgClassName
{
background-color: #E754F6;
}
</style>
border-color css
<style>
span { border-color: #E754F6; }
span { border-color: rgb(231,84,246); }
td.TdClassName
{
border-color: #E754F6;
}
.TagClassName
{
border-color: #E754F6;
}
</style>