#EB54FC

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

Shades of Pink Flamingo #EB54FC

Tints of Pink Flamingo #EB54FC

Color information

#EB54FC (or 0xEB54FC) is unknown color: approx Pink Flamingo. HEX triplet: EB, 54 and FC. RGB value is (235,84,252). Sum of RGB (Red+Green+Blue) = 235+84+252=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 84 (33.20% from 255 or 14.71% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB54FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB54FC is #14AB03. Grayscale: #939393. Windows color (decimal): -1354500 or 16536811. OLE color: 16536811.

HSL color Cylindrical-coordinate representation of color #EB54FC: hue angle of 293.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB54FC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23584252-
CMYK0.070.6700.01
HSL293.93º96.55%65.88%-
HSV(B)293.93º66.67%98.82%-
XYZ5531.0395.19-
YUV148.3186.53189.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 84 (33.20% from 255) = 14.71%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=41.16%
G=14.71%
B=44.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal235842520.070.6700.01293.9396.5565.88
HexEB54FC743011266142
Octal353124374710301446141102
Binary1110101110101001111110011110000110110010011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54FC; }

 p { color: rgb(235,84,252); }

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

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

 a { background-color: rgb(235,84,252); }

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

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

 span { border-color: rgb(235,84,252); }

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