Shades of Pink Flamingo #E74AFC
Tints of Pink Flamingo #E74AFC
RGB
CMYK
RGB Variations
Color information
#E74AFC (or 0xE74AFC) is known color: Pink Flamingo. HEX triplet: E7, 4A and FC. RGB value is (231,74,252). Sum of RGB (Red+Green+Blue) = 231+74+252=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 74 (29.30% from 255 or 13.29% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #E74AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AFC is #18B503. Grayscale: #8C8C8C. Windows color (decimal): -1619204 or 16534247. OLE color: 16534247.
HSL color Cylindrical-coordinate representation of color #E74AFC: hue angle of 292.92º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74AFC is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 74 | 252 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.01 |
| HSL | 292.92º | 0.97% | 0.64% | - |
| HSV(B) | 292.92º | 0.71% | 0.99% | - |
| XYZ | 52.97 | 28.91 | 94.88 | - |
| YUV | 141.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 252 | 0.08 | 0.71 | 0 | 0.01 | 292.92 | 0.97 | 0.64 |
| Hex | E7 | 4A | FC | 8 | 47 | 0 | 1 | 125 | 61 | 40 |
| Octal | 347 | 112 | 374 | 10 | 107 | 0 | 1 | 445 | 141 | 100 |
| Binary | 11100111 | 1001010 | 11111100 | 1000 | 1000111 | 0 | 1 | 100100101 | 1100001 | 1000000 |
Color Harmonies of #E74AFC
Complementary color
Monochromatic Colors of #E74AFC
Black with #E74AFC
Text Example
Text Example
White with #E74AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AFC; }
p { color: rgb(231,74,252); }
H1.HeaderClassName
{
color: #E74AFC;
}
.AnyTagClassName
{
color: #E74AFC;
}
</style>
background-color css
<style>
a { background-color: #E74AFC; }
a { background-color: rgb(231,74,252); }
div.DivClassName
{
background-color: #E74AFC;
}
.BgClassName
{
background-color: #E74AFC;
}
</style>
border-color css
<style>
span { border-color: #E74AFC; }
span { border-color: rgb(231,74,252); }
td.TdClassName
{
border-color: #E74AFC;
}
.TagClassName
{
border-color: #E74AFC;
}
</style>