#EB5EFB

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

Shades of Pink Flamingo #EB5EFB

Tints of Pink Flamingo #EB5EFB

Color information

#EB5EFB (or 0xEB5EFB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 5E and FB. RGB value is (235,94,251). Sum of RGB (Red+Green+Blue) = 235+94+251=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB5EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5EFB is #14A104. Grayscale: #999999. Windows color (decimal): -1351941 or 16473835. OLE color: 16473835.

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

Color convert

RGB23594251-
CMYK0.060.6300.02
HSL293.89º95.15%67.65%-
HSV(B)293.89º62.55%98.43%-
XYZ55.6832.6394.63-
YUV154.06182.71185.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 94 (37.11% from 255) = 16.21%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=40.52%
G=16.21%
B=43.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235942510.060.6300.02293.8995.1567.65
HexEB5EFB63F021265f44
Octal35313637367702446137104
Binary1110101110111101111101111011111101010010011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5EFB; }

 p { color: rgb(235,94,251); }

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

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

 a { background-color: rgb(235,94,251); }

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

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

 span { border-color: rgb(235,94,251); }

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