Shades of Pink Flamingo #E845FD
Tints of Pink Flamingo #E845FD
RGB
CMYK
RGB Variations
Color information
#E845FD (or 0xE845FD) is known color: Pink Flamingo. HEX triplet: E8, 45 and FD. RGB value is (232,69,253). Sum of RGB (Red+Green+Blue) = 232+69+253=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 69 (27.34% from 255 or 12.45% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #E845FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E845FD is #17BA02. Grayscale: #8A8A8A. Windows color (decimal): -1554947 or 16598504. OLE color: 16598504.
HSL color Cylindrical-coordinate representation of color #E845FD: hue angle of 293.15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E845FD is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 69 | 253 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.01 |
| HSL | 293.15º | 0.98% | 0.63% | - |
| HSV(B) | 293.15º | 0.73% | 0.99% | - |
| XYZ | 53.14 | 28.5 | 95.63 | - |
| YUV | 138.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 253 | 0.08 | 0.73 | 0 | 0.01 | 293.15 | 0.98 | 0.63 |
| Hex | E8 | 45 | FD | 8 | 49 | 0 | 1 | 125 | 62 | 3F |
| Octal | 350 | 105 | 375 | 10 | 111 | 0 | 1 | 445 | 142 | 77 |
| Binary | 11101000 | 1000101 | 11111101 | 1000 | 1001001 | 0 | 1 | 100100101 | 1100010 | 111111 |
Color Harmonies of #E845FD
Complementary color
Monochromatic Colors of #E845FD
Black with #E845FD
Text Example
Text Example
White with #E845FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E845FD; }
p { color: rgb(232,69,253); }
H1.HeaderClassName
{
color: #E845FD;
}
.AnyTagClassName
{
color: #E845FD;
}
</style>
background-color css
<style>
a { background-color: #E845FD; }
a { background-color: rgb(232,69,253); }
div.DivClassName
{
background-color: #E845FD;
}
.BgClassName
{
background-color: #E845FD;
}
</style>
border-color css
<style>
span { border-color: #E845FD; }
span { border-color: rgb(232,69,253); }
td.TdClassName
{
border-color: #E845FD;
}
.TagClassName
{
border-color: #E845FD;
}
</style>