Shades of Pink Flamingo #E74BFB
Tints of Pink Flamingo #E74BFB
RGB
CMYK
RGB Variations
Color information
#E74BFB (or 0xE74BFB) is known color: Pink Flamingo. HEX triplet: E7, 4B and FB. RGB value is (231,75,251). Sum of RGB (Red+Green+Blue) = 231+75+251=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 75 (29.69% from 255 or 13.46% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #E74BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74BFB is #18B404. Grayscale: #8D8D8D. Windows color (decimal): -1618949 or 16468967. OLE color: 16468967.
HSL color Cylindrical-coordinate representation of color #E74BFB: hue angle of 293.18º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74BFB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 75 | 251 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.02 |
| HSL | 293.18º | 0.96% | 0.64% | - |
| HSV(B) | 293.18º | 0.7% | 0.98% | - |
| XYZ | 52.88 | 28.99 | 94.07 | - |
| YUV | 141.71 | 189.68 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 251 | 0.08 | 0.70 | 0 | 0.02 | 293.18 | 0.96 | 0.64 |
| Hex | E7 | 4B | FB | 8 | 46 | 0 | 2 | 125 | 60 | 40 |
| Octal | 347 | 113 | 373 | 10 | 106 | 0 | 2 | 445 | 140 | 100 |
| Binary | 11100111 | 1001011 | 11111011 | 1000 | 1000110 | 0 | 10 | 100100101 | 1100000 | 1000000 |
Color Harmonies of #E74BFB
Complementary color
Monochromatic Colors of #E74BFB
Black with #E74BFB
Text Example
Text Example
White with #E74BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BFB; }
p { color: rgb(231,75,251); }
H1.HeaderClassName
{
color: #E74BFB;
}
.AnyTagClassName
{
color: #E74BFB;
}
</style>
background-color css
<style>
a { background-color: #E74BFB; }
a { background-color: rgb(231,75,251); }
div.DivClassName
{
background-color: #E74BFB;
}
.BgClassName
{
background-color: #E74BFB;
}
</style>
border-color css
<style>
span { border-color: #E74BFB; }
span { border-color: rgb(231,75,251); }
td.TdClassName
{
border-color: #E74BFB;
}
.TagClassName
{
border-color: #E74BFB;
}
</style>