#E84DFD

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

Shades of Pink Flamingo #E84DFD

Tints of Pink Flamingo #E84DFD

Color information

#E84DFD (or 0xE84DFD) is unknown color: approx Pink Flamingo. HEX triplet: E8, 4D and FD. RGB value is (232,77,253). Sum of RGB (Red+Green+Blue) = 232+77+253=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 77 (30.47% from 255 or 13.70% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E84DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84DFD is #17B202. Grayscale: #8E8E8E. Windows color (decimal): -1552899 or 16600552. OLE color: 16600552.

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

Color convert

RGB23277253-
CMYK0.080.7000.01
HSL292.84º97.78%64.71%-
HSV(B)292.84º69.57%99.22%-
XYZ53.6629.5695.8-
YUV143.41189.85191.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.28%
GREEN value IS 77 (30.47% from 255) = 13.70%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=41.28%
G=13.70%
B=45.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal232772530.080.7000.01292.8497.7864.71
HexE84DFD846011256241
Octal3501153751010601445142101
Binary11101000100110111111101100010001100110010010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84DFD; }

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

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

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

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

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

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

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

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