Shades of Pink Flamingo #E953FB
Tints of Pink Flamingo #E953FB
RGB
CMYK
RGB Variations
Color information
#E953FB (or 0xE953FB) is known color: Pink Flamingo. HEX triplet: E9, 53 and FB. RGB value is (233,83,251). Sum of RGB (Red+Green+Blue) = 233+83+251=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #E953FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E953FB is #16AC04. Grayscale: #929292. Windows color (decimal): -1485829 or 16471017. OLE color: 16471017.
HSL color Cylindrical-coordinate representation of color #E953FB: hue angle of 293.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E953FB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 83 | 251 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.02 |
| HSL | 293.57º | 0.95% | 0.65% | - |
| HSV(B) | 293.57º | 0.67% | 0.98% | - |
| XYZ | 54.11 | 30.48 | 94.3 | - |
| YUV | 147 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 251 | 0.07 | 0.67 | 0 | 0.02 | 293.57 | 0.95 | 0.65 |
| Hex | E9 | 53 | FB | 7 | 43 | 0 | 2 | 126 | 5F | 41 |
| Octal | 351 | 123 | 373 | 7 | 103 | 0 | 2 | 446 | 137 | 101 |
| Binary | 11101001 | 1010011 | 11111011 | 111 | 1000011 | 0 | 10 | 100100110 | 1011111 | 1000001 |
Color Harmonies of #E953FB
Complementary color
Monochromatic Colors of #E953FB
Black with #E953FB
Text Example
Text Example
White with #E953FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953FB; }
p { color: rgb(233,83,251); }
H1.HeaderClassName
{
color: #E953FB;
}
.AnyTagClassName
{
color: #E953FB;
}
</style>
background-color css
<style>
a { background-color: #E953FB; }
a { background-color: rgb(233,83,251); }
div.DivClassName
{
background-color: #E953FB;
}
.BgClassName
{
background-color: #E953FB;
}
</style>
border-color css
<style>
span { border-color: #E953FB; }
span { border-color: rgb(233,83,251); }
td.TdClassName
{
border-color: #E953FB;
}
.TagClassName
{
border-color: #E953FB;
}
</style>