Shades of Pink Flamingo #E74BF8
Tints of Pink Flamingo #E74BF8
RGB
CMYK
RGB Variations
Color information
#E74BF8 (or 0xE74BF8) is known color: Pink Flamingo. HEX triplet: E7, 4B and F8. RGB value is (231,75,248). Sum of RGB (Red+Green+Blue) = 231+75+248=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 75 (29.69% from 255 or 13.54% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #E74BF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74BF8 is #18B407. Grayscale: #8C8C8C. Windows color (decimal): -1618952 or 16272359. OLE color: 16272359.
HSL color Cylindrical-coordinate representation of color #E74BF8: hue angle of 294.1º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74BF8 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 75 | 248 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.03 |
| HSL | 294.1º | 0.93% | 0.63% | - |
| HSV(B) | 294.1º | 0.7% | 0.97% | - |
| XYZ | 52.41 | 28.8 | 91.6 | - |
| YUV | 141.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 248 | 0.07 | 0.70 | 0 | 0.03 | 294.1 | 0.93 | 0.63 |
| Hex | E7 | 4B | F8 | 7 | 46 | 0 | 3 | 126 | 5D | 3F |
| Octal | 347 | 113 | 370 | 7 | 106 | 0 | 3 | 446 | 135 | 77 |
| Binary | 11100111 | 1001011 | 11111000 | 111 | 1000110 | 0 | 11 | 100100110 | 1011101 | 111111 |
Color Harmonies of #E74BF8
Complementary color
Monochromatic Colors of #E74BF8
Black with #E74BF8
Text Example
Text Example
White with #E74BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BF8; }
p { color: rgb(231,75,248); }
H1.HeaderClassName
{
color: #E74BF8;
}
.AnyTagClassName
{
color: #E74BF8;
}
</style>
background-color css
<style>
a { background-color: #E74BF8; }
a { background-color: rgb(231,75,248); }
div.DivClassName
{
background-color: #E74BF8;
}
.BgClassName
{
background-color: #E74BF8;
}
</style>
border-color css
<style>
span { border-color: #E74BF8; }
span { border-color: rgb(231,75,248); }
td.TdClassName
{
border-color: #E74BF8;
}
.TagClassName
{
border-color: #E74BF8;
}
</style>