#EB5CFB

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

Shades of Pink Flamingo #EB5CFB

Tints of Pink Flamingo #EB5CFB

Color information

#EB5CFB (or 0xEB5CFB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 5C and FB. RGB value is (235,92,251). Sum of RGB (Red+Green+Blue) = 235+92+251=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5CFB is #14A304. Grayscale: #989898. Windows color (decimal): -1352453 or 16473323. OLE color: 16473323.

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

Color convert

RGB23592251-
CMYK0.060.6300.02
HSL293.96º95.21%67.25%-
HSV(B)293.96º63.35%98.43%-
XYZ55.532.2894.57-
YUV152.88183.38186.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 92 (36.33% from 255) = 15.92%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=40.66%
G=15.92%
B=43.43%

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
Decimal235922510.060.6300.02293.9695.2167.25
HexEB5CFB63F021265f43
Octal35313437367702446137103
Binary1110101110111001111101111011111101010010011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5CFB; }

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

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

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

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

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

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

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

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