#EB50FB

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

Shades of Pink Flamingo #EB50FB

Tints of Pink Flamingo #EB50FB

Color information

#EB50FB (or 0xEB50FB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 50 and FB. RGB value is (235,80,251). Sum of RGB (Red+Green+Blue) = 235+80+251=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB50FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB50FB is #14AF04. Grayscale: #919191. Windows color (decimal): -1355525 or 16470251. OLE color: 16470251.

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

Color convert

RGB23580251-
CMYK0.060.6800.02
HSL294.39º95.53%64.9%-
HSV(B)294.39º68.13%98.43%-
XYZ54.5430.3694.25-
YUV145.84187.35191.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 80 (31.64% from 255) = 14.13%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=41.52%
G=14.13%
B=44.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235802510.060.6800.02294.3995.5364.9
HexEB50FB644021266041
Octal353120373610402446140101
Binary11101011101000011111011110100010001010010011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB50FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB50FB; }

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

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

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

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

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

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

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

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