#EB52FA

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

Shades of Pink Flamingo #EB52FA

Tints of Pink Flamingo #EB52FA

Color information

#EB52FA (or 0xEB52FA) is unknown color: approx Pink Flamingo. HEX triplet: EB, 52 and FA. RGB value is (235,82,250). Sum of RGB (Red+Green+Blue) = 235+82+250=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 82 (32.42% from 255 or 14.46% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB52FA is #14AD05. Grayscale: #929292. Windows color (decimal): -1355014 or 16405227. OLE color: 16405227.

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

Color convert

RGB23582250-
CMYK0.060.6700.02
HSL294.64º94.38%65.1%-
HSV(B)294.64º67.2%98.04%-
XYZ54.5330.693.47-
YUV146.9186.19190.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 82 (32.42% from 255) = 14.46%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=41.45%
G=14.46%
B=44.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235822500.060.6700.02294.6494.3865.1
HexEB52FA643021275e41
Octal353122372610302447136101
Binary11101011101001011111010110100001101010010011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB52FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB52FA; }

 p { color: rgb(235,82,250); }

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

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

 a { background-color: rgb(235,82,250); }

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

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

 span { border-color: rgb(235,82,250); }

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