#EB5BFB

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

Shades of Pink Flamingo #EB5BFB

Tints of Pink Flamingo #EB5BFB

Color information

#EB5BFB (or 0xEB5BFB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 5B and FB. RGB value is (235,91,251). Sum of RGB (Red+Green+Blue) = 235+91+251=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 91 (35.94% from 255 or 15.77% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB5BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5BFB is #14A404. Grayscale: #979797. Windows color (decimal): -1352709 or 16473067. OLE color: 16473067.

HSL color Cylindrical-coordinate representation of color #EB5BFB: hue angle of 294º 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 #EB5BFB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23591251-
CMYK0.060.6400.02
HSL294º95.24%67.06%-
HSV(B)294º63.75%98.43%-
XYZ55.4132.1194.54-
YUV152.3183.71186.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 91 (35.94% from 255) = 15.77%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=40.73%
G=15.77%
B=43.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235912510.060.6400.0229495.2467.06
HexEB5BFB640021265f43
Octal353133373610002446137103
Binary11101011101101111111011110100000001010010011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5BFB; }

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

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

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

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

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

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

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

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