#E851FA

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

Shades of Pink Flamingo #E851FA

Tints of Pink Flamingo #E851FA

Color information

#E851FA (or 0xE851FA) is unknown color: approx Pink Flamingo. HEX triplet: E8, 51 and FA. RGB value is (232,81,250). Sum of RGB (Red+Green+Blue) = 232+81+250=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 81 (32.03% from 255 or 14.39% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #E851FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E851FA is #17AE05. Grayscale: #909090. Windows color (decimal): -1551878 or 16404968. OLE color: 16404968.

HSL color Cylindrical-coordinate representation of color #E851FA: hue angle of 293.61º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E851FA is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23281250-
CMYK0.070.6800.02
HSL293.61º94.41%64.9%-
HSV(B)293.61º67.6%98.04%-
XYZ53.4829.9493.4-
YUV145.42187.03189.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 81 (32.03% from 255) = 14.39%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=41.21%
G=14.39%
B=44.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal232812500.070.6800.02293.6194.4164.9
HexE851FA744021265e41
Octal350121372710402446136101
Binary11101000101000111111010111100010001010010011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E851FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E851FA; }

 p { color: rgb(232,81,250); }

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

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

 a { background-color: rgb(232,81,250); }

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

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

 span { border-color: rgb(232,81,250); }

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