#E84CFD

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

Shades of Pink Flamingo #E84CFD

Tints of Pink Flamingo #E84CFD

Color information

#E84CFD (or 0xE84CFD) is unknown color: approx Pink Flamingo. HEX triplet: E8, 4C and FD. RGB value is (232,76,253). Sum of RGB (Red+Green+Blue) = 232+76+253=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 76 (30.08% from 255 or 13.55% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E84CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84CFD is #17B302. Grayscale: #8E8E8E. Windows color (decimal): -1553155 or 16600296. OLE color: 16600296.

HSL color Cylindrical-coordinate representation of color #E84CFD: hue angle of 292.88º 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 #E84CFD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23276253-
CMYK0.080.7000.01
HSL292.88º97.79%64.51%-
HSV(B)292.88º69.96%99.22%-
XYZ53.5929.4295.78-
YUV142.82190.18191.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 76 (30.08% from 255) = 13.55%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=41.35%
G=13.55%
B=45.10%

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
Decimal232762530.080.7000.01292.8897.7964.51
HexE84CFD846011256241
Octal3501143751010601445142101
Binary11101000100110011111101100010001100110010010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84CFD; }

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

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

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

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

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

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

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

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