#ED57FB

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

Shades of Pink Flamingo #ED57FB

Tints of Pink Flamingo #ED57FB

Color information

#ED57FB (or 0xED57FB) is unknown color: approx Pink Flamingo. HEX triplet: ED, 57 and FB. RGB value is (237,87,251). Sum of RGB (Red+Green+Blue) = 237+87+251=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 87 (34.38% from 255 or 15.13% 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 #ED57FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED57FB is #12A804. Grayscale: #969696. Windows color (decimal): -1222661 or 16472045. OLE color: 16472045.

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

Color convert

RGB23787251-
CMYK0.060.6500.02
HSL294.88º95.35%66.27%-
HSV(B)294.88º65.34%98.43%-
XYZ55.7531.7994.46-
YUV150.55184.7189.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 87 (34.38% from 255) = 15.13%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=41.22%
G=15.13%
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
Decimal237872510.060.6500.02294.8895.3566.27
HexED57FB641021275f42
Octal355127373610102447137102
Binary11101101101011111111011110100000101010010011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED57FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED57FB; }

 p { color: rgb(237,87,251); }

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

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

 a { background-color: rgb(237,87,251); }

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

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

 span { border-color: rgb(237,87,251); }

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