#E861F2

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

Shades of Pink Flamingo #E861F2

Tints of Pink Flamingo #E861F2

Color information

#E861F2 (or 0xE861F2) is unknown color: approx Pink Flamingo. HEX triplet: E8, 61 and F2. RGB value is (232,97,242). Sum of RGB (Red+Green+Blue) = 232+97+242=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 97 (38.28% from 255 or 16.99% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #E861F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E861F2 is #179E0D. Grayscale: #999999. Windows color (decimal): -1547790 or 15884776. OLE color: 15884776.

HSL color Cylindrical-coordinate representation of color #E861F2: hue angle of 295.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E861F2 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23297242-
CMYK0.040.6000.05
HSL295.86º84.8%66.47%-
HSV(B)295.86º59.92%94.9%-
XYZ53.5832.1287.38-
YUV153.89177.73183.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.63%
GREEN value IS 97 (38.28% from 255) = 16.99%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=40.63%
G=16.99%
B=42.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232972420.040.6000.05295.8684.866.47
HexE861F243C051285542
Octal35014136247405450125102
Binary11101000110000111110010100111100010110010100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861F2; }

 p { color: rgb(232,97,242); }

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

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

 a { background-color: rgb(232,97,242); }

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

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

 span { border-color: rgb(232,97,242); }

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