#EB59FB

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

Shades of Pink Flamingo #EB59FB

Tints of Pink Flamingo #EB59FB

Color information

#EB59FB (or 0xEB59FB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 59 and FB. RGB value is (235,89,251). Sum of RGB (Red+Green+Blue) = 235+89+251=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 89 (35.16% from 255 or 15.48% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB59FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB59FB is #14A604. Grayscale: #969696. Windows color (decimal): -1353221 or 16472555. OLE color: 16472555.

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

Color convert

RGB23589251-
CMYK0.060.6500.02
HSL294.07º95.29%66.67%-
HSV(B)294.07º64.54%98.43%-
XYZ55.2531.7794.49-
YUV151.12184.37187.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 89 (35.16% from 255) = 15.48%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=40.87%
G=15.48%
B=43.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235892510.060.6500.02294.0795.2966.67
HexEB59FB641021265f43
Octal353131373610102446137103
Binary11101011101100111111011110100000101010010011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB59FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB59FB; }

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

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

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

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

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

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

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

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