Shades of Pink Flamingo #E74AF9
Tints of Pink Flamingo #E74AF9
RGB
CMYK
RGB Variations
Color information
#E74AF9 (or 0xE74AF9) is known color: Pink Flamingo. HEX triplet: E7, 4A and F9. RGB value is (231,74,249). Sum of RGB (Red+Green+Blue) = 231+74+249=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 74 (29.30% from 255 or 13.36% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #E74AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AF9 is #18B506. Grayscale: #8C8C8C. Windows color (decimal): -1619207 or 16337639. OLE color: 16337639.
HSL color Cylindrical-coordinate representation of color #E74AF9: hue angle of 293.83º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74AF9 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 74 | 249 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.02 |
| HSL | 293.83º | 0.94% | 0.63% | - |
| HSV(B) | 293.83º | 0.7% | 0.98% | - |
| XYZ | 52.5 | 28.73 | 92.4 | - |
| YUV | 140.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 249 | 0.07 | 0.70 | 0 | 0.02 | 293.83 | 0.94 | 0.63 |
| Hex | E7 | 4A | F9 | 7 | 46 | 0 | 2 | 126 | 5E | 3F |
| Octal | 347 | 112 | 371 | 7 | 106 | 0 | 2 | 446 | 136 | 77 |
| Binary | 11100111 | 1001010 | 11111001 | 111 | 1000110 | 0 | 10 | 100100110 | 1011110 | 111111 |
Color Harmonies of #E74AF9
Complementary color
Monochromatic Colors of #E74AF9
Black with #E74AF9
Text Example
Text Example
White with #E74AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AF9; }
p { color: rgb(231,74,249); }
H1.HeaderClassName
{
color: #E74AF9;
}
.AnyTagClassName
{
color: #E74AF9;
}
</style>
background-color css
<style>
a { background-color: #E74AF9; }
a { background-color: rgb(231,74,249); }
div.DivClassName
{
background-color: #E74AF9;
}
.BgClassName
{
background-color: #E74AF9;
}
</style>
border-color css
<style>
span { border-color: #E74AF9; }
span { border-color: rgb(231,74,249); }
td.TdClassName
{
border-color: #E74AF9;
}
.TagClassName
{
border-color: #E74AF9;
}
</style>