#E85AFB

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

Shades of Pink Flamingo #E85AFB

Tints of Pink Flamingo #E85AFB

Color information

#E85AFB (or 0xE85AFB) is unknown color: approx Pink Flamingo. HEX triplet: E8, 5A and FB. RGB value is (232,90,251). Sum of RGB (Red+Green+Blue) = 232+90+251=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 90 (35.55% from 255 or 15.71% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #E85AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AFB is #17A504. Grayscale: #969696. Windows color (decimal): -1549573 or 16472808. OLE color: 16472808.

HSL color Cylindrical-coordinate representation of color #E85AFB: hue angle of 292.92º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85AFB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23290251-
CMYK0.080.6400.02
HSL292.92º95.27%66.86%-
HSV(B)292.92º64.14%98.43%-
XYZ54.3531.4394.47-
YUV150.81184.54185.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 90 (35.55% from 255) = 15.71%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=40.49%
G=15.71%
B=43.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal232902510.080.6400.02292.9295.2766.86
HexE85AFB840021255f43
Octal3501323731010002445137103
Binary111010001011010111110111000100000001010010010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85AFB; }

 p { color: rgb(232,90,251); }

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

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

 a { background-color: rgb(232,90,251); }

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

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

 span { border-color: rgb(232,90,251); }

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