Shades of Pink Flamingo #E94BFD
Tints of Pink Flamingo #E94BFD
RGB
CMYK
RGB Variations
Color information
#E94BFD (or 0xE94BFD) is known color: Pink Flamingo. HEX triplet: E9, 4B and FD. RGB value is (233,75,253). Sum of RGB (Red+Green+Blue) = 233+75+253=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 75 (29.69% from 255 or 13.37% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E94BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94BFD is #16B402. Grayscale: #8D8D8D. Windows color (decimal): -1487875 or 16600041. OLE color: 16600041.
HSL color Cylindrical-coordinate representation of color #E94BFD: hue angle of 293.26º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94BFD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 75 | 253 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.01 |
| HSL | 293.26º | 0.98% | 0.64% | - |
| HSV(B) | 293.26º | 0.7% | 0.99% | - |
| XYZ | 53.85 | 29.45 | 95.77 | - |
| YUV | 142.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 253 | 0.08 | 0.70 | 0 | 0.01 | 293.26 | 0.98 | 0.64 |
| Hex | E9 | 4B | FD | 8 | 46 | 0 | 1 | 125 | 62 | 40 |
| Octal | 351 | 113 | 375 | 10 | 106 | 0 | 1 | 445 | 142 | 100 |
| Binary | 11101001 | 1001011 | 11111101 | 1000 | 1000110 | 0 | 1 | 100100101 | 1100010 | 1000000 |
Color Harmonies of #E94BFD
Complementary color
Monochromatic Colors of #E94BFD
Black with #E94BFD
Text Example
Text Example
White with #E94BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94BFD; }
p { color: rgb(233,75,253); }
H1.HeaderClassName
{
color: #E94BFD;
}
.AnyTagClassName
{
color: #E94BFD;
}
</style>
background-color css
<style>
a { background-color: #E94BFD; }
a { background-color: rgb(233,75,253); }
div.DivClassName
{
background-color: #E94BFD;
}
.BgClassName
{
background-color: #E94BFD;
}
</style>
border-color css
<style>
span { border-color: #E94BFD; }
span { border-color: rgb(233,75,253); }
td.TdClassName
{
border-color: #E94BFD;
}
.TagClassName
{
border-color: #E94BFD;
}
</style>