Shades of Pink Flamingo #E945FE
Tints of Pink Flamingo #E945FE
RGB
CMYK
RGB Variations
Color information
#E945FE (or 0xE945FE) is known color: Pink Flamingo. HEX triplet: E9, 45 and FE. RGB value is (233,69,254). Sum of RGB (Red+Green+Blue) = 233+69+254=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 69 (27.34% from 255 or 12.41% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #E945FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E945FE is #16BA01. Grayscale: #8A8A8A. Windows color (decimal): -1489410 or 16664041. OLE color: 16664041.
HSL color Cylindrical-coordinate representation of color #E945FE: hue angle of 293.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E945FE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 69 | 254 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.00 |
| HSL | 293.19º | 0.99% | 0.63% | - |
| HSV(B) | 293.19º | 0.73% | 1% | - |
| XYZ | 53.62 | 28.74 | 96.49 | - |
| YUV | 139.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 254 | 0.08 | 0.73 | 0 | 0.00 | 293.19 | 0.99 | 0.63 |
| Hex | E9 | 45 | FE | 8 | 49 | 0 | 0 | 125 | 63 | 3F |
| Octal | 351 | 105 | 376 | 10 | 111 | 0 | 0 | 445 | 143 | 77 |
| Binary | 11101001 | 1000101 | 11111110 | 1000 | 1001001 | 0 | 0 | 100100101 | 1100011 | 111111 |
Color Harmonies of #E945FE
Complementary color
Monochromatic Colors of #E945FE
Black with #E945FE
Text Example
Text Example
White with #E945FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E945FE; }
p { color: rgb(233,69,254); }
H1.HeaderClassName
{
color: #E945FE;
}
.AnyTagClassName
{
color: #E945FE;
}
</style>
background-color css
<style>
a { background-color: #E945FE; }
a { background-color: rgb(233,69,254); }
div.DivClassName
{
background-color: #E945FE;
}
.BgClassName
{
background-color: #E945FE;
}
</style>
border-color css
<style>
span { border-color: #E945FE; }
span { border-color: rgb(233,69,254); }
td.TdClassName
{
border-color: #E945FE;
}
.TagClassName
{
border-color: #E945FE;
}
</style>