Shades of Pink Flamingo #E74FFE
Tints of Pink Flamingo #E74FFE
RGB
CMYK
RGB Variations
Color information
#E74FFE (or 0xE74FFE) is known color: Pink Flamingo. HEX triplet: E7, 4F and FE. RGB value is (231,79,254). Sum of RGB (Red+Green+Blue) = 231+79+254=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 79 (31.25% from 255 or 14.01% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #E74FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74FFE is #18B001. Grayscale: #8F8F8F. Windows color (decimal): -1617922 or 16666599. OLE color: 16666599.
HSL color Cylindrical-coordinate representation of color #E74FFE: hue angle of 292.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74FFE is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 79 | 254 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.00 |
| HSL | 292.11º | 0.99% | 0.65% | - |
| HSV(B) | 292.11º | 0.69% | 1% | - |
| XYZ | 53.64 | 29.74 | 96.68 | - |
| YUV | 144.4 | 189.86 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 254 | 0.09 | 0.69 | 0 | 0.00 | 292.11 | 0.99 | 0.65 |
| Hex | E7 | 4F | FE | 9 | 45 | 0 | 0 | 124 | 63 | 41 |
| Octal | 347 | 117 | 376 | 11 | 105 | 0 | 0 | 444 | 143 | 101 |
| Binary | 11100111 | 1001111 | 11111110 | 1001 | 1000101 | 0 | 0 | 100100100 | 1100011 | 1000001 |
Color Harmonies of #E74FFE
Complementary color
Monochromatic Colors of #E74FFE
Black with #E74FFE
Text Example
Text Example
White with #E74FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74FFE; }
p { color: rgb(231,79,254); }
H1.HeaderClassName
{
color: #E74FFE;
}
.AnyTagClassName
{
color: #E74FFE;
}
</style>
background-color css
<style>
a { background-color: #E74FFE; }
a { background-color: rgb(231,79,254); }
div.DivClassName
{
background-color: #E74FFE;
}
.BgClassName
{
background-color: #E74FFE;
}
</style>
border-color css
<style>
span { border-color: #E74FFE; }
span { border-color: rgb(231,79,254); }
td.TdClassName
{
border-color: #E74FFE;
}
.TagClassName
{
border-color: #E74FFE;
}
</style>