Shades of Pink Flamingo #E845F8
Tints of Pink Flamingo #E845F8
RGB
CMYK
RGB Variations
Color information
#E845F8 (or 0xE845F8) is known color: Pink Flamingo. HEX triplet: E8, 45 and F8. RGB value is (232,69,248). Sum of RGB (Red+Green+Blue) = 232+69+248=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #E845F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E845F8 is #17BA07. Grayscale: #898989. Windows color (decimal): -1554952 or 16270824. OLE color: 16270824.
HSL color Cylindrical-coordinate representation of color #E845F8: hue angle of 294.64º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E845F8 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 69 | 248 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.03 |
| HSL | 294.64º | 0.93% | 0.62% | - |
| HSV(B) | 294.64º | 0.72% | 0.97% | - |
| XYZ | 52.35 | 28.19 | 91.49 | - |
| YUV | 138.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 248 | 0.06 | 0.72 | 0 | 0.03 | 294.64 | 0.93 | 0.62 |
| Hex | E8 | 45 | F8 | 6 | 48 | 0 | 3 | 127 | 5D | 3E |
| Octal | 350 | 105 | 370 | 6 | 110 | 0 | 3 | 447 | 135 | 76 |
| Binary | 11101000 | 1000101 | 11111000 | 110 | 1001000 | 0 | 11 | 100100111 | 1011101 | 111110 |
Color Harmonies of #E845F8
Complementary color
Monochromatic Colors of #E845F8
Black with #E845F8
Text Example
Text Example
White with #E845F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E845F8; }
p { color: rgb(232,69,248); }
H1.HeaderClassName
{
color: #E845F8;
}
.AnyTagClassName
{
color: #E845F8;
}
</style>
background-color css
<style>
a { background-color: #E845F8; }
a { background-color: rgb(232,69,248); }
div.DivClassName
{
background-color: #E845F8;
}
.BgClassName
{
background-color: #E845F8;
}
</style>
border-color css
<style>
span { border-color: #E845F8; }
span { border-color: rgb(232,69,248); }
td.TdClassName
{
border-color: #E845F8;
}
.TagClassName
{
border-color: #E845F8;
}
</style>