#E845F8

Color #E845F8 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #E845F8

Tints of Pink Flamingo #E845F8

Color information

#E845F8 (or 0xE845F8) is unknown color: approx 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

RGB23269248-
CMYK0.060.7200.03
HSL294.64º92.75%62.16%-
HSV(B)294.64º72.18%97.25%-
XYZ52.3528.1991.49-
YUV138.14190194.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 69 (27.34% from 255) = 12.57%
BLUE value IS 248 (97.27% from 255) = 45.17%
R=42.26%
G=12.57%
B=45.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal232692480.060.7200.03294.6492.7562.16
HexE845F8648031275d3e
Octal35010537061100344713576
Binary1110100010001011111100011010010000111001001111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E845F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>