#E84DFF

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

Shades of Pink Flamingo #E84DFF

Tints of Pink Flamingo #E84DFF

Color information

#E84DFF (or 0xE84DFF) is unknown color: approx Pink Flamingo. HEX triplet: E8, 4D and FF. RGB value is (232,77,255). Sum of RGB (Red+Green+Blue) = 232+77+255=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 77 (30.47% from 255 or 13.65% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E84DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84DFF is #17B200. Grayscale: #8F8F8F. Windows color (decimal): -1552897 or 16731624. OLE color: 16731624.

HSL color Cylindrical-coordinate representation of color #E84DFF: hue angle of 292.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84DFF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23277255-
CMYK0.090.7000
HSL292.25º100%65.1%-
HSV(B)292.25º69.8%100%-
XYZ53.9829.6897.49-
YUV143.64190.85191.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.13%
GREEN value IS 77 (30.47% from 255) = 13.65%
BLUE value IS 255 (100% from 255) = 45.21%
R=41.13%
G=13.65%
B=45.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal232772550.090.7000292.2510065.1
HexE84DFF946001246441
Octal3501153771110600444144101
Binary11101000100110111111111100110001100010010010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84DFF; }

 p { color: rgb(232,77,255); }

 H1.HeaderClassName
 {
   color: #E84DFF;
 }
 .AnyTagClassName
 {
   color: #E84DFF;
 }
</style>
background-color css

<style>
 a { background-color: #E84DFF; }

 a { background-color: rgb(232,77,255); }

 div.DivClassName
 {
   background-color: #E84DFF;
 }
 .BgClassName
 {
   background-color: #E84DFF;
 }
</style>
border-color css

<style>
 span { border-color: #E84DFF; }

 span { border-color: rgb(232,77,255); }

 td.TdClassName
 {
   border-color: #E84DFF;
 }
 .TagClassName
 {
   border-color: #E84DFF;
 }
</style>