#E84AFF

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

Shades of Pink Flamingo #E84AFF

Tints of Pink Flamingo #E84AFF

Color information

#E84AFF (or 0xE84AFF) is unknown color: approx Pink Flamingo. HEX triplet: E8, 4A and FF. RGB value is (232,74,255). Sum of RGB (Red+Green+Blue) = 232+74+255=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 74 (29.30% from 255 or 13.19% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #E84AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84AFF is #17B500. Grayscale: #8D8D8D. Windows color (decimal): -1553665 or 16730856. OLE color: 16730856.

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

Color convert

RGB23274255-
CMYK0.090.7100
HSL292.38º100%64.51%-
HSV(B)292.38º70.98%100%-
XYZ53.7829.2797.42-
YUV141.88191.85192.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 74 (29.30% from 255) = 13.19%
BLUE value IS 255 (100% from 255) = 45.45%
R=41.35%
G=13.19%
B=45.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal232742550.090.7100292.3810064.51
HexE84AFF947001246441
Octal3501123771110700444144101
Binary11101000100101011111111100110001110010010010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84AFF; }

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

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

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

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

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

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

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

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