#EB46FB

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

Shades of Pink Flamingo #EB46FB

Tints of Pink Flamingo #EB46FB

Color information

#EB46FB (or 0xEB46FB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 46 and FB. RGB value is (235,70,251). Sum of RGB (Red+Green+Blue) = 235+70+251=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 70 (27.73% from 255 or 12.59% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB46FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB46FB is #14B904. Grayscale: #8B8B8B. Windows color (decimal): -1358085 or 16467691. OLE color: 16467691.

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

Color convert

RGB23570251-
CMYK0.060.7200.02
HSL294.7º95.77%62.94%-
HSV(B)294.7º72.11%98.43%-
XYZ53.8629.0194.03-
YUV139.97190.66195.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 70 (27.73% from 255) = 12.59%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=42.27%
G=12.59%
B=45.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235702510.060.7200.02294.795.7762.94
HexEB46FB64802127603f
Octal35310637361100244714077
Binary1110101110001101111101111010010000101001001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB46FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB46FB; }

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

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

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

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

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

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

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

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